
* {
    font-family: 'astera';
}

#modal_login {
    overflow-y: hidden !important;
}

.bloc-input input {
    background-color: #f5f5f5;
    border: 0px;
}

.icon-input-id {
    background-color: #0289DE;
    height:32px;
    width: 32px;
    padding: 4px;
    text-align:center;
    margin-left: 0px;
    margin-top: -33px;   
}

.bloc-input input {
    padding-left: 50px !important;
}

.icon-input-id img {
    width: 18px;
    height:18px;
}

.modal-content {
    border-radius: 10px;
    border-bottom: 10px solid #C2AC6D !important;
}

#btn-login {
    padding: 10px 40px !important;
    border-radius: 30px;
    text-transform: uppercase;
    line-height: inherit;
    font-size: 15px;
    color:white;
    background: linear-gradient(to right, #012376, #0395DF);
    border:0;
    font-family: 'astera' !important;
}

.footer-links a img {
    display:inline-block;
    margin-right: 15px !important;
} 