.div_container {
	padding: 40px 20px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.div_login_signup {
	padding: 40px 30px;
	border-radius: 12px;
	background: #fff;
	max-width: 360px;
	margin-top: auto;
	margin-bottom: auto;
}
.hide {
	display: none;
}
.tabs {
	display: flex;
}
.tabs .tab {
	width: 100%;
	padding: 10px;
	text-align: center;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	margin-bottom: 20px;
	cursor: pointer;
	color: #aaa;
}
.tabs .tab.sel {
	color: #414142;
	border-color: #414142;
}
a.forgot {
	color: #2543bf;
	font-size: 14px;
	display: block;
	padding-top: 12px;
	text-align: right;
}
body .div_container {
	margin-top: 0px;
    padding: 0px;
    width: 100%;
    min-height: 78vh;
    padding-top: 90px;
    max-width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img_bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bg_gradient {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(10, 69, 57, 0) 0%, rgba(6, 77, 68, 0.427833) 43.17%, rgba(0, 88, 83, 0.8) 100%);
}
.login_left {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
form {
	max-width: 100%;
	width: 384px;
	width: 416px;
    padding: 0px 16px;
    padding-bottom: 20px;
}
form .logo_text {
	font-size: 40px;
    color: #2543bf;
    margin-top: 20px;
    font-weight: 900;
}
form h1 {
	font-size: 36px;
	line-height: 44px;
	margin: 0;
	margin-bottom: 48px;
	color: #0F233A;
}
form .welcome {
	padding-top: 20px;
	padding-bottom: 12px;
	font-size: 18px;
	line-height: 24px;
	color: #666;
}
.or {
	text-align: center;
	color: #333;
	padding-top: 40px;
}
.or a {
	color: #2543bf;
}
.create_account a {
	font-size: 14px;
	line-height: 20px;
	padding-left: 8px;
}
.desc {
	font-size: 12px;
	line-height: 16px;
	padding-top: 4px;
}
.bt_back {
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-bottom: 18px;
}
.bt_back img {
	width: 16px;
	margin-right: 12px;
}
.img_lock {
	margin-bottom: 48px;
}
.sentemail {
	margin: -16px;
	padding-bottom: 32px;
	font-size: 18px;
	line-height: 24px;
	color: #4E5D6F;
}
#bt_open_email {
	margin-bottom: 24px;
}
.space {
	height: 20vh;
}
.d_input {
	margin-top: 24px;
	position: relative;
}
.d_input .f_input {
	border-radius: 8px;
	border: 1px solid #ccc;
	padding: 12px 16px;
	outline: none;
	width: 100%;
	background: #fff;
	border: 1px solid #B6C5D5;
	backdrop-filter: blur(20px);
	height: auto;
}
.d_input img.eye {
	position: absolute;
	height: 15px;
	right: 3.8%;
	top: 12px;
	cursor: pointer;
}
.d_input .i_error {
	border-color: #f00;
}
.d_input.d_error label,
.d_input.d_error label .req {
	color: #f54747;
}
.d_input.d_error .form-control {
	border-color: #f54747;
} 
.d_input label {
	font-weight: 700;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.d_input label .icon_img {
	width: 28px;
	height: 28px;
}
.d_input_box {
	position: relative;
}
.d_input_box select.f_input {
	position: absolute;
	width: 100%;
	top: 24px;
	z-index: -1;
}
.d_input.one_row {
	display: flex;
    align-items: center;
}
.d_input.one_row label {
	margin-bottom: 0;
	margin-right: 5px;
}
.d_input .form-control {
	font-size: 14px;
	line-height: 1.5;
}
.d_input .form-control:not(textarea) {
	box-shadow: none;
	height: 50px;
}
.d_input .f_input {
	font-size: 14px;
    color: #333;
    background-image: none;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    border-radius: 8px;
}
.login_form {
	text-align: center;
	background: #fff;
    border-radius: 8px;
    border: 1px solid #AEAEAE;
}

@media screen and (max-width: 767px) {
	body .div_container {
		min-height: 100vh;
	}
}