.orange-fill-btn-lg{
    color: #ffffff;
    border-radius: 50px;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    min-width: 100px;
    justify-content: center;
    width: fit-content;
    transition: .3s ease;
}
.orange-fill-btn-lg:hover{
    cursor: pointer;
    transition: .3s ease;
}


.custom-otp-wrap input {
    width: 40px;
    height: 40px
}

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

.custom-otp-wrap .card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px
}

.custom-otp-wrap .card-2 .content {
    margin-top: 50px
}

.custom-otp-wrap .card-2 .content a {
    color: #E96125;
}

.custom-otp-wrap .form-control:focus {
    box-shadow: none;
    border: 2px solid #E96125;
}

.custom-otp-wrap .validate {
    border-radius: 20px;
    height: 40px;
    background-color: #E96125;
    border: 1px solid #E96125;
    width: 140px
}
.error {
    color: red !important;
}
#countdown{
    color: #4a5568;
}
.custom-otp-wrap{
    display: flex;
}
.custom-otp-wrap input{
    max-width: 50px;
}
@media only screen and (max-width: 480px) {
    .custom-otp-wrap input {
        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
