/* -------------------------------------------------------------------------- */
/*                            Custom Styles                                   */
/* -------------------------------------------------------------------------- */
.bg-whiteimg {
    background: url(../img/white_bg.jpg);
    background-attachment: fixed;
}
.bg-card-gradient,
.bg-login-gradient {
    background: linear-gradient( #722d13 0%,#bc3e0f 100%) !important;
}
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 35px;
    width: 35px;
    border-radius: 6px;
    outline: none;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
}
.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}