/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
.create-account {
    float: left;
    width: 92%;
}
.create-account input#account_username, .create-account input#account_password {
    width: 100%;
}

.check-bill {
    float: left;
    width: 52%;
}

#billing_email.input-text {
    width: 192%;
}
form.login.custom {
text-align: center;
}



#customer_login .login.custom {
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 3px solid #0b5aa1;
    box-shadow: 0 1px 1px #cacaca;
    box-sizing: border-box;
    display: table;
    margin: 0 auto 40px;
    padding: 20px 10px;
    width: 49%;
}



#customer_login input[type="text"], #customer_login input[type="password"] {
    border: 1px solid #cacaca;
    box-sizing: border-box;
    float: left;
    height: 30px;
    margin-bottom: 14px;
    padding: 0 10px;
    width: 317px;
}
#customer_login p {
    color: #0b5aa1;
    font-size: 12px;
}

#customer_login .login.custom .inline {
    clear: both;
    display: table;
    float: left;
    padding-left: 116px;
    text-align: left;
    width: 100%;
}

#customer_login .login.custom .button {
    background: #0b5aa1 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: table;
    float: left;
    font-weight: bold;
    margin: 10px 0 0 116px;
    padding: 7px 14px;
}

#customer_login .login.custom .lost_password a {
    color: #ea0104;
}

#customer_login .login.custom .lost_password {
    float: left;
    padding-left: 7px;
    padding-top: 5px;
}

#customer_login .login.custom .form-row.form-row-wide {
    display: table;
    margin: 0;
    width: 100%;
}

#customer_login .login.custom .form-row {
    margin: 0;
}

#customer_login .login.custom label {
    display: block;
    float: left;
    width: 121px;
}
#customer_login p {
    color: #0b5aa1;
    font-size: 12px;
}
body.page-template-new-2014-inner-php, body.page-template-new-2014-inner-fullwidth-php { background-size:cover !important;}


body.page-template-new-2014-inner-fullwidth-php #customer_login .login-error {
    box-sizing: border-box;
    display: table;
    margin: 0 auto 6px;
    width: 49%;
}

#erroridmain #errorid {
    color: red;
    list-style: outside none none;
}
#errorphp #errorid1 {
color: red;
}