
#create_account > .max_width {
    max-width: 60rem;
}

/** ACCOUNT **/

#create_account section > .form > p {
    margin: 2rem 0 5rem 0;
}

#create_account section > .form > .pass > div {
    padding: 1.3rem 0 1.3rem 1.5rem;
}

#create_account section > .form > input[type=submit] {
    border-radius: 2.5rem;
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 3.5rem auto 1rem auto;
}

#create_account section > .form > .terms {
    color: #9C9C9C;
    line-height: 2rem;
    margin: 3rem 0;
    text-align: center;
}

#create_account section > .form > .terms > * {
    display: inline;
}

#create_account section > .form > .terms > a {
    font-weight: 600;
}

#create_account section > .form > .terms > a:hover {
    color: #F02004;
}

/** RESPONSIVE **/

@media (max-width: 530px) {

    #create_account section > .form > p {
        text-align: center;
    }
}

@media (max-width: 650px) {

    #create_account > .max_width {
        max-width: none;
    }

    #create_account .container {
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 4rem 2rem;
    }
}