﻿
/*********LOGIN CSS*************/
@font-face {
    font-family: 'avenir-light';
    src: url('../Font/avenir-light.woff2') format('woff2');
}

@font-face {
    font-family: 'avenir-medium';
    src: url('../Font/avenir-medium.woff2') format('woff2');
}
/*Global Elements*/
body {
    margin: 0;
    font-family: avenir-medium;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

header {
    border-bottom: 1px solid #e5e5e5;
}

a {
    color: #000;
}

    a:hover {
        color: #c80000
    }

*, *::before, *::after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p, button, .btn, .e_block {
    font-family: avenir-medium;
}

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;
}


.l_btn_hide {
    display:none !important
}

.l_btn_show {
    display: block !important
}

.f_light {
    font-weight: 100 !important
}

.e_block {
     display: block;
    background: #f2dede;
    margin: auto;
    padding: 0 20px;
    font-weight: 500;
    font-family: 'avenir-medium';
    font-size: 1.2rem;
    text-overflow: ellipsis;
    padding: 10px 20px;
}

.e_input {
    border-color: #c80000 !important;
    background-color: #f2dede;
}

.d-block {
    display: block !important;
}

.t_accagrey {
    color: #5A5A5A;
}
/*Login Elements*/
.section_title {
    font-size: 36px;
    font-weight: normal;
    font-family: 'avenir-medium';
}

.mid_title {
    font-weight: 400;
    font-size: 24px;
}

.title_section {
    margin: 48px 0 18px;
    text-align: center;
}

.login_section {
    margin: 0 auto;
    max-width: 430px;
    box-sizing: border-box;
    margin-top: 70px;
    margin-bottom: 70px
}

.signup_section {
    margin-top: 70px;
    margin-bottom: 70px
}

.login_card {
    border: 1px solid #e5e5e5;
    padding: 18px 30px;
}

    .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;
}

.btn_theme {
    background: #c80000;
    border: none;
    color: #fff;
    line-height: normal;
    padding: 8px 30px;
    position: relative;
    text-align: center;
    transition: background .2s,border-color .2s,color .2s;
    -webkit-transition: background .2s,border-color .2s,color .2s;
    cursor: pointer;
    border-radius: 2px;
    min-height: 40px;
    font-family: avenir-light;
    font-size:24px;
}

.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/logo.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';
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.top_section {
    padding: 5px 0 !important
}

.footer_fc img {
    max-width: 200px;
}

.footer_fc p {
    font-family: 'avenir-medium';
    text-shadow: 0.1px 0.1px;
}
.footer {
    /*position: fixed;*/
    left: 0;
    right: 0;
    bottom: 2px;
    text-align: center;
}
.box-height {
  min-height: 700px;    
}
@media (max-width: 767px) {
    .box-height {
        min-height: 100% !important;
        /*margin-bottom:120px !important;*/
    }

    .footer {
        /*position: fixed;*/
        bottom: 0 !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .offset-lg-6 {
        margin-left: 50% !important;
    }


    .left_login_section {
        padding-right: 80px
    }

    .right_login_section {
        padding-left: 80px;
        border-left: 1px solid #ccc
    }
   
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (max-width: 620px) {
    .navbar-brand a {
        background-size: 121px 40px;
        height: 60px;
        width: 100%;
    }
}
    @media (max-width: 576px) {
        .login_card {
            border: none;
            padding: 15px;
        }

        .title_section {
            margin-top: 10px;
        }

            .title_section h1 {
                font-size: 2rem
            }



        .header_inner {
            min-height: 70px;
        }

        .login_section, .signup_section {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .login_card {
            border: none !important
        }

        .terms_text {
            float: left;
            width: calc(100% - 55px);
            font-family: 'avenir-medium';
            font-size: 16px !important;
        }

        .btn_theme {
            font-size: 20px !important
        }

        .section_title {
            font-size: 30px;
        }

        .login_signup a {
            font-size: 14px;
            font-weight:500;
            margin-right:5px !important;
        }
    }


    /*****radiobtn*****css*******/
    input[type=radio] {
        border: 1px solid #919191;
        cursor: pointer;
        height: 24px !important;
        margin: 0 4px 0 0;
        outline: 0;
        padding: 0 !important;
        text-align: center;
        vertical-align: middle;
        width: 25px;
        min-width: 18px;
        -webkit-appearance: none;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        outline-width: 0;
        -webkit-transition: 0.05s border-color ease-in-out;
        transition: 0.05s border-color ease-in-out;
        border-radius: 2px;
        padding: 3px !important;
    }

        input[type=radio]:checked:before {
            float: left;
            display: inline-block;
            vertical-align: middle;
            width: 18px;
            font: 400 12px/1 'FontAwesome';
            speak: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    input[type=radio] {
        border-radius: 50%;
    }

        input[type=radio]:checked:before {
            content: '';
            width: 100%;
            height: 100%;
            margin: 0;
            background: #6c6c6c;
            border-radius: 50%;
        }
    /*****radiobtn*****css*******/


    /*****signup*****css*******/
    .underline {
        text-decoration: underline !important;
    }

        .underline:hover {
            color: #000 !important;
        }

    .terms_text {
        float: left;
        width: calc(100% - 55px);
        font-family: 'avenir-medium';
        font-size: smaller;
    }

    .btn_theme {
        padding: 8px 80px !important;
    }

    /*****signup*****css*******/





    /*******reset**password*****css*********/
    .backto_login {
        text-decoration: underline !important;
        color: #595959 !important;
    }

        .backto_login:hover {
            text-decoration: underline !important;
            color: #595959 !important;
        }

    .login_card {
        border: 1px solid #595959;
    }

    .form_input {
        border: 1px solid #595959;
    }

    .hrozontal_line {
        color: #595959 !important;
    }

    .or_class {
        background-color: #fff;
        border-radius: 50%;
    }

        .or_class span {
            width: 50px !important;
            display: inline-block;
        }

        .or_class::after {
            display: inline-block;
            margin: 0 0 7px 9px;
            height: 1px;
            content: " ";
            text-shadow: none;
            background-color: #999;
            width: calc(50% - 50px);
        }

        .or_class::before {
            display: inline-block;
            margin: 0 0 7px 6px;
            height: 1px;
            content: " ";
            text-shadow: none;
            background-color: #999;
            width: calc(50% - 50px);
        }

    .graycolor {
        color: #595959 !important;
    }
    /*******reset**password*****css*********/

.active {
    color: #c80000 !important;
}
@media (max-width: 576px) {
    .login_signup {
        display: flex;
        justify-content: space-around;
    }
}