﻿
/*********LOGIN CSS*************/

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../Font/ProximaNova-Regular.woff2') format('woff2');
}


@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../Font/ProximaNova-Bold.woff2') format('woff2');
}
/*Global Elements*/
body {
    margin: 0;
    font-family: ProximaNova-Regular;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e6e6e;
    text-align: left;
    background-color: #fff;
}

a {
    color: #6e6e6e;
}

    a:hover {
        color: #c80000
    }

*, *::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;
}


.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-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;
}

.mid_title {
    font-weight: 400;
    font-size: 24px;
}

.title_section {
    margin: 48px 0 18px;
    text-align: center;
}

.login_section {
    margin: 0 auto;
    max-width: 500px;
    box-sizing: border-box;
    margin-top: 70px;
    margin-bottom: 70px
}

.signup_section {
    margin-top: 50px;
    margin-bottom: 50px
}

.login_card {
    border: 1px solid #e5e5e5;
    padding: 18px 30px;
}

    .login_card label, .signup_section label {
        margin-bottom: 35px;
    }

.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%;
    margin: 10px 0 5px;
}
select.form_input {
    -webkit-appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
}

.form_label {
    display: block;
    font-size: 16px;
    font-family: ProximaNova-Bold;
}

.btn_theme {
    background: #ff0022;
    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: 56px;
    font-size: 24px;
}
.btn_disable {
    background: #a8aaad;
    border: none;
    color: #fff;
    line-height: normal;
    padding: 8px 70px;
    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: 56px;
    font-size: 24px;
}
.btn_border {
    background: none;
    border: 1px solid #ff0022;
    color: #ff0022;
    line-height: normal;
    padding: 8px 20px;
    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: 56px;
    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;
}



.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;
}

@-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: .5rem 1rem;
}

.footer_fc img {
    max-width: 200px;
}

.footer_fc p {
    text-shadow: 0.1px 0.1px;
}

/*@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}*/

@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: 1170px;
    }
}

@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
    }

    .terms_text {
        float: left;
        width: calc(100% - 55px);
        font-size: 16px !important;
    }
    .btn_theme {
        font-size: 20px !important
    }
    .section_title {
    font-size:30px;
    }
    .login_signup a {
        font-size: 14px;
    }
}


/*****radiobtn*****css*******/
input[type=radio] {
    border: 1px solid #c0c0c0;
    cursor: pointer;
    height: 30px !important;
    margin: 0 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    min-width: 18px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
    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: #6e6e6e;
        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-size: 18px;
    color: #6e6e6e;
}
    .terms_text a {
        color: #a9aaae;
    }
    .btn_theme {
        padding: 8px 80px !important;
    }

/*******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 #898989;
}

.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*********/

.multiselect.dropdown-toggle {
    background: #fff;
    border: 1px solid #595959;
    border-radius: 0;
    height: 50px;
    margin-top:10px
}
.multiselect-container > li > a > label > input[type=checkbox] {
    margin-left: -10px !important;
}
.multiselect-container > li > a > label > input[type=checkbox]{
    margin-top:5px;
    margin-bottom:-3px !important;
}
.fa-times-circle-o:before {
    content: "\f057" !important;
    font-family: "Font Awesome 5 Pro";
}
@media (min-width: 769px) {
    .login_signup {
        padding-bottom: 0 !important;
    }
    .navbar-brand {
        padding-top: 0 !important;
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}