
#menu > #bt_account svg {
    color: #F02004;
    fill: #f0200415;
}

body > main > .max_width {
    max-width: 60rem;
}

/** MESSAGE **/

#recovery > .form > p {
    margin: 2rem 0 5rem 0;
}

#recovery > .form > input[type=submit] {
    border-radius: 2.5rem;
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 3.5rem auto 1rem auto;
}

/** RESPONSIVE **/

@media (max-width: 530px) {

    #recovery > .form > p {
        text-align: center;
    }
}

@media (max-width: 650px) {

    body > main > .max_width {
        max-width: none;
    }

    body > main .container {
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 4rem 2rem;
    }
}