<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.login-section {
    padding: 7em 0;
}

    .login-section .wrap {
        width: 100%;
        overflow: hidden;
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
        -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
    }

    .login-section .img, .login-section .login-wrap {
        width: 50%;
    }

    .login-section .img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .login-section .login-wrap {
        position: relative; 
    }

    .login-section .version {
        font-size: 12px;
    }


@media (max-width: 768px) {
    .login-section .img, .login-section .login-wrap {
         width: 100%; 
    }
}





.otp-inputs input {
    /* width: 40px;*/
    height: 40px;
    font-size: 13px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.otp-inputs .form-control:focus {
    box-shadow: none;
    border: 1px solid #ef7337
}

</pre></body></html>