.avtorisation-block {
    padding-top: 30px;
}

.active-border:active,
.active-borderl:focus {
    border: 1px solid #ab6156;
}

.active-border-bottom:active,
.active-border-bottom:focus {
    border-bottom: 3px solid #fea500;
}

.avtorisation-email {
    margin-bottom: 13px;
}

.avtorisation-password-input {
    position: relative;
}

.closed-eye-icon-box {
    display: inline-block;
    width: 50px;
    padding: 4px 11px;
    background-color: white;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.closed-eye-icon {
    width: 26px;
}

.avtorisation-password-input,
.avtorisation-email {
    font-size: 14px;
}

.password-input-label {
    display: block;
    color: #475669; 
}


