﻿
/*********LOGIN CSS*************/


/*Global Elements*/
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

*, *::before, *::after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}


.f_light {
    font-weight: 100 !important
}

.e_block {
    color: #d41f31;
    display: block;
}
.e_input {
    border-color: #c80000 !important;
    background-color: #f2dede;
}
.d-block {
    display: block !important;
}
.l_btn_hide {
    display: none !important
}
/*Login Elements*/
.title_section {
    margin: 15px 0 18px;
    text-align: center;
}

.login_section {
    margin: 0 auto;
    max-width: 430px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.login_card {
    border: 1px solid #e5e5e5;
    padding: 18px 30px 30px;
}

    .login_card label {
        margin-bottom: 25px;
    }

.login_input {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: .875em;
    width: 100%;
    -webkit-appearance: none;
    margin: 15px 0 5px;
}

.form_label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-weight: normal !important
}

.btn {
    background: #c80000;
    border: none;
    color: #fff;
    line-height: normal;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    transition: background .2s,border-color .2s,color .2s;
    -webkit-transition: background .2s,border-color .2s,color .2s;
    width: 100%;
    cursor:pointer;
    border-radius:2px;
    min-height:40px;
}
.container {
width:1200px;margin:auto;padding:0 15px;
}
.header_inner {
min-height:90px;
}
.navbar-brand a {
    background-image: url('/Content/images/accalogo.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 90px;
    text-indent: -9999px;
    width: 181px;
}
.header_inner {
border:1px solid #efefef
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 576px) {
    .login_card {
        border: none;
        padding: 15px;
    }
    .title_section {
    margin-top:10px;
    }
        .title_section h1 {
        font-size:2rem
        }
    .navbar-brand a {
        background-size: 121px 40px;
        height: 60px;
        width: 121px;
    }
    .header_inner {
    min-height:70px;
    }
}


/*Loading*/

.loader_small {
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    border-top: 2px solid #d41f31;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin-top: 6px;
    float: right;
}

div.loginbtn span {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}

div.loginbtn {
    height: 41px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 100px;
    text-align: center;
}
.footer img{
    width:150px;
}



/*********LOGIN CSS*************/
body {
    margin: 0;
    font-family: Arial,'Open Sans',sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

header {
    border-bottom: 1px solid #e5e5e5;
}

/*Login Elements*/
.section_title {
    font-size: 36px;
    font-weight: normal;
    margin-bottom:25px;
}

.title_section {
    margin: 48px 0 18px;
    text-align: center;
}

.login_section {
    margin-top: 35px;
}

    .login_card label, .signup_section label {
        margin-bottom: 25px;
    }

.border_top_none {
    border-top: none !important;
}

.form_input {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    display: block;
    font-size: .875em;
    width: 100%;
    /*-webkit-appearance: none;*/
    margin: 15px 0 5px;
}

.form_label {
    color: #5A5A5A;
    display: block;
    font-size: 18px;
}

.login_button {
    background: #c80000;
    border: none;
    color: #fff;
    line-height: normal;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    transition: background .2s,border-color .2s,color .2s;
    -webkit-transition: background .2s,border-color .2s,color .2s;
    width: 100%;
    cursor: pointer;
    border-radius: 2px;
    min-height: 40px;
}

.clr_fcred {
    color: #c80000;
}

.btn-back {
    font-weight: bold;
}

.container {
    width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.header_inner {
    min-height: 90px;
}

.navbar-brand a {
    background-image: url('/Content/images/accalogo.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 90px;
    text-indent: -9999px;
    width: 200px;
}

.header_inner {
    border: 1px solid #efefef
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/*Loading*/

.loader_small {
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    border-top: 2px solid #d41f31;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin-top: 6px;
    float: right;
}

div.login_button span {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}

.login_button {
    line-height: 28px;
    height: 45px;
    font-size: 20px;
    font-family: 'avenir-light';
}

.top_section {
    padding: 5px 0 !important
}


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 576px) {
    .login_card {
        border: none;
        padding: 15px;
    }

    .title_section {
        margin-top: 10px;
    }

        .title_section h1 {
            font-size: 2rem
        }

    .navbar-brand a {
        background-size: 121px 40px;
        height: 60px;
        width: 121px;
    }

    .header_inner {
        min-height: 70px;
    }

    .login_section, .signup_section {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .login_card {
        border: none !important
    }

    .section_title {
        font-size: 30px;
    }

    .login_signup a {
        font-size: 14px;
    }
}

@media(max-width:992px) {
    .footer {
    position:relative
    }
}