.login_form {
	width: 100%; 
	height: 100%; 
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: flex-start; 
	gap: 1rem; 
	display: inline-flex;
}

@media only screen and (max-width: 520px) {
	.login_form {
		gap: 12px; 
	}
}

.login_form > .top_form_input {
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: flex-start; 
	gap: 20px; 
	display: flex;
	width:100%;
}

.login_form > .top_form_input > div {
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: flex-start;
	gap: 20px; 
	display: flex;
	width: 100%;
}

@media only screen and (max-width: 520px) {
	.login_form > .top_form_input > div {
		gap: 10px; 
	}
}

.login_form > .top_form_input > div > .input-bar {
	width: 100%;
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: flex-start; 
	display: flex;
	font-family: Gotham;
	margin-bottom:0;
}

.login_form > .top_form_input > div > .input-bar > div {
	align-self: stretch; 
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: flex-start; 
	gap: 4px; 
	display: flex;
}

.login_form > .top_form_input > div > .input-bar > div > div {
	align-items: center;
	align-self: stretch; 
	background: white; 
	border-radius: 12px; 
	display: inline-flex;
	justify-content: flex-start; 
	outline-offset: -1px; 
	outline: 1px #DDDDDD solid; 
	overflow: hidden; 
	padding-left: 12px; 
	padding-right: 12px; 
}

.login_form > .top_form_input > div > .input-bar > div > div > div.left-area {
	flex: 1 1 0;
	height: 56px; 
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	display: inline-flex;
}

.login_form > .top_form_input > div > .input-bar > div > div > div.left-area > div.input-desc {
	color: rgba(26, 7, 16, 0.65);
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	word-wrap: break-word;
}

.login_form > .top_form_input > div > .input-bar > div > div > div.left-area > div.input-container {
	align-self: stretch;
	justify-content: flex-start;
	align-items: flex-start;
	display: inline-flex;
}

.login_form > .top_form_input > div > .input-bar > div > div > div.left-area > div.input-container > input {
	all: unset;
	color: rgba(26, 7, 16, 0.85); 
	font-size: 16px; 
	font-family: Gotham;
	font-weight: 400;
	line-height: 24px;
	word-wrap: break-word;
	text-align: left;
	width: 100%;
	display:block;
}

.login_form > .top_form_input > div > .input-bar > div > div > div.right-area {
	height: 56px; 
	justify-content: flex-start; 
	align-items: center; 
	display: flex;
}

.login_form > .top_form_input > div > .input-bar > div > div > div.right-area > div {
	height: 56px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 4px;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
	display: flex;
}

.login_form > .top_form_input > div > .input-bar > div > div > div.right-area > div > div {
	width: 24px;
	height: 24px;
	position: relative;
}

.login_form > .top_form_input > div > .input-bar > div > div > div.right-area > div > div.green-check {
	display:none;
}

.login_form > .top_form_input > div > .input-bar > div > div > div.right-area > div > div.green-check > img {
	width: 26px;
	height: 21px;
	left: -1px; top: 3px;
	position: absolute;
	display:block;
}

.login_form > .top_form_input > div > .input-bar > div > div > div.right-area > div > .btn-toggle-password {
	all:unset;
	display:block;
	cursor: pointer;
	width: 24px;
	height: 24px;
	position: relative;
}

.login_form > .top_form_input > div > .input-bar > div > div > div.right-area > div > .btn-toggle-password > img.show-eye {
	width: 24px;
	height: 24px;
	left: 0px;
	top: 1px;
	position: absolute;
}

.login_form > .top_form_input > div > .input-bar > div > div > div.right-area > div > .btn-toggle-password > img.hide-eye {
	width: 24px;
	height: 24px;
	left: 0px;
	top: 0px;
	position: absolute;
	display:none;
}

.login_form > .top_form_input > div > .input-bar > ul.msg-warn {
	margin-top:0.3rem;
	list-style-type: "\26D4";
	padding-left:1.2rem;
	font-size:12.5px;
	text-align: left;
	margin-bottom:0;
	color:rgb(229, 68, 68)
}

.login_form > .top_form_input > div > .input-bar > ul.msg-warn:empty {
	margin:0;
}

.login_form > .top_form_input > div > .input-bar > ul.msg-warn > li {
	word-break: break-all;
	padding-left:0.3rem;
	margin-bottom:0.2rem;
}

.login_form > .top_form_input > div > .input-bar > ul.msg-warn > li:last-child {
	margin-bottom: 0;
}

.login_form > .top_form_input > div > .input-active > div > div {
	outline-offset: -2px; 
	outline: 2px #EF498F solid; 
}

.login_form > .btn_form_input {
	all:unset;
	width: 100%;
	height: 56px; 
	background: #FFAC10; 
	border-radius: 12px; 
	color:white;
	cursor: pointer;
}

.login_form > .btn_google_signin {
	all:unset;
	width: 100%;
	height: 56px; 
	background: white; 
	border-radius: 12px; 
	color:black;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	gap:12px;
}

.login_form > .btn_google_signin > .b-gogle-logo {
	margin-top:-2.8px;
}

@media only screen and (max-width: 410px) {
	.login_form > .btn_google_signin > .b-gogle-text {
		display:none;
	}
}

.login_form > .captcha-box {
	width:100%;
}

.login_form > .form-loading {
	width: 100%;
	text-align: center;
	height:56px;
	display: none;
}

.forgot-pass-container {
	color: var(--Schemes-Secondary, #625B71);
	font-size: 13px;
	font-family: Gotham;
	font-weight: 400;
	line-height: 20px;
	word-wrap: break-word;
	text-align: right;
	justify-self: stretch;
	margin-top:1rem;
}

.forgot-pass-container > a {
	color:inherit;
}