/* --- AUTENTIFICARE --- */
#popUpForm{
    text-align: center;
}
.inputLogareParolaSiOchi {
    position: relative;
    width: 100%;
}
.inputLogareParolaSiOchi input {
    width: 100%;
}
#ochiLogare {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}
.divRecuperareParola {
    width: 100%;
    text-align: end;
}

.divRecuperareParola a {
    font-size: 14px;
    color: var(--negru);
    font-weight: 500;
}
.inputLoginForm {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: solid black 1px;
    text-align: center;
    border-radius: 5px;
}
.inputLoginForm:focus {
    outline-style: inset;
}
.inputLoginForm::placeholder {
    text-align: center;
    opacity: 1;
}
.registerBtnFromLoginForm p {
    font-size: 14px;
    color: var(--negru);
    padding-right: 10px;
}

.registerBtnFromLoginForm a {
    color: var(--negru);
    font-weight: 500;
}

#popUpLoginBtn,
.recuperareParolaFormular input:last-child,
#trimiteFeedbackBtn,
#ofertaBtn,
#inregistrareForm input:last-child {
    background-color: #869900;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 20px;
    border-radius: 50px;
    cursor: pointer;
    margin: 20px 0;
    border: solid #869900 1px;
    font-size: 12px;
    min-width: fit-content;
}

#popUpLoginBtn:hover,
#inregistrareForm input:last-child:hover,
.recuperareParolaFormular input:last-child:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #869900;
}