.auth{
    background-color: #f6f6f6;
}

.auth .auth-form{
    width: 520px;
}

.auth .card-header{
    color: #737373;
}

.auth .card-header{
    border-bottom: 2px dashed #d9d9d9;
}

.auth .auth-mobile{
    background-color: #f6f6f6 !important;
    padding: 8px 0;
}

.auth .auth-mobile::placeholder{
    color: #b2b2b2;
}

.auth .auth-mobile:focus {
    color: #333;
    background-color: #fff;
    border-color: #acacac;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.25);
}

.auth .accept-rules{
    padding: 7px;
}

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    direction: ltr;
}

.otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: 0.6em;
}
.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;
}

/* Chrome, Safari, Edge, Opera */
.otp-field input::-webkit-outer-spin-button,
.otp-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.otp-field input[type=number] {
    -moz-appearance: textfield;
}
