*,button{
    font-family: IRANSansX !important;
}
.otp-container {
    display: none;
    direction: ltr;
    justify-content: space-between;
    margin: 10px 0;
}

.otp-input {
    text-align: center;
    font-size: 24px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 1px 2px;
    width: 91px;
    height: 56px;
}
.otp-input:focus {
    /* border: 2px solid #DA9A35 !important; */
    outline: 1px solid #6929D4;
    border-color: transparent;
}
#password{
    display: none;
}
#bazgasht span{
    background: url('../img/arrow-left.png') no-repeat center;
    display: inline-block;
    width: 22px;
    height: 17px;
    margin-right: 8px;
}
#bazgasht{
    position: absolute;
    left: 30px;
    top: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    color: #4C2E83;
}