﻿
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../../FontAwesome/fonts/Roboto-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../../FontAwesome/fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../FontAwesome/fonts/Roboto-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('../../FontAwesome/fonts/Roboto-Thin.ttf') format('truetype');
}
* {
    margin: 0 auto;
    padding: 0;
}

body {
    font-family: 'OpenSans-Regular';
}

.nopadding {
    padding: 0;
}

small {
    font-size: 83%;
}


.logo_section {
}

.pageSliderSection {
    padding: 0 0 50px;
}

.swiper-container {
    padding-top: 10px;
}

.pageSliderSection label {
    display: block;
    font-family: 'Century Gothic';
    font-size: 9px;
    color: #354d63;
    opacity: 0.50;
    padding-top: 10px;
}

.swiper-slide:hover label {
    font-size: 9px;
    opacity: 0.99;
    font-weight: bold;
    cursor: pointer;
}

.swiper-wrapper {
    text-align: center;
}

.swiper-slide {
    -webkit-transition: -webkit-transform .5s; /* Safari */
    transition: transform .5s;
}

.pageSliderouter {
    padding: 45px 0;
}

    .pageSliderouter label {
        display: block;
        font-family: 'Century Gothic';
        font-size: 12px;
        /*color: #354d63;*/
        color: #000 !important;
        opacity: 0.70;
        padding-top: 10px;
    }

.slideimg:hover label {
    opacity: 0.99;
    font-weight: bold;
    cursor: pointer;
}

.slideimg {
    float: left;
    padding-right: 25px;
    position: relative;
    -webkit-transition: -webkit-transform .5s; /* Safari */
    transition: transform .5s;
}

    .slideimg:hover,
    .swiper-slide:hover {
        cursor: pointer;
        transform: scale(1.2, 1.2);
    }

    .slideimg svg,
    .swiper-slide svg {
        width: 50px;
    }



.slideimgwrapper {
    text-align: center;
}

.tagline {
    padding: 45px 0 10px;
}

    .tagline h1,
    .tagline h3 {
        font-family:Roboto-Bold;
        color: #f1592a;
    }

    .tagline code {
        font-family:Roboto-Medium;
        color: #f1592a;
        background-color: transparent;
        font-weight: bold;
        padding: 0;
    }

    .tagline h1 {
        font-size: 43px;
    }


.background {
    width: 100%;
 /*   background: url('../../Forms/Images/smc_loginbg.jpg') no-repeat;*/
    background-size: cover;
}

.loginbg_inner {
    box-shadow: none;
    position: relative;
}

.login_bg {
    width: 100%;
    background: url('../../Forms/Images/Banner.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
  /*  NewLogin_BG */
}

/*.bluredbg {
    height: 500px;
    width: 101%;
    background: url('../../Forms/Images/smc_loginbg.jpg') no-repeat;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    position: absolute;
    left: -10px;
    top: -10px;
}*/

.bluredActiveContent {
    z-index: 9999;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(10px);
    filter: blur(0px);
    padding: 10% 0 0 15%;
}

.login-box {
    padding: 30px 0 20px;
    width: 100%; /*280px;*/
    background-color: #fff;
    border-radius: 0px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
    margin: 14% auto;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);*/
   /* box-shadow: 0 0 0 10px rgba(231,231,231, 0.4); */

}

@media only screen and (min-width:1100px) {
    .login-box {
        margin: 40% auto 20% !important; /*20% auto !important;*/
    }
}

.login-box-body {
    background: transparent;
    padding: 10px 15px 20px;
}

    .login-box-body .nav-tabs {
        background-color: #d9d9d9;
        border: none !important;
        color: #575757;
    }

        .login-box-body .nav-tabs > li {
            width: 100%;
        }

            .login-box-body .nav-tabs > li > a {
                border-radius: 0px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                background-color: transparent;
                font-size: 12px;
                color: #575757;
                margin-right: 0;
                text-align: center;
                border: none !important;
                padding: 10px 0;
            }

            .login-box-body .nav-tabs > li.active > a {
                background-color: #0373ab !important;
                color: #fff !important;
                border: none !important;
            }

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            background-color: #fff;
            border: 1px solid #c4c4c4;
            border-top: 2px solid #467416;
            border-bottom-color: transparent;
            font-family: 'OpenSans-Semibold';
        }*/

.tab-content {
    padding: 0px 0px 15px;
    /*border: 1px solid #c4c4c4;*/
    border-top: 0;
    background-color: #fff;
}

.form-control {
/*    background-color: #fff;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    color: #575757;
    text-align: center;
    font-size: 14px !important;
    color: rgba(0,0,0,1); 
    font-family: 'OpenSans-Semibold';*/
    font-family: 'system-ui' !important;
}

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
  /*color: rgb(241, 89, 42) !important;*/  
}

.form-control:focus {
    /*border-color: #467416;*/
}

.form-control-feedback {
/*    left: 15px;
    right: unset;
    width: 12px;
    height: 12px;*/
}

.has-feedback .form-control {
  /*  padding-left: 42.5px;
    font-size: 12px;*/
}

.marginB5 {
    margin-bottom: 5px !important;
}

.btn_login {
    border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
  background-image: -moz-linear-gradient( 90deg, rgb(0,134,255) 0%, rgb(79,168,249) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,134,255) 0%, rgb(79,168,249) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,134,255) 0%, rgb(79,168,249) 100%);
 box-shadow: 1.5px 2.598px 3px 0px rgba(0, 1, 1, 0.2);
  -moz-box-shadow: 1.5px 2.598px 3px 0px rgba(0, 1, 1, 0.2);
  -webkit-box-shadow: 1.5px 2.598px 3px 0px rgba(0, 1, 1, 0.2);
  width: 106px;
  height: 32px;
  color:white;
  text-transform:uppercase;
}

    .btn_login:hover,
    .btn_login:focus {
        border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
  background-image: -moz-linear-gradient( 90deg, rgb(0,134,255) 0%, rgb(79,168,249) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,134,255) 0%, rgb(79,168,249) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,134,255) 0%, rgb(79,168,249) 100%);
 box-shadow: 1.5px 2.598px 3px 0px rgba(0, 1, 1, 0.2);
  -moz-box-shadow: 1.5px 2.598px 3px 0px rgba(0, 1, 1, 0.2);
  -webkit-box-shadow: 1.5px 2.598px 3px 0px rgba(0, 1, 1, 0.2);
  width: 106px;
  height: 32px;
  color:white;
  text-transform:uppercase;
    }

.forgotpwd_link {
    /*color: #575757;*/
 /*   border-bottom: 1px solid #000;*/
    font-family: "system-ui";
    color: #034da2;
    display: inline-block;
    font-size: 13px;
    padding: 0 0;
    float: left !important;
    text-decoration: underline !important;
 /*   margin-top: 3px; */
 /*   position: absolute; */
 cursor: pointer;
}

    .forgotpwd_link:hover {
        /*color: #575757;*/
        color: #034da2;
        text-decoration: none;
    }

.login_footer {
   
    text-align: center;
}

    .login_footer p {
        margin: 0 auto;
        font-family: 'OpenSans-Regular';
        font-size: 14px;
        color: #575757;
         padding: 0px 5px 50px;
    }

    .login_footer .signup_link {
        font-family:Roboto-Medium;
        color: #f1592a;
        font-size: 12px;
        font-weight: bold;
    }


/* Ribbon header */
/*.rectangle, .rectangle1 {
    background: #aecb06;
    height: 35px;
    position: relative;
    left: -15px;
    top: 35px;
    float: left;
    -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.35);
    -khtml-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.35);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.35);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.35);
    z-index: 100; 
}*/

/* Ribbon text */
/*.rectangle h4 {
        color: #303030;
        margin-top: 1px;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        text-align: center;
        font-weight: 600;
        padding: 7px 45px 4px;
        font-family: 'OpenSans-Semibold';
        margin: 0;
    }

    .rectangle1 h4 {
        color: #303030;
        margin-top: 1px;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        text-align: center;
        font-weight: 600;
        padding: 7px 45px 4px;
        font-family: 'OpenSans-Semibold';
        margin: 0;
    }*/

.rectangle, .rectangle1 {
    padding: 0px 0 20px;
    text-align: center;
}

.StaticLoginMsg, .dyanamicUser {
    display: inline-block;
    font-size: 24px;
    color: #303030;
    font-family: 'OpenSans-Semibold' !important;
}
/* Left side-fold ribbon */
.triangle-l {
    border-color: transparent #748703 transparent transparent;
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    right: 166px;
    top: 55px;
    /*z-index: -1;*/ /* displayed under bubble */
}

/* Right side-fold ribbon */
.triangle-w::after {
    content: '';
    position: absolute;
    left: 41%;
    top: 6%;
    width: 0;
    z-index: 999;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: 6px solid transparent;
    border-right: 23px solid #fff;
    clear: both;
}

.triangle1-w::after {
    content: '';
    position: absolute;
    left: 62%;
    top: 6%;
    width: 0;
    z-index: 999;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: 6px solid transparent;
    border-right: 23px solid #fff;
    clear: both;
}

footer {
    background-color: #f2f1f1;
    padding: 20px 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);*/
}

    footer p {
        text-align: center;
        font-family: 'OpenSans-Regular';
        color: #575757;
        margin: 0 auto;
        font-size: 12px;
    }

@media screen and (max-width:600px) {
    .login_bg {
        height: unset;
    }

    .logo_section {
        text-align: center;
    }

    /*.bluredbg {
        width: 108%;
    }*/

    .bluredActiveContent {
        padding: 6% 0 0 0;
    }

    .col-lg-5.col-md-5.col-sm-5 {
        padding-bottom: 20%;
    }


    .col-lg-7.col-md-7.col-sm-7 {
        height: auto;
    }

    footer p {
        width: 90%;
    }

    /*login box css*/
    .login-box {
        width: 100%;
        margin: 6% auto;
    }

    .triangle-l {
        right: 156px;
        top: 55px;
    }

    .triangle-w::after {
        content: '';
        position: absolute;
        left: 45%;
        top: 7%;
        width: 0;
        z-index: 99999;
        height: 0;
        border-bottom: 50px solid transparent;
        border-left: 2px solid transparent;
        border-right: 26px solid #fff;
        clear: both;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait) {
    .bluredActiveContent {
        padding: 10% 0 0 12%;
        height: 100vh;
    }

    .pageSliderouter {
        padding: 25px 0;
    }

    .slideimg {
        padding-top: 20px;
        padding-right: 43px;
    }

    .login-box {
        margin: 60% auto;
    }

    .triangle-w::after {
        left: 42%;
        top: 7%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape) {
    .login-box {
        margin: 30% auto;
    }

    .bluredActiveContent {
        padding: 10% 0 0 12%;
    }

    .slideimg {
        padding-right: 30px;
    }
}

@media screen and (min-width:414px) and (max-width:736px) and (orientation: landscape) {
    /*.bluredbg {
        width: 104%;
    }*/

    .col-lg-7.col-md-7.col-sm-7 {
        height: auto;
    }

    .logo_section {
        text-align: center;
    }

    .bluredActiveContent {
        padding: 7% 0 0 0;
    }

    .login-box {
        margin: 10% auto;
    }

    .pageSliderSection {
        padding: 10px 0 90px;
    }
}

@media screen and (min-width:1024px) and (max-width:1366px) and (orientation: portrait) {
    .login-box {
        margin: 30% auto;
    }

    .bluredActiveContent {
        padding: 10% 0 0 12%;
    }

    .slideimg {
        padding-right: 30px;
    }
}

@media screen and (min-width:1024px) and (max-width:1366px) and (orientation: landscape) {
    .login_bg {
        background-size: cover;
    }

    .bluredActiveContent {
        height: 100vh;
    }
}


.lblClient {
    font-family: 'OpenSans-Semibold';
    color: #467416;
    font-size: 14px;
}

.from {
    background-color: unset;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: 0px !important;
}

.SpacingTitle {
    padding-top: 44px;
}

.btn_OTP {
    width: 102px !important;
}

.modalsp {
    width: 358px;
    border-radius: 12px;
}

.btnsp {
    padding-top: 60px;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.singnupbtn {
    padding-top: 15px;
    text-align: -webkit-center !important;
    text-align: -moz-center !important;
}

.lblmsg {
    font-size: 12px;
    font-family: 'OpenSans-Regular';
}

.wrapper-SacingTpitle .form-group {
    display: flex;
    height: 45px;
}

.wrapper-SacingTpitle .control-label1 {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 17px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    color: #575757;
    font-family: 'OpenSans-Regular';
}

.wrapper-SacingTpitle .form-group.focused .control-label1 {
    opacity: 1;
    transform: scale(0.75);
}

.wrapper-SacingTpitle .form-control {
    align-self: center;
}

    .wrapper-SacingTpitle .form-control::-webkit-input-placeholder {
        color: transparent;
        transition: 240ms;
    }

    .wrapper-SacingTpitle .form-control:focus::-webkit-input-placeholder {
        transition: none;
    }

.wrapper-SacingTpitle .form-group.focused .form-control::-webkit-input-placeholder {
    color: #575757;
}

.form-group .fa {
    margin-top: 23px;
    color: #575757;
    opacity: .8;
    cursor: pointer;
    margin-left: -20px;
}

.fa-eye-slash:before {
    content: "\f070";
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    color: #575757;
    font-family: 'OpenSans-Semibold';
}


.chkRadioButtonList > tbody > tr > td > span > input[type=radio] {
    -webkit-appearance: none !important;
}

.Client input[type=radio] + label {
    background-image: url('../Images/client_gray1.png');
    text-align: center !important;
    background-repeat: no-repeat;
    background-position: top 10px center;
    padding-top: 90px !important;
    width: 72% !important;
    border: 2px solid #d2d2d2;
    border-radius: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    opacity: 0.6;
}

.Client input[type=radio]:checked + label, .Client input[type=radio]:hover + label {
    background-image: url('../Images/client_green1.png');
    border: 2px solid #f1592a;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    opacity: 1;
}

.Distributor > input[type=radio] + label {
    background-image: url('../Images/distributor_gray1.png');
    text-align: center !important;
    background-repeat: no-repeat;
    background-position: top 10px center;
    padding-top: 90px !important;
    width: 72% !important;
    border: 2px solid #d2d2d2;
    border-radius: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    opacity: 0.6;
}

.Distributor > input[type=radio]:checked + label, .Distributor > input[type=radio]:hover + label {
    background-image: url(../../Forms/Images/distributor_green1.png);
     border: 2px solid #f1592a;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    opacity: 1;
}

.modal {
    z-index: 99999;
}

.chkRadioButtonList input[type=radio] {
    display: none;
}



.login_modal_dialog .common_modal_header {
    background-color: #fff !important;
}

.login_modal_dialog .modal-title {
    color: #f1592a !important;
}


.backbtncss {
    border-radius: 5px;
    font-family: "OpenSans-Semibold";
    font-size: 12px;
    margin-top: 5px;
    padding: 9px 0;
    text-transform: uppercase;
    width: 105px;
    display: inline-block !important;
}

.btn_OTP {
    display: inline-block !important;
    margin-right: 10px;
}


.loginstrip {
    font-size: 14px !important;
}


@media (min-width: 768px) {
    .login_modal_dialog {
        width: 400px;
    }

    .loginbg_inner {
        height: 100vh;
    }
}

@media (max-width: 450px) {
    .loginstrip {
        font-size: 12px !important;
    }

    .form-control {
        font-size: 12px !important;
    }
}
/*Added by Rohan on 11-9-2017*/
.ShowPass .pwd_eye{
    float: right;
    margin-top: -32px !important;
    padding-right: 10px;
    display: inline-block;
    opacity:0.7;
    cursor: pointer;
}


/*Added by Rohan on 8-9-2017*/
.login_modal_dialog .CommonSubmitBtn:hover{
    color:#fff !important;
}
.SignUpRdbOuter .CommonRadioListCls > tbody > tr{
    width:100%;
}
.SignUpModalOuter .common_modal-dialog{
    margin-top:10%;
}
.SignUpModalOuter .common_modal_footer .btn[disabled]{
    opacity: 1 !important;
}

@media (max-width: 767px) {
    .SignUpModalOuter .login_modal_dialog{
        width:300px !important;
        margin: 30px auto;
    }
    .SignUpModalOuter .common_modal_body{
        padding:15px 0;
    }
}
.Back{
    font-family: "System-ui";
    font-size: 13px;
    /* margin-top: 5px; */
    /* padding: 9px 0; */
    text-transform: uppercase;
    /* width: 105px; */
    display: inline-block !important;
    background: transparent;
    border: none;
    text-decoration: underline;
    text-transform: none;
    font-weight: normal !important;
   color: #034da2;
}

.card .CustomButtonLogin {
    height: 45px !important;
    font-size: 17px !important;
} 