.card_login {
    max-width: 950px;
    width: 100%;
    margin: auto;
    min-height: 563px;
}
.login_attente {
    height: 563px;
    background-image: url('../charte/login_background.png');
    background-size: cover;
    background-position: center;
    position: relative;
}
.login_attente .login_texte {
    position: absolute;
    height: 220px;
    text-align: center;
    margin:auto;
    top: 0;
    bottom: 0;
    padding: 0 69px;
}
.login_texte h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 40px;
}
.login_texte h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}
.login_texte p {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 20px;
}
.login_content {
    padding-top: 100px;
    padding-right: 65px;
    padding-left: 50px;
}
.login_title {
    font-family: 'ROboto', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.login_content label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    margin-bottom: 6px;
}
input.login_input {
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
}
.login_input:focus {
    background-color: #E4EDEB;
}
input.login_btn {
    margin-top: 51px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}
.create_account {
    left: 0;
    position: absolute;
    text-align: center;
    right: 0;
    bottom: 30px;
    font-family: 'Roboto Regular', sans-serif;
    font-size: 18px;
}
.create_account a {
    font-family: 'Roboto Regular', sans-serif;
    color: #3E3E3E !important;
    text-decoration: underline;
}
a.login_forgot_password {
    float: right;
    font-family: 'Roboto Regular', sans-serif;
    font-size: 16px;
    text-decoration: underline;
}

@media screen and (min-width: 300px) and (max-width: 768px) {
    .card_login {
        height: auto;
    }
    .login_attente {
        height: 250px;
    }
    .login_content {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}