

.login-wrap {
    font-family: "Poppins", sans-serif;
    height: 100vh;
    position: relative;
    background-image: linear-gradient(to right, rgb(47 47 47 / 74%), rgb(47 47 47 / 79%)), url(../images/banner.png);
    background-size: 100%;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}

.login-wrap .form-wrap {
    color: #000;
    background-color: #FFF;
    padding: 20px 40px 40px 40px;
    border-radius: 15px;
    margin-block-start:  35%;
    height: 100%;
}

.login-wrap .form-wrap .title h2 {
    color: #328B5F;
    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: #328B5F;
}


.login-wrap .form-wrap  a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #328B5F;
}

.form-wrap .btn {
    background-color: #328B5F;
    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;
}
