
/****************** TAKE CSS FROM HERE ******************/
.ep-prodBan {
    position: relative;
    height: 264px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/prodBan.jpg);
}
.ep-prodBan.ep-contactBan{
    background-image: url(../img/contactBg.jpg);
}
.ep-prodBan > .container {
    position: relative;
    height: 100%;
}
.ep-prodBan > .container > h1 {
    position: absolute;
    top: 50%;
    left: 0px;
    color: #252525;
    font-size: 48px;
    font-family: 'bl-bold';
    margin: -55px auto 0px;
    text-transform: uppercase;
}
.ep-prodBan.ep-featureBan > .container > h1 {
    margin: -86px auto 0px;
}
.ep-prodBan > .container > h1 > span {
    color: #fff;
    display: block;
    font-size: 62px;
}
.ep-pageSec {
    position: relative;
    margin: 0px auto 106px;
}
.ep-breadCrumb {
    position: relative;
    font-size: 0px;
    margin: 32px auto;
    padding-left: 16px;
}
.ep-breadCrumb:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 0;
    left: 0px;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #ed3726 transparent transparent transparent;
}
.ep-breadCrumb > span, .ep-breadCrumb > ol {
    font-size: 14px;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
}
.ep-breadCrumb > span {
    text-transform: uppercase;
    font-family: 'bl-semibold';
}
.ep-breadCrumb > ol {
    padding-left: 8px;
}
.ep-breadCrumb > ol > li {
    position: relative;
    color: #ed3726;
    text-transform: uppercase;
    font-family: 'bl-semibold';
}
.ep-breadCrumb > ol > li > a {
    color: #363636;
    font-family: 'bl-regular';
}
.ep-breadCrumb > ol > li > a:hover{
	text-decoration: underline;
}
.ep-breadCrumb > ol > li + li:before {
    content: '/';
    position: absolute;
    top: 0px;
    left: -4px;
}
.ep-logCont {
    position: relative;
}
.ep-logCont > h2 {
    color: #bf2c1f;
    font-size: 30px;
    padding-bottom: 30px;
    margin: 0px auto 60px;
    font-family: 'bl-bold';
    border-bottom: 3px solid #bf2c1f;
}
.ep-loginCont {
    position: relative;
    font-size: 0px;
}
.ep-loginCont > .ep-lcLeft, .ep-loginCont > .ep-lcRight {
    width: 50%;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
}
.ep-logForm, .ep-logForm > form {
    position: relative;
}
.ep-logSec {
    position: relative;
}
.ep-logSec + .ep-logSec{
    margin: 84px auto 0px;
}
.ep-logSec > h3 {
    color: #464646;
    font-size: 26px;
    padding-bottom: 20px;
    margin: 0px auto 26px;
    font-family: 'bl-bold';
    text-transform: uppercase;
    border-bottom: 2px solid #636363;
}
.ep-formGroup {
    position: relative;
}
.ep-formGroup > label {
    color: #333;
    display: block;
    font-size: 16px;
    margin: 0px auto 16px;
    font-family: 'bl-semibold';
}
.ep-formGroup > label > span {
    color: #e02b27;
}
.ep-formGroup + .ep-formGroup {
    margin: 24px 0px 0px;
}
.ep-formGroup > input {
    width: 100%;
    display: block;
    padding: 12px 16px;
    border: 2px solid #e2e2e2;
}
.ep-newsLtr {
    position: relative;
    font-size: 0px;
    margin: 26px auto 0px;
}
.ep-newsLtr > label, .ep-newsLtr > span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.ep-newsLtr > span {
    color: #e33d3a;
    margin-left: 24px;
}
.ep-newsLtr > label {
    position: relative;
    cursor: pointer;
}
.ep-newsLtr > label > input {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
    opacity: 0;
    width: 100%;
    margin: 0px;
    height: 100%;
    cursor: pointer;
}
.ep-newsLtr > label > b, .ep-newsLtr > label > span {
    display: inline-block;
    vertical-align: middle;
}
.ep-newsLtr > label > span {
    margin-left: 12px;
}
.ep-newsLtr > label > b {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e2e2;
}
.ep-newsLtr > label > b:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    transition: 0.5s;
    margin: -5px auto;
    transform: scale(0);
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transform: scale(0);
    background-color: #bf2c1f;
    -webkit-transform: scale(0);
}
.ep-newsLtr > label > input:checked ~ b{
    border: 2px solid #bf2c1f;
}
.ep-newsLtr > label > input:checked ~ b:before{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.ep-formGroup > span {
    padding: 10px;
    display: block;
    background-color: #f3f3f3;
}
.ep-logSec + .ep-logSec > .ep-formGroup {
    max-width: 450px;
}
.ep-formBtn {
    position: relative;
    border: none;
    color: #363636;
    cursor: pointer;
    font-size: 20px;
    padding: 18px 32px;
    line-height: normal;
    font-family: 'bl-bold';
    text-transform: uppercase;
    background-color: #ffc923;
}
.req {
    display: block;
    color: #e23a36;
    font-size: 14px;
    margin: 32px auto 0px;
}
.ep-logSec > p {
    font-size: 16px;
    line-height: 24px;
    margin: 0px auto 32px;
}
.fp{
    font-size: 16px;
    margin-left: 38px;
    vertical-align: middle;
    text-transform: capitalize;
}
.ep-loginCont > .ep-lcRight {
    padding-left: 180px;
}
@media only screen and (max-width: 767px){
    .ep-pageSec{
        margin: 0px auto 48px;
    }
    .ep-prodBan{
        background-position: -460px 0px;
    }
    .ep-prodBan > .container > h1{
        left: 12px;
        font-size: 32px;
        margin: -36px auto 0px;
    }
    .ep-prodBan > .container > h1 > span{
        font-size: 44px;
    }
    .ep-breadCrumb{
        overflow: hidden;
        overflow-x: auto;
        margin: 24px auto;
        white-space: nowrap;
    }
    .ep-breadCrumb::-webkit-scrollbar{
        display: none;
    }
    .ep-logCont > h2{
        font-size: 24px;
        padding-bottom: 16px;
        margin: 0px auto 24px;
    }
    .ep-logSec > h3{
        font-size: 24px;
        padding-bottom: 12px;
        margin: 0px auto 24px;
    }
    .ep-formGroup + .ep-formGroup{
        margin: 24px auto 0px;
    }
    .ep-logSec + .ep-logSec{
        margin: 36px auto 0px;
    }
    .ep-formBtn{
        width: 100%;
    }
    .req, .fp{
        display: inline-block;
        margin: 12px 12px 0px;
        vertical-align: middle;
    }
    .fp{
        margin: 12px auto 0px;
    }
    .ep-loginCont > .ep-lcLeft, .ep-loginCont > .ep-lcRight{
        width: 100%;
        padding: 0px;
        display: block;
    }
    .ep-loginCont > .ep-lcRight{
        margin: 24px auto 0px;
    }
    .ep-logSec > p{
        margin: 0px auto 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
    .ep-prodBan{
        background-position: -200px 0px;
    }
    .ep-prodBan > .container > h1{
        left: 12px;
        font-size: 36px;
        margin: -42px auto 0px;
    }
    .ep-prodBan > .container > h1 > span{
        font-size: 48px;
    }
    .ep-loginCont > .ep-lcRight{
        padding-left: 60px;
    }
}
/****************** TAKE CSS TO HERE ******************/
.customer-account-login .page-main, .customer-account-create .page-main {
width: 100% !important;
  max-width: 1200px !important;
  padding: 40px 15px !important;
}
.customer-account-login .page-title, .customer-account-create .page-title{

}
.customer-account-login .block-title, .customer-account-create .legend{
    color: #464646;
    font-size: 26px !important;
    padding-bottom: 20px !important;
    margin: 0px auto 26px !important;
    font-family: 'bl-bold';
    text-transform: uppercase;
    border-bottom: 2px solid #636363 !important;
    width:100%;
}
.form.create.account{
    width:100% !important;
    min-width:100% !important;
}
.customer-account-login .fieldset > .field:not(.choice) > .label, .customer-account-create .fieldset > .field:not(.choice) > .label {
    color: #333;
    display: block;
    font-size: 16px;
    margin: 0px auto 16px;
    width:100%;
    text-align:left;
}
.login-container .fieldset > .field > .control{
    width: 100% !important;
    display: block;
}

.customer-account-create .field.choice::before{
    width:0% !important;
    padding:0 !important;
}
.login-container .fieldset > .field > .control #form-validate input, .customer-account-create #form-validate .control input{
    width: 100% !important;
    display: block;
    padding: 12px 16px;
    border: 2px solid #e2e2e2;
    height: 45px;
}
.customer-account-login .actions-toolbar{
    margin-left:0 !important;
}
.login-container .fieldset::after{
    color: #e23a36;
    font-size: 14px;
    margin: 32px auto 0px !important;
}
.customer-account-login .actions-toolbar .primary .action, .customer-account-create .actions-toolbar .primary .action {

    line-height: normal;
    text-transform: uppercase;

}
.customer-account-create .actions-toolbar .primary .action{
    margin:0 !important;
    max-width:300px !important;
    width:auto !important;
}

.block.block-new-customer {
    padding: 0 0 0 15%;
}

.customer-account-create .actions-toolbar{
    margin-left:0 !important;
}
.password-strength-meter{
    font-size:14px;
}
.customer-account-create .actions-toolbar > .secondary:last-child{
    float:left;
}
.customer-account-create .actions-toolbar > .secondary:last-child a{
    color:#363636;
    padding: 10px 0;
}