@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap');

body.login {
    background: linear-gradient(120deg,rgba(42,42,157,1) 0%,rgba(86,86,186,1) 100%);
    font-family: 'Raleway', 'Open sans', sans-serif !important;
}

body.login h1 a {
    background-image: url('hypotheques-en-ligne-logo-blanc.svg');
    width: 250px;
    background-size: 250px;
}

body.login #backtoblog a, body.login #nav a {
    color: #fff;
}

body.login form label {
    font-weight: 700;
    color: #000;
}
body.login form .forgetmenot label {
    font-weight: 400;
}

body.login form input[type="submit"] {
    background: linear-gradient(90deg, #00b580 0%, #1bc997 100%);
    border-color: #00b580;
}
body.login form input[type="submit"]:hover, body.login form input[type="submit"]:active, body.login form input[type="submit"]:focus {
    background: linear-gradient(90deg, #00b580 0%, #1bc997 100%);
    border-color: #00b580;
}