/*main components*/
.screen {
    width: 414px;
    min-height: 92vh;
    background-color: white;
    position: relative;
    margin-top: 70px;
}

.blue-screen {
	width: 100%;
    max-width: 414px;
    min-height: 100vh;
    background-color: var(--primary);
    /* background: linear-gradient(90.34deg, var(--primary) 21.28%, var(--secondary) 84.33%);; */
    /* background-color: #E62129; */
    position: relative;
    padding: 0px 20px;
}

.field-icon{
	position: absolute;
    left: 23px;
    top: 13px;
    bottom: 78.5%;
    color: #C4C4C4;
}

.fa-eye{
	position: absolute;
    right: 15px;
    top: 15px;
    bottom: 78.5%;
    color: #7E869E;
}

.fa-eye-slash{
	position: absolute;
    right: 15px;
    top: 15px;
    bottom: 78.5%;
    color: #7E869E;
}
/*end components*/

/*register section*/
#register-section #logo{
	position: absolute;
	width: 288px;
	height: 65px;
	left: 63px;
	top: 416px;
}

#register-section #loading{
	position: absolute;
	width: 45px;
	height: 45px;
	left: 185px;
	top: 771px;
}

#btn-register{
	width: 100%;
	height: 50px;
	margin-top: 18px;
	margin-bottom: 28px;

	font-family: Inter;
	color: var(--main-color);
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;

	background: #FFFFFF;
	border-radius: 6px;
	border-color: #FFFFFF;

	cursor: pointer;
	/* padding: 16px 161px; */
	/* margin-bottom: 50px; */
}

#btn-register:hover{
	background-color: var(--main-color);
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

/*login section*/
#login-section #logo {
	width: 165px;
	/* height: 37px; */
	display: table;
	margin:auto !important;
	margin-top: 100px !important;
	margin-bottom: 50px !important;
}

/*#login-section form input[type=text], select {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;

	background: rgba(255, 255, 255, 0.12);
	border: none;
	border-radius: 8px;

	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;

	opacity: 0.54;
}*/

#login-section .question{
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-align: center;

	color: #FFFFFF;
}

#login-section .question a{
	color: #06D1FE;
}

#login-section ::placeholder{
	color: #FFFFFF;
}

#login-section .form-control{
	margin-bottom: 16px;
	width: 100%;
	max-width: 100%;
	height: 50px;

	background: rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	border: none;

	padding: 0.375rem 3.75rem;

	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	/* identical to box height */

	/* color: rgba(255, 255, 255, 0.45); */
	color: #fff !important;
}

#login-section a .forgot-password{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */

    text-decoration-line: underline;
    text-align: right;

    color: #FFFFFF;
}

input:-webkit-autofill{
	-webkit-text-fill-color: #fff;
}

.screen-cover-wrapper{
	margin-bottom: 100px;
}

/*#login-section form input[type=submit] {
	width: 100%;
	height: 50px;
	margin-top: 18px;
	margin-bottom: 28px;

	font-family: Inter;
	color: var(--main-color);
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;

	background: #FFFFFF;
	border-radius: 6px;
	border-color: #FFFFFF;
}

#login-section form input[type=submit]:hover {
	background-color: var(--main-color);
	border-color: #FFFFFF;
	color: #FFFFFF;
}*/

#btn-login{
	width: 100%;
	max-width: 100%;
	height: 50px;
	margin-top: 18px;
	margin-bottom: 28px;

	font-family: Inter;
	color: var(--main-color);
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;

	background: #FFFFFF;
	border-radius: 6px;
	border-color: #FFFFFF;
}

#btn-login:hover{
	background-color: var(--main-color);
	border-color: #FFFFFF;
	color: #FFFFFF;
}
/*end section*/

/*reset password section*/
#reset-password-section{
	margin-top: 100px;
}

#reset-password-section img{
	display: block;
	margin-top: 18px;
	margin-bottom: 58px;
	margin-left: auto;
	margin-right: auto;
}

#reset-password-section .title{
	margin-bottom: 32px;
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 22px;
	/* identical to box height, or 85% */

	letter-spacing: -0.408px;

	color: #FFFFFF;
}

#reset-password-section .check{
	margin-bottom: 11px;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 22px;
	/* identical to box height, or 88% */

	text-align: center;
	letter-spacing: -0.408px;

	color: #FFFFFF;
}

#reset-password-section .information{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	/* or 157% */

	text-align: center;
	letter-spacing: -0.408px;

	color: #FFFFFF;
}

#reset-password-section .skip{
	margin-bottom: 78px;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	/* identical to box height, or 147% */

	text-align: center;
	letter-spacing: -0.408px;
	text-decoration-line: underline;

	color: #FFFFFF;
}

#reset-password-section .other-number{
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 22px;
	/* or 183% */

	text-align: center;
	letter-spacing: -0.408px;
	text-decoration-line: underline;

	color: #06D1FE;
}

#reset-password-section .no-message{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	/* or 183% */

	text-align: center;
	letter-spacing: -0.408px;

	color: #FFFFFF;
}

#reset-password-section .instruction{
	margin-bottom: 46px;
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	/* or 157% */

	letter-spacing: -0.408px;

	color: #FFFFFF;
}

#btn-submit {
	width: 100%;
	height: 50px;
	margin-top: 18px;
	margin-bottom: 28px;

	font-family: Inter;
	color: var(--main-color);
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;

	background: #FFFFFF;
	border-radius: 6px;
	border-color: #FFFFFF;
}

#reset-password-section .form-control{
	margin-bottom: 8px;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    border: none;
    padding: 0.375rem 3.75rem;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.45);
}

#reset-password-section .field-icon{
	position: absolute;
    left: 23px;
    top: -6px;
    bottom: 78.5%;
    color: #C4C4C4;
}

#reset-password-section .warning{
	margin-bottom: 8px;
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	/* identical to box height, or 183% */

	letter-spacing: -0.408px;

	color: #838C99;
}

#reset-password-section #btn-reset{
	width: 100%;
	max-width: 100%;
	height: 50px;
	margin-top: 18px;
	margin-bottom: 28px;

	font-family: Inter;
	color: var(--main-color);
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;

	background: #FFFFFF;
	border-radius: 6px;
	border-color: #FFFFFF;

	padding: 16px 134px;
	cursor: pointer;
}

#reset-password-section #btn-reset:hover{
	background-color: var(--main-color);
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.reset-success-pop-up, .register-pop-up{
	/* width: 100%; */
	max-width: 100%;
	height: auto;
	margin: 18px !important;
    background-color: white;
    position: fixed;
    z-index: 99999;
	top: 0;
    padding: 20px;
    border-radius: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.reset-success-pop-up img{
	width: 180px;
	/* height: 211px; */

	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

.reset-success-pop-up .confirm-text{
	margin-bottom: 20px;
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	/* identical to box height */

	text-align: center;
	letter-spacing: -0.3px;

	color: #00178F;
}

.reset-success-pop-up .notify-text{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	/* or 137% */

	text-align: center;
	letter-spacing: -0.408px;

	color: #838C99;
}

#btn-login-blue{
	width: 100%;
	max-width: 100%;
	/* height: 50px; */
	/* margin-top: 18px; */
	/* margin-bottom: 28px; */

	font-family: Inter;
	color: #FFFFFF;
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;

	background: var(--main-color);
	border-radius: 6px;
	border-color: #FFFFFF;

	display: table;
	text-align: center;
	padding: 18px;
	margin-top: 12px;
}

#btn-login-blue:hover{
	background-color: #FFFFFF;
	border: 1px solid var(--main-color);
	color: var(--main-color);
}
/*end-section*/

/*verification code section*/
.verification-code .verification-group{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
  	margin-right: auto;
}

.verification-code .verification-group input{
	width: 50px;
	height: 50px;

	background: var(--secondary);
	border-radius: 13px;
	border: none;

	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	/* identical to box height */

	text-align: center;

	color: #FFFFFF !important;
}

.verification-code .resend-message{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	/* identical to box height, or 147% */

	text-align: center;
	letter-spacing: -0.408px;
	text-decoration-line: underline;

	color: #FFFFFF;
}
/*end section*/
#resend{
	background-color: transparent;
	border:0;
	text-align: center;
	color:white;
	text-decoration: underline;
	width: 100%;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-background-clip: text !important;
	color: #8888c7 !important;
}

input{
	color: #8888c7 !important;
	/* -webkit-box-shadow: 0 0 0 1000px #28349d inset !important; */
}
