.load-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background-color: rgba(255,255,255, .5);
    width: 100%;
    display: flex;
}
.m-auto {
    margin: auto!important;
}
.load-overlay .loader i {
    font-size: 30px;
}
.load-overlay .loader-text {
    font-size: 25px;
}
.a-login-wrapper button {
    cursor: pointer;
}
.a-login-wrapper label {
    display: block;
}
.a-login-wrapper {
    width: 100%;
    display: flex;
    min-height: 400px;
    -webkit-box-shadow: 0px 5px 15px 10px #D9D9D9; 
    box-shadow: 0px 5px 15px 10px #D9D9D9;
}
.a-login-wrapper>div {
    width: 50%;
}
.a-login-wrapper h2 {
	margin-top: 0 !important;
    font-size: 24px;
    font-weight: bold;
    color: #242424;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-family: "Montserrat";
	line-height: 1 !important;
}
.a-login-wrapper h2::after {
    content: "";
    height: 1px;
    width: 45px;
    background-color: #3AC1CC;
    position: absolute;
    bottom: 0;
    left: 0;
}
.a-login-wrapper .a-login-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 40px 50px;
    height: 100%;
}
.a-login-wrapper .a-login label:not(.error) {
    font-family: 'Open Sans';
    font-size: 14px !important;
    color: #242424;
    margin-bottom: 5px;
	line-height: 1 !important;
	font-weight: normal !important;
    margin-top: 20px !important;
}
.a-login-wrapper input {
    height: 46px;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
    background: #F3F3F3;
    border: none;
    box-sizing: border-box;
}
.a-login-wrapper input:active,
.a-login-wrapper input:focus
 {
    border: none;
    outline: none;
}
.a-login-wrapper .a-login .log-bnt-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px !important;
    margin-bottom: 20px;
}
.a-login-wrapper .a-login .log-bnt-container button:first-child {
    height: 46px;
    width: 120px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: "Montserrat";
    background: #32B3C5;
    border: none;
    text-transform: uppercase;
}
.a-login-wrapper .a-login .log-bnt-container button:last-child {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #3AC1CC;
    position: relative;
    padding-bottom: 5px;
    border: none;
    background: none;
}
.a-login-wrapper .a-login .log-bnt-container button:last-child::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #3AC1CC;
    position: absolute;
    bottom: 0;
    left: 0;
}
html body .a-login-wrapper .login-policy p {
    font-size: 12px;
    font-family: 'Open Sans';
    color: #242424;
	line-height: 1 !important;
}
.a-login-wrapper .login-policy a,
.a-login-wrapper .login-policy a:visited,
.a-login-wrapper .login-policy a:hover,
.a-login-wrapper .login-policy a:active {
    color: #32B3C5;
    cursor: pointer;
    text-decoration: none;
}
.a-img {
    background: url('https://bmg.ckahost.com/wp-content/uploads/2022/12/Mask-Group-45.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.alert.alert-outline {
    background: transparent;
}

.alert.alert-danger {
    background-color: #ffebea;
    color: #f9423c;
    border-color: #f9423c;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem !important;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-top: 20px !important;
}
.do-ck-login:disabled {
    background: rgba(50, 179, 197, 0.36) !important;
}
.error {
    color: red;
}
.d-none {
    display: none;
}
@media only screen and (max-width:1250px) {
    .a-img-container {
        display: none;
    }
    .a-login-wrapper>div {
        width: auto;
    }
    .a-login-wrapper {
        width: auto;
        margin: 0 auto;
        display: table;
    }
}


@media only screen and (max-width:500px) {
    .a-login-wrapper .a-login-container {
		padding: 35px 25px;
	}
	.a-login-wrapper .a-login {
		width: auto;
	}
}