:root {
    --primary-color: #ef7f1a;
    --primary-color-dark: #f08e24;
}
</style>
<style>
/*.text-primary {
color: ;
}*/
.login_left_img {
/*            height: 100%;*/
height: 100vh;
object-fit: cover;
width: 100%
}

html,body{
-webkit-overflow-scrolling : touch !important;
overflow: auto !important;
height: 100% !important;
}

.login_form {
padding: 27px 40px 30px 40px;
border-radius: 25px;
border: 1px solid rgba(205, 205, 205, 0.65);
background: #fff;
box-shadow: 0px 4px 47.4px 0px rgba(0, 114, 177, 0.16);
max-width: 460px;
width: 100%;
}
@media (max-width: 768px) {
.login_form {
    padding: 27px 30px 30px 30px;
    margin-top: 195px;
    margin-bottom: 195px;
}
}
.login_form input {
width: 100%;
border-radius: 10.946px;
border: 1.095px solid #bababa;
height: 59px;
color: #000;
font-size: 15px;
font-weight: 400;
padding-left: 15px;
margin-bottom: 5px;
border: 1px solid #eee !important;
outline: none !important;
}
.login_form .log_in_btn {
width: 100%;
height: 59px;
padding: 11px 17px;
border-radius: 5px;
background: var(--primary-color);
border: 0;
color: #fff;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
text-transform: capitalize;
}
.login_form #otp-inputs input {
text-align: center !important;
font-size: 30px;
margin-right: 2px;
margin-left: 2px;
padding-left: 0px !important;
}


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

.login_left_img {
    /* height: 100%; */
    height: 100vh;
    object-fit: cover;
    width: 100%;
}