/* .linkClass:hover {
    color: #0b6e5d !important;
} */

.Imgdiv::after {
    border-left: 1px solid black;
    height: 100%;
}

.form-control {
    width: 86%;
}

.button {
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    background-color: #4C6EF5;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 3% 13% 3% 0%;
    width: 86%;
}

@media only screen and (max-width: 764px) {
    .radius {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 0px !important;
        width: 89%;
        margin-left: 23px;
    }
}

@media only screen and (max-width: 764px) {
    .radius1 {
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 8px !important;
        width: 89%;
        margin-left: 23px;
    }
}

div.overlay {
    position: relative;
    width: 100%;
    height: 400px;
}

div.overlay-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

div.overlay2 {
    position: relative;
    width: 100%;
    height: 400px;
}

div.overlay-panel2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.footer p {
    padding: 15px;
}

.login-image {
    height: 100vh;
    overflow: hidden;
}

/* .login-bg {
    background: #DBE2FD;
} */

/* .login-bg img {
    width: 50%;
    margin-left: 20%;
    margin-top: 2%;
    margin-bottom: 3%;
} */
/* .card {
    box-shadow: 0px 0px 10px 0px #00000040;
    padding: 14px;
    top: 15%; */
/* } */

.login-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.login-bg {
  background: #DBE2FD;
  display: flex;               
  justify-content: center;     
  align-items: center;         
  height: 100vh;               
}

.card {
  box-shadow: 0px 0px 10px 0px #00000040;
  padding: 14px;
  max-width: 400px;            
  width: 100%;           
  border-radius: 10px;      
}

.form-label{
    display: flex;
    font-size: 15px;
    font-weight: 500;
    margin-top: 11px;
}
.form-control {
    font-size: 14px;
}

.btn-primary:hover {
    color: #FFFFFF;
    background-color: #3D58C4;
    border-color: #3D58C4;
}

a{
    font-size: 14px;
    color: #4C6EF5;
    text-decoration: none;
}

a:hover{
    font-size: 14px;
    color: #4C6EF5;
    text-decoration: underline;
}
.swal2-popup .swal2-styled {
    background-color: #4C6EF5 !important;
    border: 1px solid #4C6EF5 !important;
    border-radius: 5px !important;
    color: #FFF !important;
}
@media (min-width: 481px) and (max-width: 1025px) and (orientation: landscape) {
    .hide-on-tablet {
        display: none;
    }
        .login-bg {
        width: 100%;
        height: 100vh;
    }
}