.login-screen {
    background-color: #5a54cc;
    border: none;
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.logo {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
	font-weight: bold;
}
.logo img {
	width: 100px;
}
.boxLogin {
    display: flex;
    /* width: 510px; */
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 20px; */
    margin: 0 auto;
    width: 100%;
	
}
.formGroupLogin {
    width: 100%;
    border-radius: 16px;
    background: #fff;
    backdrop-filter: blur(8px);
    padding: 20px;
    display: flex;
    max-width: 500px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	
}
.formGroupLogin h2 {
	align-self: stretch;
	color: #3D4FEF;
	text-align: center;
/*	font-family: Inter;*/
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 40px;
}
.formGroupLogin .form-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
/*	gap: 8px;*/
	color: #1E1E24;
	align-self: stretch;
	margin-bottom: 20px;
}
.formGroupLogin .form-group label {
	color: #1E1E24;
/*	font-family: Inter;*/
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 5px;
	color: #4E4E51;
}
.formGroupLogin .form-group input {
	display: flex;
	padding: 15px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid #E5E7EB;
	background: #FFF;
	box-shadow: 0px 0.24px 0px 0px rgba(3, 7, 18, 0.16), 0px 0.5px 0px 0px rgba(3, 7, 18, 0.16);
}
.formGroupLogin .form-group label sup {
	color: #E80D0D;
/*	font-family: Inter;*/
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
/*	line-height: 140%;*/
	vertical-align: -7px;
	margin-left: 5px;
}
.formGroupLogin .form-group .inputPwd {
    width: 100%;
    position: relative;
}
.formGroupLogin .form-group .inputPwd span {
	background: url(../img/eye.png) right center no-repeat;
    position: absolute;
    top: 17px;
    right: 17px;
/*    z-index: 9;*/
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.row-infor {
	width: 100%;
	overflow: hidden;
}
.row-infor .form-check {
	width: 50%;
	float: left;
	text-align: left;
	color: #4E4E51;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.row-infor .form-check input {
	border:solid 1px #3D4FEF;
}
.row-infor a {
	float: left;
	width: 50%;
	color: #3D4FEF;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #3D4FEF;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #3D4FEF;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #3D4FEF;
	border-color: #3D4FEF;
}
.form-check-input:focus, .form-select:focus {
    border:none;
    outline: 0;
    box-shadow: 0 0 0 0;
}
.was-validated #password:invalid {
    background: none;
    background-color: #fff;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border:none;
    background-image: none;
}

.btnLogin {
	margin-top: 20px;
	display: flex;
	width: 100%;
	text-align: center;
}
.btnLogin button {
	display: flex;
	height: 57px;
	min-width: 120px;
	width: 100%;
	padding: 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	background: #3D4FEF;
	color: #fff;
}
.fade:not(.show), .modal-backdrop.fade, .toast:not(.showing):not(.show) {
    opacity: 0.8;
}
#verificationPopup .modal-dialog {
	max-width: 350px;
}
#verificationPopup .form-group label {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
#verificationPopup .form-group input {
	height: 45px;;
}
#verificationPopup .modal-footer {
	border: none;
	justify-content: center;
}
#verificationPopup .modal-footer button {
	min-width: 100px;
	color: #fff;
	padding: 8px;
}