*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: 'Vazir', sans-serif;
}

.register-form{
    margin: 0 auto;
    max-width: 350px;
    padding: 20px;
}

.logo{
    display: block;
    margin: 2rem auto;
    width: 70px;
    height: auto;
}

.title-text{
    font-weight: bold;
    font-size: 14px;
}

.form-label{
    font-size: 14px;
    font-weight: bold;
}

.form-control{
    border: .5px solid #66abe4;
    border-radius: 5px;
    padding: 10px;
    font-size: 13px;
}

.btn-register{
    background-color: #66abe4;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 13px 0;
    width: 100%;
    cursor: pointer;
}

.hint-text{
    color: #858484;
    font-size: 13px;
}