/* ==========================================================================
   Edit Address
   ========================================================================== */

.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
    margin-bottom: 23px !important;
    font-weight: 700 !important;
}

.woocommerce-edit-address .woocommerce-MyAccount-content h3:after {
    content: '';
    display: block;
    width: 67px;
    height: 5px;
    border-radius: 0;
    background: #3595d6;
    margin: 16px 0 0;
}

/* ==========================================================================
   Account Table
   ========================================================================== */

.postid-17106 table tbody > tr:nth-child(odd) > td,
.postid-17106 table tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}

/* ==========================================================================
   Login & Register Forms
   ========================================================================== */

.woocommerce-form-login.login,
.woocommerce-form-register.register,
.woocommerce-ResetPassword.lost_reset_password {
    box-shadow: 0 2px 10px #cccc;
    background: transparent !important;
    width: 100%;
    max-width: 600px;
    padding: 40px !important;
    min-height: 460px;
}

.woocommerce-form-login.login .form-row,
.woocommerce-form-register.register .form-row {
    margin-bottom: 15px;
    font-size: 14px;
}

.woocommerce-form-login h3,
.lost_reset_password h3,
.woocommerce-form-register.register h3 {
    font-weight: bold !important;
    text-align: center;
}

.woocommerce-form-login h3:after,
.woocommerce-form-register.register h3:after,
.lost_reset_password h3:after {
    content: '';
    display: block;
    width: 67px;
    height: 5px;
    border-radius: 0;
    background: #3595d6;
    margin: 16px auto 0;
}

.woocommerce-form-login.login input.input-text,
.woocommerce-form-register.register input.input-text,
.lost_reset_password input.input-text {
    height: 40px !important;
    border: 1px solid #00b2e3;
}

.woocommerce-privacy-policy-link {
    font-weight: bold;
}

.lost_password {
    font-weight: 700;
}

.page-template-template-login-php .container,
.page-template-template-registration-php .container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 30px 0;
}

/* ==========================================================================
   After Login Code
   ========================================================================== */

.after_login_code {
    text-align: center;
    max-width: 600px;
    padding: 20px;
}

.after_login_code p {
    margin-bottom: 0;
    line-height: normal;
    font-size: 14px;
}

.after_login_code a {
    font-weight: bold;
    color: #00b2e3;
}
