/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.qcgov-fr-login-form-wrapper {
    max-width: 600px;
    margin: 1em auto 2em;
    border: 1px solid #ccc;
    padding: 2em;
}

.qcgov-fr-login-form-wrapper .form-heading {
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    max-width: 520px;
    margin: 0 auto 1em;
}

.qcgov-fr-login-form-wrapper .form-group {
    margin-bottom: 1em;
}

.qcgov-fr-login-form-wrapper .form-group label {
    display: block;
    font-weight: bold;
}

.qcgov-fr-login-form-wrapper .form-group input[type=text],
.qcgov-fr-login-form-wrapper .form-group input[type=email],
.qcgov-fr-login-form-wrapper .form-group input[type=password] {
    width: 100%;
}

.qcgov-fr-login-form-wrapper .submit-wrapper {
    margin-top: 2em;
    margin-bottom: 1em;
    display: block;
}

.qcgov-fr-login-form-wrapper .submit-wrapper input[type=submit] {
    width: 100%;
    padding: 1em;
    background-color: #105272;
    cursor: pointer;
    color: #fff;
    border: none;
}

.qcgov-fr-login-form-wrapper .notification {
    text-align: center;
}

.qcgov-fr-login-form-wrapper .notification .error {
    color: red;
    margin-bottom: 0;
}
