.login-screen {
    background-image: url(../img/bg-app.png);
    border: none;
    height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.register-screen {
	height: auto;
	display: block;
	position: relative;
}
.logo {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
    width: 135px;
    height: 135px;
/*    border-radius: 50%;*/
    margin: 30px auto 30px;
}
.logo img {
/*	border-radius: 50%;*/
}
.register-screen .boxLogin {
	display: block;
	padding-bottom: 120px;
	padding-top: 50px;
}
.boxLogin {
    display: flex;
     padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* gap: 20px; */
    margin: 0 auto;
    width: 100%;
	padding-top: 0;
}
.register-screen .formGroupLogin {
	margin: 0 auto;
}
.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: #0A9FD9;
	text-align: center;
/*	font-family: Inter;*/
	font-size: 40px;
	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 .colRow {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 0 10px;
    gap: 20px;
}
.formGroupLogin .colRow-company {
    padding: 0 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;
	box-sizing: border-box;
	padding: 10px 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 select {
	display: block;
	padding: 10px 15px;
	align-items: center;
	height: 42.33px;
	gap: 8px;
	width: 100%;
	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);
	box-sizing: border-box;
}
.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: 12px;
    right: 17px;
/*    z-index: 9;*/
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.row-infor {
	width: 100%;
	overflow: hidden;
}
.row-infor .form-check {
	width: 100%;
	float: left;
	text-align: left;
	color: #4E4E51;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.row-infor a {
	float: left;
	width: 50%;
	color: #0A9FD9;
	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: #0A9FD9;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #0A9FD9;
}
.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: block;
	width: 100%;
	text-align: center;
}
.btnLogin button {
	display: flex;
	font-size: 20px;
	height: 50px;
	min-width: 120px;
	width: 100%;
	padding: 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	background: #0A9FD9;
	color: #fff;
}
.cretedNewAcc {
	margin-top: 20px;
	text-align: center;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #0A9FD9;
}

.cretedNewAcc-New {
	margin-top: 20px;
	text-align: center;
	display: flex;
	width: 100%;
	padding: 24px 16px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(43, 43, 43, 0.60);
	backdrop-filter: blur(6px);
	color: #fff;
	font-size: 16px;
}

.txtLoginRes {
	margin-top: 15px;
	display: block;
}
.newAccount {
    color: #0A9FD9;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    display: inline-block;
    font-weight: 400;
    text-decoration: underline;

}
.form-select-1:focus-visible {
	outline: none;
}



/*===========================================*/
/*upload file*/

.upload-container {
	text-align: left;
	background-color: #fff;
	width: 84%;
	float: right;
}
.upload-container label {
	display: block;
	color: #1E1E24;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}

#imageUpload {
    display: none;
}

#uploadLabel {
    background: url(../img/camera.svg) 12px center no-repeat;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    padding: 8px 12px 8px 42px;
    margin: 0;
    width: auto;
    border-radius: 8px;
    border: solid 1px #81849B;
    display: inline-block;

}

#loadingMessage {
    display: none;
    margin-top: 20px;
    font-size: 16px;
    color: #555;
}

#imagePreview {
    display: flex;
    align-items: center;
    padding:3px 0px;
    background-color: #f0f0f0;
    border-radius: 5px;
    position: relative;
}

#imagePreview.hidden {
    display: none;
}

#thumbnail {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-right: 10px;
}

#imageName {
	text-align: left;
    flex-grow: 1;
}

#resetButton {
    background-color: transparent;
    border: none;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 0px;
}

#resetButton:hover {
    color: #333;
}

.rowFull {
	width: 100%;
	display: block;
	overflow: hidden;
}
.rowFull img.logoLeft {
	float: left;
	width: 14%;
	max-width: 64px;
	height: 64px;
	margin-top: 5px;
	border-radius: 50%;
}


@media (max-width: 769px) {
    .formGroupLogin .form-group .inputPwd span {
        top: 12px;
    }
    .formGroupLogin .form-group input,
    .btnLogin button {
        padding: 13px 15px;
    }

    .formGroupLogin h2 {
        font-size: 30px;
    }
    .formGroupLogin .colRow {
        justify-content: space-between;
        padding: 0;
        display: block;
    }
    .formGroupLogin .form-group {
        flex: 1;
    }
    .rowFull img.logoLeft {
        width: 55px;
        margin-top: 6px;
        height: 55px;
    }
    #uploadLabel {
        padding: 5px 8px 5px 38px;
    }
    .upload-container {
        width: 79%;
    }
    .newAccount {
        display: block;
    }
    .cretedNewAcc-New {
        display: block;
        padding: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .mb-none {
        display: none;
    }
}

#loginForm label.error_loginAlert {
    display: block;
    margin-bottom: 30px;
    background: url(../img/warring.png) 15px no-repeat #FBEAE5;
    padding: 15px;
    border-radius: 5px;
    color: #BF1D08;
    padding-left: 50px;
}

.error-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #ff3f3f;
}
