body[class^='account-'] .container-fix.fix-header {
    top: 0;
    position: fixed !important;
    background: rgba(255, 255, 255, 1);
    right: 0;
    left: 0;
    z-index: 9998;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .05);
    padding: 0 2.6% 0;
}
.account-login .well {
    background: none;
    box-shadow: none;
}
body[class^='account-'] ma-nav-mobile-container{
    display: inline;
}

body[class^='account-'] .container{
    width: 100%;
}

body[class^='account-'] .breadcrumbs{
    width: 90%;
    margin: auto;
    margin-block: 10px;
}



@media (min-width: 1024px) {
    #account-account {
        float: right;
    }

    #account-page .col-sm-9 .container{
        float: left;
    }
    #account-page {

        width: 90%;
    }

    body[class^='account-'] .account-page-no-left {
        margin: auto;
        margin-block: 10px;
        width: 90%;
    }
}


.account-account-background{
    background: rgba(255,255,255, 0.8);
    margin-top: 20px;
    /*
        padding: 30px 30px 0 30px;

         */
    border-radius: 25px;
    min-height: calc(100vh - 200px);
}

.account-li{
    padding-top: 5px;
}

.account-li-link a{
    padding-top: 5px;
    color: #00a2e8;
}

#account-page {
    margin: auto;
    clear: both;
    margin-top: -20px;
    /* min-height: calc(100vh); */
    min-height: 1000px;
}

#account-account {
    /*
    text-align: center;
     */
    background: #fafafa;
    border-radius: 8px;
    padding: 20px;
}

@media (max-width: 1024px) {
    #account-account {
        display: none;
    }
}

.customer-account {
    padding: 0;
    margin:0;
}

.customer-account i {
    font-size: 36px;
    color: #00a2e8;
    line-height: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.customer-account a {
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #EEE;
    margin-bottom: 5px;
    text-align: center;
    list-style-type: none;
    margin-right: 5px;
    width: 24%;

}

@media (max-width: 1023px) {
    .customer-account a {

        width: 100%;

    }
}


.customer-account a:hover {
    background-color: #00a2e8;
    color: #FFF !important;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px #00a2e8;
    -moz-box-shadow: 0px 0px 5px 0px #00a2e8;
    box-shadow: 0px 0px 5px 0px #00a2e8;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
.customer-account a:hover i{
    color: #FFF !important;
}

.wel a {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.social-login-item{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-color: #e5e5e5;
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
}

.social-login-line {
    font-size: 14px;
    color: #959595;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.social-login-line span {
    padding: 0 12px !important;
}

.social-login-line:before {
    background: #e5e5e5;
    content: "";
    width: 90px;
    height: 1px;
}

.social-login-line:after {
    background: #e5e5e5;
    content: "";
    width: 90px;
    height: 1px;
}


@media (min-width: 768px) {
    .col-sm-9-account {

        border-bottom: 0px ;

    }
    .account-register .account-page-no-left .row {
        display: flex;
        justify-content: center;
    }

    .account-register .account-page-no-left .row #content{
        width: 50%;
    }

    .account-register .account-page-no-left .row #content fieldset .form-group .col-sm-2{
        width: 36.66666667%;
    }

    .account-register .account-page-no-left .row #content fieldset .form-group .col-sm-10{
        width: 53.33333333%;
    }

    .account-login .account-page-no-left .row {
        display: flex;
        justify-content: center;
    }

    .account-login .account-page-no-left .row .col-sm-6{
        width: 35%;
    }
}






