.opt-form input {

    height: 48px;
    width: 48px;

}
.inputs {
    margin-bottom: 0!important;
}
.otp-time{
    display: flex;
    justify-content: space-between;
  
}


@media (max-width: 1416px) {

    .opt-form input {

        height: 40px;
        width: 40px;
    
    }
}