.login-wrap {
	display: flex;
	align-items: center;
	height: calc(100vh - -120px);
	background-image: url(../images/auth-bg.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #666;
	background-blend-mode: multiply;
}

.auth-card {
	background: var(--white);
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	margin: 35px auto;
	border-radius: 5px;
	width: 100%;
	max-width: 570px;
	z-index: 9;
	position: relative;
	padding: 40px;
	border: 1px solid #80818430;
}

form .form-group {
	position: relative;
	margin-bottom: 0;
}

label.form-label {
	font-size: 14px;
	margin-bottom: 2px;
}

form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group input[type="password"],
form .form-group input[type="tel"],
form .form-group input[type="url"],
form .form-group input[type="file"],
form .form-group input[type="number"],
form .form-group textarea,
form .form-group select {
	background-color: #fff;
	border: 1px solid rgba(0, 167, 172, 0.12);
	border-radius: 5px;
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 0.875rem;
	color: #0D2857;
	padding: 14px 20px;
	line-height: 1;
	min-height: 50px;
	transition: 0.35s;
	box-shadow: none !important;
}

.password-addon {
	right: 15px;
	top: 13px;
}

input[type="password"], 
#changepassword-form input[type="password"] {
    padding-right: 50px !important;
}

.auth-card p {
	font-size: 14px;
	line-height: 24px;
}


/* Authentication modal css start */

.auth_left {
    background: linear-gradient(180deg, #022C6A, #1C359B);
    padding: 30px;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth_left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/auth-bg-1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 194px;
}

.auth_left:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('../images/auth-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 362px;
    opacity: 30%;
}

.auth_left img.shape_1 {
    position: absolute;
    left: 0;
    width: 60px;
}

.auth_left .shape_2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96px;
}

.shape_3 {
    position: absolute;
    top: 10px;
    width: 176px;
    left: 50%;
    transform: translate(-50%, 0);
}

.auth_left .auth_main_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
	opacity:50%;
}

.auth_left .auth_main_text h6 {
    background: -webkit-linear-gradient(rgb(255 255 255 / 70%), rgb(9 46 119 / 90%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    line-height: 42px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

.auth-logo {
    text-align: center;
    padding: 0 0 20px;
}

.auth_modal .modal-body {
	padding: 0;
	position: relative;
}

.auth_modal .modal-content {
    border-radius: 16px;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.auth_modal .modal-content .pop-sec {
    background: #fff;
    border-radius: 20px;
    position: relative;
}

.auth_modal .btn-theme{
	min-height: 50px;
}

.auth-group {
	margin-bottom: 15px;
}

.auth-group .form-control {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	padding-left: 35px;
	padding-bottom: 0px;
	min-height: 50px;
	box-shadow: none !important;
}

.auth-group .form-control::placeholder {
	color: #808080 !important;
	font-size: 16px;
}

.auth_modal .btn_close {
    background: none;
    border: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}

.auth_modal .btn_close i {
	color: #BB953C;
	font-size: 22px;
	border: 2px solid #BB953C;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.auth_tabs {
	padding: 35px 35px;
}

.auth_content span {
	color: #808080;
	font-weight: 600;
}

.auth_modal .nav-tabs {
    border: 0px;
    gap: 20px;
}

.auth_modal .nav-tabs .nav-link {
    border: 0px solid transparent;
    font-size: 18px;
    color: #4b4b4b;
    font-weight: 600;
    padding: 0;
}

.auth_modal .nav-tabs .nav-link.active {
	color: #C1972B;
	position: relative;
}

.auth_modal .nav-link.active::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #c1972b;
    left: 0;
    bottom: -5px;
}

.auth_content {
	padding-top: 20px;
}

.auth-group {
	position: relative;
}

.auth-group img {
	position: absolute;
	top: 14px !important;
}

.auth-group img.pass_img {
	left: 6px;
}

.auth-group .titledropdown {
    margin-top: 0;
    min-height: 50px;
}

.auth_check .form-group {
	display: block;
	margin-bottom: 15px;
}

.auth_check .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.auth_check .form-group label {
	position: relative;
	cursor: pointer;
	display: flex;
	column-gap: 5px;
	font-size: 15px;
	color: #6F6F6F;
}

.auth_check .form-group label.form-check-label {
	display: block;
}

.auth_check .form-group label::before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #C1972B;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 5px;
	width: 10px;
	height: 10px;

}

.auth_check .form-group input label::after {
	content: '';
	display: none;
	position: absolute;
	top: 2px;
	left: 7px;
	width: 6px;
	height: 12px;
	border: solid #C1972B;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}


.auth_check a {
	color: #BB953C;
}

.auth_check a:hover {
	text-decoration: underline !important;
}

.btn-outline-auth {
	background: var(--white);
	color: var(--dark-blue1);
	border: 1px solid var(--dark-blue1);
	border-radius: 10px;
	width: 50%;
	padding: 10px;
	font-weight: 600;
}

.btn-outline-auth:hover {
	background: var(--dark-blue1);
	color: #fff;
}

.login_with {
	display: flex;
	gap: 20px;
}

.or_wrp {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 20px 0px;
	color: #808080;
}

.or_wrp::after {
	position: absolute;
	content: "";
	width: 45%;
	height: 1px;
	background: #808080;
	left: 0;
	top: 10px;
}

.or_wrp::before {
	position: absolute;
	content: "";
	width: 45%;
	height: 1px;
	background: #808080;
	right: 0;
	top: 10px;
}

.link_wrp {
	margin-top: 20px;
	text-align: center;
}

.link_wrp p {
	color: #808080;
}

.link_wrp p a {
	color: #BB953C;
	font-weight: 600;
}

.link_wrp p a:hover {
	text-decoration: underline !important;
}

.auth_check {
	position: relative;
}

.forgot_wrp {
	position: absolute;
	top: 0;
	right: 0;
}

.auth-card .form-check-input.is-valid~label::after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 7px;
	width: 6px;
	height: 12px;
	border: solid #C1972B;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	display: none;
}

.auth_check .form-check-input.is-valid {
    background-image: url('../images/check-ic.svg');
    display: block;
    position: absolute;
    left: 22px;
    top: -1px;
    width: 20px;
    height: 18px;
    border: 0 !important;
	background-color: transparent !important;
}

.forgot-wrp a{
	color: #C1972B;
}


.auth-card .close_btn {
    background: var(--white);
    border: 2px solid var(--dark-blue1);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: var(--dark-blue1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
}

@media(max-width: 768px){

	.auth_left {
		flex-direction: column;
	}

	.auth_left .auth_main_text {
		position: static;
	}

	.shape_3 {
		display:none;
	}
}


