.register-angajatori .btnCreeazaCont,
.logare-student .btnLogareCont {
    border-radius: 16px;
    background: #fc0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.page-title,
.page-title div {
    color: #282780;
    font-size: 42px;
    font-weight: 700;
}

.page-description,
.logare-student .page-description div {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

.register-angajatori input {
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 20px;
}

a {
    text-decoration: none !important;
    color: #000;
}

a:hover {
    text-decoration: none !important;
    color: #000;
}

.auth-links a {
    color: #000;
}

.auth-links a:hover {
    color: #212529;
}
.role-button {
    border-radius: 16px;
    border: 2px solid #282780;
    padding: 20px 89px;
    width: 240px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.role-button:hover {
    border: 2px solid #282780;
    background: #282780;
}

.role-button.selected {
    border: 2px solid #282780;
    background: #282780;
    color: #fff !important;
}

.role-button a {
}

.role-button span {
}
