
.page-heading {
    background: #fef200;
    font-size: 24px;
    text-align: center;
    margin-bottom:10px;
}

.login {
    margin:0;
    max-width: none;
}

.login-form, .new-customer {
    padding-left: 0;
    padding-right: 0;
    max-width: 400px;
}

.form-label {
    font-size: 16px;
    color:#000;
}

.form-field {
    margin-bottom: 10px;
}

.button {
    border:none;
    border-radius: 0;
}

.forgot-password {
    margin: 0 0 10px 0;
        margin-top: 0px;
    text-decoration: underline;
    font-size: 14px;
}

.login-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width: 551px) {
    h1.page-heading, h2.page-heading {
        display: none;
    }

    .login-row .form-actions{
        margin-top:10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.account-body {
    margin: 0;
}

@media screen and (min-width: 801px) {
    .login-row {
        margin-top:10px;
        justify-content: space-between;
    }

    .new-customer {
        width: 48%;
    }

}

@media screen and (min-width: 1261px) {

}
