.login-text {
    gap: 14px;
}

.login-text .h2 {
    font-size: 15px;
    line-height: 19px;
    font-family: "Inter";
    font-weight: bold;
    color: #212529;
    margin-bottom: 3px;
}

.login-text p {
    font-size: 10px;
    line-height: 19px;
    font-family: "Inter";
    font-weight: bold;
    color: #212529;
}

.lofinf-main {
    border-radius: 4px;
    box-shadow: 1px 1px 6px 2px #ddd;
    -moz-box-shadow: 1px 1px 6px 2px #ddd;
    -webkit-box-shadow: 1px 1px 6px 2px #ddd;
}

.lofinf-main h2.h2 {
    font-family: "Inter";
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
}

.lofinf-main p {
    text-align: left;
    font-size: 13px;
    font-family: "Inter";
    padding-bottom: 3px;
}

.lofinf-main label {
    padding-bottom: 10px;
    font-family: "Inter";
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    color: #212529;
}

.lofinf-main .newart-login {
    font-size: 10px;
    text-align: center;
    display: block;
    color: #000;
    font-weight: bold;
}

.start-div {
    height: 300px;
    margin-top: -50px;
}

.start-div span.d-block.text-center {
    font-size: 10px;
    font-family: "" Inter "";
    line-height: 12px;
}

.start-div button.btn-close {
    position: absolute;
    right: 22px;
    font-size: 17px;
    top: -21px;
    color: #000;
    font-weight: 700;
    background: transparent;
}

.lofinf-main input {
    height: 42px;
    border-radius: 3px !important;
    border: 1px solid #e2e2e4;
}

.sign-inlogin {
    border-radius: 1px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    margin: 0 9px;
    padding-left: 15px;
    padding-right: 15px;
}

a.sign-inlogin span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.21px;
    font-family: Roboto, arial, sans-serif;
}
.fa-eye {
    /* position: absolute;
    top: 48px;
    right: 2%; */
    position: absolute;
    top: 2vh;
    right: 1vw;
    float: right;
    cursor: pointer;
    color: #9b8563;
}
.login90 {
    background: #9b8563;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "Inter";
    font-weight: 500;
}
.login90:hover {
    background:#9b8563;
    color: #fff;
}
.login-eye-icon-pwd-box {
    position: relative;
}
@media only screen and (max-device-width: 768px) {
    .start-div {
        height: unset;
        margin-top: 2px;
    }
    .start-div button.btn-close {
        right: 17px;
        font-size: 20px;
        top: 9px;
    }
    .fa-eye {
        right: 2vw;
    }
}
