#leaky-paywall-quick-register {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
}

#leaky-paywall-quick-register-form {
    max-width: 360px;
}

#leaky-paywall-quick-register-form .form-field {
    border-radius: 3px;
    margin-bottom: 1em;
}

#leaky-paywall-quick-register-form .form-field label {
    display: block;
    font-weight: bold;
    font-size: .875em;
}

#leaky-paywall-quick-register-form .form-field input {
    width: 100%;

}

#leaky-paywall-quick-register-form input[type="submit"] {
    background: #32A3E4;
    color: #fff;
    font-weight: bold;
    border: 0;
    box-shadow: none;
}

#leaky-paywall-quick-register-errors p {
    color: #ff0000;
    font-size: .875em;
    font-style: italic;
    margin-top: 1em;
}

#leaky-paywall-quick-register input[name="website"] {
    display: none !important;
}

@media (min-width: 900px) {
    #leaky-paywall-quick-register.inline #leaky-paywall-quick-register-form {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        max-width: 100%;
    }

    #leaky-paywall-quick-register.inline #leaky-paywall-quick-register-form label {
        display: none;
    }

    #leaky-paywall-quick-register.inline #leaky-paywall-quick-register-form .form-field {
        flex: 1 1 auto;
        margin-bottom: 0;
    }

    #leaky-paywall-quick-register.inline #leaky-paywall-quick-register-form .email-field {
        margin-right: 20px;
    }

    #leaky-paywall-quick-register.inline #leaky-paywall-quick-register-form input[type="submit"] {
        flex: 1 1 auto;
        padding: 0;
        margin-left: 20px;
    }
}


