

.login-wrap {
    font-family: "Poppins", sans-serif;
    height: 100vh;
    position: relative;
    background-image: linear-gradient(to right, rgb(221 227 233 / 74%), rgb(237 242 250 / 79%)), url(../images/banner.jpg);
    /* background-image: linear-gradient(to right, rgba(11, 144, 211, 0.534), rgba(255, 184, 30, 0.381)), url(../images/banner/banner.jpg); */
    background-size: cover;
    background-position: center, right bottom;
    background-repeat: no-repeat, no-repeat;
}

.login-wrap .form-wrap {
    color: #000;
    background-color: #FFF;
    padding: 40px;
    border-radius: 15px;
    margin-block-start:  35%;
    height: 100%;
}

.login-wrap .form-wrap .title h2 {
    color: #01519d;
    font-size: 40px;
    font-weight: 600;
}

.login-wrap .form-wrap .title h2 span {
    font-weight: 500;
}

.login-wrap .form-wrap .title p {
    color: #A3A3A3;
    font-size: 14px;
    font-weight: 400;
}

.login-wrap .form-wrap  .form-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000000;
}

.login-wrap .form-wrap .input-group-text{
    background-color: #F7F7F7;
    border: none;
    border-bottom: 1px solid #EBEBEB;
    color: #6D6D6D;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #9E9E9E;
    padding: 10px 15px;
    border-radius: 0;
}

.login-wrap .form-wrap  .form-control {
    background-color: #F7F7F7;
    border: none;
    border-bottom: 1px solid #EBEBEB;
    border-left: 1px solid #b5a8a8;
    color: #6D6D6D;
    font-size: 14px;
    font-weight: 400;
}

.login-wrap .form-wrap  .form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #01519d;
}


.login-wrap .form-wrap  a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #01519d;
}

.form-wrap .btn {
    background-color: #01519d;
    color: #FFF;
    padding: 8px 50px;
    border-radius: 33px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}


@media only screen and (min-width: 576px) {
.modal-dialog {
    max-width: 542px !important;
}
}


.modal {
    position: absolute;
}
