@media only screen and (min-width: 120px) and (max-width: 675px){
    .main-box { 
    width: 95%;
} 
.box { 
    width: 25%; 
    height: 125px; 
} 
.submit-button { 
    width: 100%;
     font-size: 36px; 
} 
.otp-sent { 
    font-size: 36px; 
} 
.resend-link { 
    font-size: 36px; 
}
.logo{
    width: 50%;
    left: 10%;
    position: static;
}
}