.text-color-theme {
    color: #ff7518;
}
.btn-theme{
    background-color: #ff7518 !important;
    color: #fff;
}
.authentication-bg {
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.left-card {
    border-left: 5px solid #ff7518;
}
.left-card .card {
    align-items: center;
    flex-direction: inherit;
    padding-left: 2rem;
}
.right-card {
    border-bottom: 5px solid #ff7518;
    background: #E4E4E47A;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-box {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s;
}

.otp-box:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}