<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #FFF;
}
h3 {
	margin-bottom: 40px;
	color: #fff;
}
.nav {
	background: #FCF8F3;
}
.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;
}
.forgot {
	color: #fff;
	font-size: 14px;
	display: block;
	padding-top: 12px;
}
body .div_container {
	margin-top: 0px;
    padding: 0px;
    width: 100%;
    height: 100vh;
	/*background: linear-gradient(-90deg, rgba(10, 69, 57, 0) 0%, rgba(6, 77, 68, 0.5) 53.17%, rgba(0, 88, 83, 0.9) 100%);*/
    max-width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
html, body {
    background: #fafafa;
    background-position: right;
    background-size: cover;
    min-height: calc(100vh - 0px);
}
.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;
    padding: 0px 16px;
    padding-bottom: 20px;
}
form .logo_text {
	font-size: 50px;
    color: #20335F;
    line-height: 70px;
    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;
}
form.login_form {
	background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 12px 0px;
}
.or {
	border-top: 1px solid #E6EBF1;
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.or span {
	background: #fff;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 14px;
    margin-top: -11px;
    color: #4E5D6F;
}
.create_account a {
	font-size: 14px;
	line-height: 20px;
	padding-left: 8px;
}
.social_icon {
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	margin: 0px 16px;
	padding: 12px, 16px;
}
.socials {
	display: flex;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 26px;
}
.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 .f_input {
	font-size: 14px;
    background-image: none;
    border-radius: 4px;
}
.login_form {
	width: 380px;
	max-width: calc(100% - 20px);
    background: #fff;
    padding: 20px;
}
.login_form .logo {
	width: auto;
	height: 80px;
	border-radius: 8px;
}
@media only screen and (max-width: 768px) {
	.flex {
		display: block;
	}
	.w50 {
		width: 100%;
	}
	form {
		padding: 44px 16px;
	}
	.img_bg {
		display: none;
	}
}</pre></body></html>