label.gfield_label.gform-field-label {
    color: white;
} 

div#gfield_description_8_15 {
    color: white;
}

span.gfield_required.gfield_required_text {
    display: none !important;
}

@media (max-width: 768px) {
    #customer_login .u-column1, #customer_login .u-column2 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

#customer_login .u-column1, #customer_login .u-column2 {
    max-width: 50%;
    flex: 0 0 50%;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    background: #E3F3E7;
}

#customer_login {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

input#password {
    line-height: 30px;
    height: 55px;
    border: none;
    background: #FFF;
    border-radius: 30px;
    font-size: 16px !important;
    padding: 10px 30px !important;
    margin-bottom: 12px;
    font-family: Work Sans;
    color: #1E2B2D;
    font-weight: 300;
    max-width: 100%;
}

#override.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide #username {
    max-width:100%;
}

#customer_login button[type=submit] {
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #2DA44A;
    padding: 13px 35px 13px 35px;
    font-size: 16px;
    line-height: 21px;
    border-radius: 10px;
    transition: all 0.15s ease-in-out;
    box-shadow: none;
    font-family: Open Sans;
    position: relative;
}

@media only screen and (max-width: 991px) {
    div.fixed-info {
        display: none;
    }
}