h1 {
    text-align: center;
}

#creer-compte {
    min-width: 768px;
    padding: 2rem;
}

.important-text {
    line-height: 148%;
    color: #555;
}

#creer-compte .inner {
    max-width: 576px;
    margin: auto;
}

#creer-compte .checkbox-label {
    color: #777;
    font-size: 0.8rem;
}

#creer-compte .button {
    width: 100%;
    margin: 1rem 0;
}

@media only screen and (max-width: 600px) {
    #creer-compte {
        min-width: 0;
        padding: 1rem;
    }

    #creer-compte .inner {
        min-width: 100%;
    }

    .double-field {
        flex-direction: column;
    }

    .checkbox-label input[type="checkbox"] {
        margin-right: 0.5rem;
    }

}