 /* --- FOOTER --- */
 .footer {
    padding: 10px 0;
    background: var(--gradient2);
}
 .footerContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
 }
 .footerStanga {
     width: 42%;
     display: flex;
     align-items: center;
     justify-content: flex-start;
 }
 .formSiP {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: flex-start;
 }
 #formularAbonare {
     display: flex;
     align-items: center;
 }
 .arrowUp {
     font-size: 30px;
     margin-right: 50px;
 }
 .footerInfo {
     font-size: 14px;
     color: var(--alb);
     text-align: center;
     width: 42%;
 }
 .footerInfo a,
 .footerStanga p {
     padding: 5px;
     color: var(--alb);
 }
 .footerLogo {
     width: 150px;
     margin-bottom: 10px;
 }
 .inputNoutati {
     margin-right: 10px;
     padding: 5px 10px;
     border-radius: 5px;
     outline-color: var(--alb);
     border: solid var(--alb) 1px;
 }
 #aboneaza-teBtn {
    background: #869900;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #869900;
    text-transform: uppercase;
    padding: 3px 26px;
    cursor: pointer;
    border-radius: 5px ;
 }
 #aboneaza-teBtn:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #869900;
 }