@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');

body {
    font-family: 'Open Sans', serif;
}

/* -------------- Login Page Styles [START] -------------- */

.soc_section ul li img {
    margin-top: 14px;
}

p.apply_now {
    margin-top: 70px !important;
    margin-bottom: -25px;
    font-weight: 700;
    color: #4d4d4f;
    font-size: 13px;
    font-family: "Raleway", sans-serif;
}

.cust_error {
    /*    position: relative;
        display: table;
        width: 100%;
        text-align: left;
        margin-left: 200px;*/
}

p.cust_error_msg {
    color: red;
    padding-left: 10px;
    font-family: "Merriweather", sans-serif;
    border-left: 5px solid;
    /*    display: table;
        position: absolute;
        top: 100px;
        color: red;
        padding-left: 10px;
        font-family: "Merriweather", sans-serif;
        z-index: 99;
        width: 100%;*/
}

.login_section {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_section .login_left_panel {
    width: 50%;
    height: 100%;
    background: url(image/login-left-bg.png) no-repeat right center;
    -webkit-background-size: cover;
    background-size: cover;
    float: left;
    position: relative;
}

.login_section .login_left_panel_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_section .login_left_panel .login_left_panel_overlay {
    background: rgba(0,0,0,0.6);
    color: #fff;
}

.login_section .login_right_panel .login_left_panel_overlay {
    background: rgba(255,255,255,1);
}

.login_section .login_right_panel {
    width: 50%;
    height: 100%;
    background: blue;
    float: right;
    position: relative;
}

.login_section .login_left_panel .login_contents {
    width: 90%;
    max-width: 584px;
    text-align: left;
    margin-left:  auto;
    margin-right:  auto;
    /* margin-top: 269px; */
}

.login_section .log_title {
    font-size: 110px;
    font-weight: 700;
    color: #ffffff;
    font-family: "Merriweather", sans-serif;
    text-transform:  uppercase;
    margin-bottom: -8px;
}

.login_section .login_description {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    line-height: 31px;
}

.login_section .login_steps_container {
    width: 100%;
    margin-top: 63px;
    float:  left;
    margin-bottom: 62px;
    overflow:  hidden;
}

.login_section .login_steps_container .login-step {
    width: 21%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    float: left;
}

.login_section .login_steps_container .step_img {
    width: 54px;
    height: 54px;
}

.login_section .login_steps_container .step_lines {
    width: 5%;
    display: block;
    height: 2px;
    background: #fff;
    float: left;
    margin-top: 40px;
}

.login_section .login_steps_container .active-step .step_img_1 {
    display: none;
}

.login_section .login_steps_container .step_img_2 {
    display: none;
}

.login_section .login_steps_container .active-step .step_img_2 {
    display: inline-block;
}

.login_section .login_steps_container h5 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-top: 14px;
    margin-bottom: 9px;
}

.login_section .login_steps_container .active-step h5 {
    color: #1db9c8;
}

.login_section .login_steps_container p {
    font-size: 13px;
    font-weight: 400;
    color: #adb8bf;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: -3px;
}

.login_section .login_steps_container .active-step p {
    color: #1db9c8;
}

.login_section .login_steps_container span {
    font-size: 11px;
    font-weight: 400;
    color: #adb8bf;
    font-family: 'Open Sans', sans-serif;
    display:  block;
    line-height: 13px;
}

.login_section .login_steps_container .active-step span {
    color: #1db9c8;
}

.login_section .help_section {
    float: left;
    background: url(image/login-phone-icon.png) no-repeat left top;
    padding-left: 33px;
    margin-top: 5px;
    width:  50%;
    box-sizing:  border-box;
}

.login_section .help_section h4 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.2px;
}

.login_section .help_section p {
    font-size: 20px;
    font-weight: 600;
    color: #1db9c8;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.4px;
    margin-top: -6px;
}

.login_section .soc_section {
    float: right;
    width: 50%;
}

.login_section .soc_section ul {
    list-style: none;
    text-align: right;
    margin-bottom: 3px;
}

.login_section .soc_section ul li {
    display: inline-block;
    padding-left: 18px;
}

.login_section .soc_section ul li:hover {
    opacity: 0.7;
}

.login_section .soc_section a {
    font-size: 16px;
    font-weight: 400;
    color: #1db9c8;
    display: block;
    float: right;
}

.login_section .login_right_panel .login_contents {
    width: 86%;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 281px; */
}

.login_section .sub_title {
    font-size: 58px;
    font-weight: 600;
    color: #818a90;
    font-family: "Merriweather", sans-serif;
    margin-bottom: 0;
}

.login_section .login_instruction {
    font-size: 17px;
    font-weight: 400;
    color: #1db9c8;
    font-family: "Raleway", sans-serif;
}

.login_section .login_right_panel form {
    margin-top: 52px;
}

.login_section .login_right_panel .form-group {
    margin-bottom: 37px;
}

.login_section .login_right_panel .form-group input {
    border: none;
    border-bottom: 2px solid #bec7cd;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    line-height: 2.2;
    padding: 5px;
}

.login_section .login_right_panel .form-group .form-control:focus {
    box-shadow: 0 0 0 0rem rgba(0,123,255,0);
}

.login_section .login_right_panel .form-group input::placeholder {
    color: #adb8bf;
    font-size: 14px;
}

.login_section .login_right_panel .form-check {
    float: left;
    clear: both;
}

.login_section .login_right_panel .form-check,
.login_section .login_right_panel .form-check-label a {
    font-size: 13px;
    font-weight: 400;
    color: #4d4d4f;
    font-family: "Raleway", sans-serif;
}

.login_section .login_right_panel .forgot-psswd {
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #4d4d4f;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
}

.login_section .login_right_panel .log_logo {
    float: left;
    width: 55%;
    clear: left;
    margin-top: 10px;
}

.login_section .login_right_panel .login_btn {
    float: right;
    background: #818a90;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    border-radius: 0;
    outline: 0;
    border: 0;
    box-shadow: 1px 1px 21px 0px rgba(173, 184, 191, 0.7);
    width: 40%;
    max-width: 143px;
    padding-top:  11px;
    padding-bottom: 11px;
}

.login_section .login_right_panel .login_btn:focus,
.login_section .login_right_panel .login_btn:hover,
.login_section .login_right_panel .login_btn.active {
    background: #818a90;
    outline: 0;
    box-shadow: 1px 1px 9px 0px rgba(173, 184, 191, 0.7);
    border: 0;
    border-color: transparent;
}

.login_btn:not(:disabled):not(.disabled).active:focus,
.login_btn:not(:disabled):not(.disabled):active:focus,
.show>.login_btn.dropdown-toggle:focus {
    background: #818a90;
    outline: 0;
    box-shadow: 1px 1px 9px 0px rgba(173, 184, 191, 0.7);
    border: 0;
    border-color: transparent;
}

.login_section .login_right_panel .acceptCheck {
    width: 100%;
    margin-top: 44px;
    /*margin-bottom: 58px;*/ 
    margin-bottom: 30px; 
    padding-left:0;
}

.login_section .login_right_panel .form-check-label a {
    text-decoration: underline;
}

.login_section .login_right_panel .form-check-label span {
    display: block;
}




/* -------------- Login Page Styles [END] -------------- */














/* -------------- Responsive Styles [STAR] -------------- */

@media (max-width: 1366px) {
    .login_section .log_title {
        font-size: 90px;
    }

    .login_section .login_description {
        font-size: 22px;
    }
}

@media (max-width: 1150px) {
    .login_section .log_title {
        font-size: 80px;
    }

    .login_section .login_description {
        font-size: 20px;
        line-height: 26px;
    }

    .login_section .login_steps_container {
        margin-top: 30px;
    }
}

@media (max-width: 980px) {
    .login_section .log_title {
        font-size: 70px;
        margin-bottom: 0px;
    }

    .login_section .login_description {
        font-size: 18px;
        line-height: 22px;
    }

    .login_section .login_steps_container {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .login_section .login_steps_container .login-step {
        width: 50%;
        margin-bottom: 30px;
    }

    .login_section .login_steps_container .step_lines {
        display: none;
    }

    .login_section .soc_section ul li {
        padding-left: 6px;
    }

    .login_section .help_section h4 {
        margin-bottom: 0;
    }
}

@media (max-width: 900px) {
    .login_section .log_title {
        font-size: 60px;
    }

    .login_section .login_steps_container {
        margin-top: 15px;
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .login_section {
        flex-wrap: wrap;
    }
    .login_section .login_left_panel, .login_section .login_right_panel {
        width: 100%;
        height: 640px;
    }

    .login_section .login_left_panel_overlay {
        display: block;
    }

    .login_section .log_title, .login_section .login_description  {
        text-align: center;
    }

    .login_section .login_contents {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 414px) {

    .login_section .login_left_panel .login_contents {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .login_section .log_title {
        font-size: 44px;
    }

    .login_section .login_description {
        font-size: 17px;
    }

    .login_section .sub_title {
        font-size: 42px;
    }

    .login_section .help_section {
        width: 100%;
        max-width: 257px;
        margin-left:  auto;
        margin-right:  auto;
        float:  none;
        clear:  both;
    }

    .login_section .soc_section {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .login_section .soc_section ul {
        text-align: center;
        padding-left: 0;
    }

    .login_section .soc_section ul li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .login_section .soc_section a {
        text-align: center;
        display: block;
        width: 100%;
    }

}
.modal-backdrop
{
    z-index:0;
}

.modal-content {
    padding: 20px;
}
@media screen and (max-width:800px){
    .login_section .login_contents {
        padding-top: 0 !important;
        padding-bottom: 50px;
    }
    p.cust_error_msg {
        margin-top: 10px;
    }
}