/* .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;
} */

html,
body {
    height: 100%;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.full-height {
    height: 100vh;
}

.left-section {

    background-color: #efefe7;
    padding: 30px 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-logo-1 {
    max-width: 500px;
    height: auto;
    margin-bottom: 20px;
}

.h1-content {
    font-size: 2rem;
    margin-bottom: 65px;
}

.login-img {
    max-width: 350px;
    height: auto;
}

.img-3 img {
    margin-bottom: -55px;
}

.img-3 {
    margin-right: -30px;
    margin-top: 0px;
}

@media (max-width: 992px) {
    .full-height {
        height: auto;
    }

    .left-section {
        background-position: center;
        background-size: cover;
        text-align: center;
        align-items: center;
    }

    .h1-content {
        font-size: 1.5rem;
    }

    .login-img {
        max-width: 250px;
    }
}

@media (max-width: 576px) {
    .h1-content {
        font-size: 1.2rem;
    }

    .login-img {
        max-width: 200px;
    }

    .img-3 img {
        margin-bottom: -0px;
        margin-right: -60px;
        margin-top: 45px;
    }
}


.right-section {
    background: #fff;
    padding: 50px;
}

.form-control {
    border-radius: 0.375rem;
}

.btn-dark {
    width: 100%;
    border-radius: 0.375rem;
}

.form-text-link {
    text-align: end;
    display: block;
    font-size: 0.875rem;
    margin-top: 5px;
}
.btn-dark{
    background-color: #000000;
}
.btn-dark:hover{
    background-color: #EC7A5C;
        border-color: #EC7A5C;
}
.login-content{
    text-align: center;
    color: rgb(201, 201, 201);
}
