.subody {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: #F9F9F9;
    min-height: 600px;
}
        #my-account-content {
            margin-bottom: 50px;
        }


/***************************************
    *Crumb
    ****************************************/

 .subody .bread-title {
    border-bottom: 1px dashed #858585;
    display: block;
    padding: 10px 0px 10px 20px;
    margin-bottom: 20px;
}
 .subody .bread-title a {
    color: #6d6c6c;
    padding: 5px;
}

 /***************************************
 * LOGIN / REGISTER
 ***************************************/

        #customer_login, #customer_register {
            margin-bottom: 30px;
            /*padding-bottom: 30px;*/
        }

            #customer_login form.login {
                border-width: 0px;
                border-style: solid;
            }

            #customer_login form.login {
                padding: 0px 15px 0px;
            }

            #customer_login form.register {
                padding: 0px 15px 0px;
            }

            #customer_login input[type="submit"], button {
                /*float: right;
                margin-right: 5px;*/
            }

            #customer_login #rememberme {
                margin-right: 5px;
            }

            #customer_login p.lost_password,
            .login-form-checkout .lost_password {
                margin-bottom: 25px;
                font-weight: 700;
                font-size: 12px;
            }

        .login-form-checkout .lost_password {
            margin-bottom: 10px;
            margin-top: 10px;
        }

        #customer_login .wp-social-login-widget,
        .login-form-checkout .wp-social-login-widget {
            display: inline-block;
            padding: 15px;
        }

            #customer_login .wp-social-login-widget .wp-social-login-connect-with,
            .login-form-checkout .wp-social-login-widget .wp-social-login-connect-with {
                margin-right: 10px;
            }

            #customer_login .wp-social-login-widget > div,
            .login-form-checkout .wp-social-login-widget > div {
                vertical-align: middle;
            }

            #customer_login .wp-social-login-widget .wp-social-login-provider-list,
            .login-form-checkout .wp-social-login-widget .wp-social-login-provider-list {
                padding: 0;
            }

                #customer_login .wp-social-login-widget .wp-social-login-provider-list a,
                .login-form-checkout .wp-social-login-widget .wp-social-login-provider-list a {
                    margin: 0 10px;
                }

                /***********************************
                * Login Title
                ***********************************/
                .box-title.box-title-line-middle .title-bar::before, .box-title.box-title-line-around .title-bar::before {
                    margin-left: -100%;
                }
                .title-bar, .box-title.box-title-line-around .title-bar {
                    position: relative;
                    overflow: hidden;
                    margin-bottom: 10px;
                    font-size: 18px;
                }
                .box-title.box-title-line-middle .title-bar::after, .box-title.box-title-line-middle .title-bar::before, .box-title.box-title-line-around .title-bar::after, .box-title.box-title-line-around .title-bar::before {
                    content: '';
                    width: 100%;
                    border-bottom: 3px solid;
                    position: absolute;
                    top: 45%;
                }
                .box-title.box-title-text-center {
                    text-align: center;
                }
                .box-title {
                    margin-bottom: 15px;
                    margin-left: 0px;
                }
                .box-title.box-title-line-middle h2, .box-title.box-title-line-around h2 {
                    padding: 0 65px;
                }
                .box-title h2 {
                    position: relative;
                    z-index: 3;
                    display: inline-block;
                    margin: 0;
                    font-size: inherit;
                }

                form .form-row-wide, form .form-row-wide{
                    margin-bottom: 15px;
                }
                p.form-row label, p.form-row label, #ship-to-different-address label {
                    font-weight: 400;
                    /*width: 100px;*/
                }
                label {
                    display: inline-block;
                    max-width: 100%;
                    margin-bottom: 5px;
                    font-weight: bold;
                }
                .input-text{
                    width: 100%;
                    height: 35px;
                    border-color: #dbd8d8;
                    border-width: 1px;
                    border-style: solid;
                    padding: 0 10px;
                    border-radius: 0;
                    border-style: solid;
                    -webkit-appearance: none;
                    box-shadow: none;
                }

                .login_validcode{
                    display: table-cell;
                    vertical-align: middle;
                }


                .login .btnLogin,.login .btnLogin2,.login .memarea .btnFBLogin,.login .memarea .btnLINELogin,.login .memarea .btnGoogleLogin,.register .btnRegister, .login .btnRegister, .login .btnCancel{
                    float:inline-end;
                    margin-left: 5px;
                }

.checkbox {
    display: inline-block;
    position: relative;
    margin: 0 15px 3px 0;
    margin-top: 0px;
    margin-bottom: 3px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

    .radio i, .checkbox i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 19px;
    height: 19px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0,0,0,0.3);
    background: rgba(255,255,255,0.3);
}

    .radio input:checked + i::after, .checkbox input:checked + i::after {
    opacity: 1;
}
.checkbox input + i::after {
    color: rgba(0,0,0,8);
}
.checkbox input + i::after {
    content: '\f00c';
    top: 0;
    left: 0px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}
.radio input + i::after, .checkbox input + i::after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox #rememberme{
    left: -32px;
    width: 125px;
    height: 25px;
    z-index: 1;
    opacity: 0.01;
}