body.woocommerce-checkout .woocommerce-checkout{
    display: none;
}
.custom-button, .custom-button:hover{
    background-color: #003767;
    color: #fff;
}
#email_address_field{
    width: 540px;
    margin-right: 20px;
}

.entry-content {
    position: relative;
    padding-bottom: 60px;
}
.entry-content.loading:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.entry-content.loading:before {
    content: url('loading.gif');
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px;
    width: 128px;
    height: 128px;
}

#resetpass-was-sent .message{
    background-color: rgb(61, 156, 210);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left-color: rgba(0, 0, 0, 0.15);
    border-left-style: solid;
    border-left-width: 9.875px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: rgb(255, 255, 255);
    margin-bottom: 41.8868px;
    padding-bottom: 16px;
    padding-left: 25.888px;
    padding-right: 25.888px;
    padding-top: 16px;
}

body.woocommerce-checkout .woocommerce-info,
#form_check_email{
    display: none;
}
.registerx .woocommerce-error li{
    color: #fff;
}
