.row{
    margin-top: 8px;
}

.row.row-block{
    margin-top: 10px;
}

.btn-success {
    background-color: #33d457;
    border-color: #2fc250;
    font-size: 1.1rem;
}

label.error{
    color: red;
    justify-content: start;
    font-size: 0.8rem;
}

#regTabContent{
    padding-top: 40px;
}

.reg-type{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.reg-type div{
    width: 50%;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    padding: 4px;
}

.reg-type div.active{
    background: #33d457;
    border: 1px solid #2fc250;
    color: #FFF;
}

.auth-container{
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px;
    max-width: 500px;
    margin: 30px auto; 
}

.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #000;
}

.nav-tabs .nav-link:not(.active):hover {
    border-color: #fff;
}

.tab-content{
    margin: 20px;
}

label#phone-error{
    position: absolute;
    margin-top: 36px;
}

div.forgot-password a:hover{
    color: #007bff;
}

label.error-label{
    color: red;
    font-size: 0.8rem;
}

.repeate-verificate-code-label, .repeate-rp-verificate-code-label{
    color: #808080;
    font-size: 13px;
    margin-top: 10px;
}


.repeate-rp-verificate-code-btn{
    margin-top: 10px;
    width: 100%;
}

#reg_password-error{
    position: absolute;
    top: -38px;
    left: 80px;
}

#salon_reg_type-error{
    position: absolute;
    top: -29px;
    left: 170px;
}
