
.login-bg{
    margin: 0;
    background-image: url(../images/login-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    background-size:100% 100vh;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.register-bg{
    margin: 0;
    background-image: url(../images/signup-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    background-size:100% 100vh;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.login-logo{
    margin-top: 45px;
    margin-left: 77px;
}
.login-logo img{
    width: 105px;
}
.login-text{
    margin-left: 40px;
    width: 500px;
    position: fixed;
}
.login-text h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 23px;
    color: #fff;
    margin-top: 60%;
    line-height: 45px;
    margin-bottom: 0px;
}
.login-text img{
    width: 400px;
}
.box-form{
    width: 100%;
    padding: 40px 60px;
    border-radius: 10px;
    box-shadow: 1px 1px 14px 0px #0000003d;
    background-color: #fff;
    width: 410px;
}
.box-form h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
.box-form p{
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 17px;
    color: #424242;
    text-align: center;
}
.input-user{
    width: 100%;
    border-bottom: 1px solid #000000a8;
}
.input-user .fa-user{
    padding: 6px;
    font-size: 15px;
    color: #929292;
}
.input-user .fa-lock{
    padding: 6px;
    font-size: 15px;
    color: #929292;
}
.input-user input{
    padding: 6px 0px 6px 8px;
    font-size: 12px;
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    background-color: transparent;
    margin-top: 10px;
}
.input-user input::placeholder{
    font-style: normal;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    color: #929292;
}
.error-text{
    color: red;
    font-size: 11px;
    float: right;
    margin-top: 5px;
}
.input-form-login{
    margin-top: 50px;
    margin-bottom: 35px
}
.btn-sign-in{
    width: 100%;
    padding: 11px;
    color: #fff;
    background: #0037A5;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-sign-in:hover{
    background-color: #002b81;
}
.btn-log-in{
    width: 100%;
    padding: 11px;
    color: #fff;
    background: #0037A5;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-log-in:hover{
    background-color: #002b81;
}
.txt-forgot p{
    color: #0037A5;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
}
.txt-forgot p:hover{
    color: rgb(62 137 222);
}
.link-create{
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 15px;
    text-align: center;
    display: block;
}
.link-create a{
    color: rgb(74, 158, 255);
    font-family: 'Poppins', sans-serif; font-weight: 500;
}
.link-create a:hover{
    color: rgb(62 137 222);
}
.register-form{
    margin-top: 35px;
    margin-left: 42px;
}
.register-form h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #000;
    line-height: 40px;
}
.register-form h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 17px;
}
.reg-input-form{
    margin-left: 42px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-right: 40px;
}
.reg-input-form input{
    border-bottom: 1px solid #000000a8;
    padding: 6px 0px 6px 0px;
    font-size: 12px;
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    background-color: transparent;
    display: block;
    width: 100%;
    margin-top: 20px;
}
.reg-input-form input::placeholder{
    font-style: normal;
    color: #787878;
}
.reg-input-form span{
    color: red;
    font-size: 11px;
    float: right;
    margin-top: 5px;
}
.text-sign{
    font-size: 13px;
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
}
.text-sign a{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    margin-left: 5px;
    color: #001374;
}
.fa-eye, .fa-eye-slash{
    float: right;
    margin-top: 21px;
    color: #000 !important;
    font-size: 13px;
    cursor: pointer;
}
.reg-input-form .fa-eye, .reg-input-form .fa-eye-slash{
    float: right;
    margin-top: -21px;
    color: #000 !important;
    font-size: 13px;
    cursor: pointer;
}
.regis-bg {
    margin: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #fff;
}
.bg-img-left {
    position: fixed;
    width: 65%;
    height: 100%;
    z-index: -1;
    left: 0;
}
.bg-img-left img {
    height: 100%;
    width: 100%;
}
.regis-bg .login-logo {
    margin-top: 30px;
    margin-left: 70px;
    position: fixed;
    top: 0;
}
.drop-language select {
    background-color: transparent;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    font-size: 15px;
    color: #fff;
    border: 0px;
}
.regis-bg .left-35 {
    left: 95px;
    margin-left: 0px;
}

.regis-bg .drop-language {
    position: fixed;
    margin-left: -30px;
}
.bottom-50 {
    bottom: 50px !important;
}
.pass-warn{
    margin-top: 20px;
}
.pass-warn p{
    font-size: 13px;
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 600;
    font-style: normal;
    line-height: 22px;
    margin-bottom: 0px;
}
.pass-warn table td{
    font-size: 12px;
    color: #000;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-style: normal;
    line-height: 22px;
    vertical-align: top;
    padding-right: 7px;
}
.pass-warn td .dot-pass {
    height: 6px;
    width: 6px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 0px;
    float: none;
}
.login-form{
    margin-left: 42px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-right: 40px;
}
.mt-200{
    margin-top: 150px;
    margin-bottom: -20px;
}
.log-mt-100{
    margin-top: 100px;
}
.home-header{
    padding: 15px 65px;
}    
.home-logo img{
    width: 120px;
}
.nav-right{
    -ms-flex-preferred-size: 100%;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: right;
}
.ulnav-right{
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 5px 0px;
    top: 5px;
    position: relative;
}
.ulnav-right li{
    display: inline-block;
    line-height: 1.8;
    margin-left: 10px;
    position: relative;
    top: -5px;
}
.ulnav-right li a.black-link {
    font-family: 'Poppins', sans-serif; font-weight: 600;
    
    font-size: 14px;
    color: #303030;
    padding-right: 0px;
    padding-left: 10px;
}
.ulnav-right li a.join-link {
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    font-size: 14px;
    color: #BB0404;
    padding: 11px 20px;
    border: 1px solid #BB0404;
    border-radius: 4px;
}
.ulnav-right li a.join-link:hover{
    background-color: #9b000012;
}
.ulnav-right li a.login-link {
    font-family: 'Poppins', sans-serif; font-weight: 400;
    border: 1px solid #BB0404;
    font-size: 14px;
    color: #fff;
    background-color: #BB0404;
    padding: 10px 25px;
    border-radius: 4px;
}
.ulnav-right li a.login-link:hover{
    background-color: #9b0000;
}
.row-homenav::after{
    content: "";
    display: table;
    clear: both;
}
.col-homenav-4{
    float: left;
    width: 33.33333333%;
    padding: 0px 8px;
    position: relative;
}
.col-homenav-8{
    float: left;
    width: 66.666667%;
    padding: 0px 8px;
/*    position: relative;*/
}

.home-left-bg{
    margin-left: 20px;
    position: absolute;
    top: 130px;
/*
    margin-left: 0px;
    margin-top: 40px;
    position: fixed;
    bottom: 0;
*/
    z-index: -1;
}
.home-left-bg img{
/*    width: 615px;*/
    width: 550px;
}
.padd-0{
    padding: 0px;
}
.home-content{
    margin-top: 150px;
    margin-bottom: 10px;
}
.home-content h1{
    font-family: 'Poppins', sans-serif; font-weight: 600;
    
    font-size: 30px;
    color: #303030;
    line-height: 1.4em;
    text-align: left;
}    
.home-content h1 span{
    display: block;
    color: #BB0404;
}
.home-content p{
    font-family: 'Poppins', sans-serif; font-weight: 600;
    
    font-size: 13.5px;
    text-align: left;
    color: #000;
    line-height: 1.4em;
    margin-top: 25px;
    margin-bottom: 23px;
}  
.home-search{
    position: relative;
    border: 1px solid #000000a8;
    border-radius: 4px;
    padding: 8px 75px 8px 10px;
    width: 90%;
    background-color: #fff;
}
.home-search img{
    position: absolute;
    left: 18px;
    top: 20px;
    width: 16px;
}
.home-search input{
    width: 100%;
    padding: 10px 5px 10px 30px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    font-size: 13.5px;
    color: #000;
    line-height: 1.4em;
    text-align: left;
    font-style: normal;
}
.home-search input::placeholder{
    font-style: normal;
    color: #00000090;
    font-family: 'Poppins', sans-serif; font-weight: 500;
}
.home-search button.btn-search{
    position: absolute;
    right: 5px;
    top: 5.3px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    
    font-size: 14px;
    color: #fff;
    background-color: #BB0404;
    padding: 10px 25px;
    border-radius: 4px;
}
.home-search button.btn-search:hover{
    background-color: #9b0000;
}
.home-search a .btn-search{
    position: absolute;
    right: 5px;
    top: 5.3px;
    font-family: 'Poppins', sans-serif; font-weight: 400;
    
    font-size: 14px;
    color: #fff;
    background-color: #BB0404;
    padding: 11px 22px;
    border-radius: 4px;
}
.home-search a .btn-search:hover{
    background-color: #9b0000;
}
.home-popular span{
    font-family: 'Poppins', sans-serif; font-weight: 600;
    
    font-size: 13.5px;
    text-align: left;
    color: #000;
    line-height: 1.4em;
    margin-right: 10px;
}
.home-popular a{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    
    font-size: 13px;
    text-align: left;
    color: #7060FF;
    line-height: 1.4em;
    text-decoration: underline;
    margin-right: 10px;
}
.home-popular a:hover{
    color: #0f0095;
}
.home-trusted{ /*    margin-top: 170px;*/ margin-top: 140px; margin-bottom: 20px; margin-left: auto; margin-right: auto; text-align: center;}
.home-trusted p{ font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 23px; text-align: center; color: #303030; line-height: 1.4em; margin-bottom: 15px; }
.home-trusted a{ margin-right: 20px; }
.img-py{ width: 40px; }
.img-ts{ width: 150px; margin-top: -5px; }
.pink-header{
    background-color:#fff;
    padding: 16px 50px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
.ulnav-right li a.white-link {
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    font-size: 13.5px;
    color: #000;
    padding-right: 0px;
    padding-left: 10px;
}
.ulnav-right li a.white-link.active{
    color: #BB0404;
}
.public-grey-bg{
    background-color: #ECECEC;
}
.login-panel{
    background-color: #fff;
    padding: 35px 35px 28px 35px;
    margin-top: 16%;
    margin-bottom: 50px;
    border-radius: 4px;
    width: 550px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}
.login-content h4{
    font-family: 'Poppins', sans-serif; font-weight: 600;
    
    font-size: 13.5px;
    text-align: center;
    color: #000000c4;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.login-content button.btn-login-fb{
    width: 100%;
    background-color: #776FE3;
    padding: 10px 10px 5px 10px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    
    font-size: 13px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.4px;
    vertical-align: middle;
    position: relative;
    margin-bottom: 7px;
}
.login-content button.btn-login-fb:hover{
    background-color: #655ec7;
}
button.btn-login-fb .fa-facebook{
    font-size: 20px;
    margin-right: 8px;
}
button.btn-login-fb span{
    vertical-align: top;
    top: -1px;
    position: relative;
}
.btn-login-pink{
    width: 100%;
    background-color: #BB0404;
    padding: 9px 10px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    
    font-size: 13px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.4px;
    vertical-align: middle;
    position: relative;
    margin-bottom: 13px;
    cursor: pointer;
}
.btn-login-pink:hover{
    background-color: #9b0000;
}
.horizontal_line {
    position: relative;
    margin-bottom: 15px;
}
.horizontal_line span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 6px;
    padding-left: 6px;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    
    font-size: 13.5px;
    text-align: center;
    color: #7b7b7b;
}
.horizontal_line:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 0;
    border-top: 1px solid #00000078;
}
.log-input{
    margin-bottom: 16px;
    text-align: left;
}
.log-input input{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    
    font-size: 13px;
    text-align: left;
    color: #000000c4;
    line-height: 1.4em;
    width: 100%;
    font-style: normal;
    border-radius: 3px;
    border: 1px solid #0000006b;
    padding: 12px 12px;
}
.log-input input::placeholder{
    color: #000000c4;
    font-style: normal;
}
.dont-text{
    font-family: 'Poppins', sans-serif; font-weight: 500;
    
    font-size: 13.5px;
    text-align: center;
    color: #000000c4;
    line-height: 1.4em;
}
.dont-text a{
    color: #2126B9;
    margin-left: 3px;
}
.dont-text a:hover{
    color: #000;
}
.sign-mt{
    margin-top: 150px !important;
}
.row-signup{
     margin: 0px -8px;
    text-align: left;
}
.row-sign::after{
    content: "";
    display: table;
    clear: both;
}
.column-sign-half{
    float: left;
    width: 50%;
    padding: 0px 8px;
    position: relative;
}    
.checkbox-sign{
    margin-bottom: 15px;
}
.container-sign {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    
    font-size: 13px;
    text-align: left;
    color: #000000c4;
    line-height: 1.6em;
    width: 100%;
    font-style: normal;
}

/* Hide the browser's default checkbox */
.container-sign input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-sign {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #0000006b;
}

/* On mouse-over, add a grey background color */
.container-sign:hover input ~ .checkmark-sign {
  background-color: #ccc6;
}

/* When the checkbox is checked, add a blue background */
.container-sign input:checked ~ .checkmark-sign {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-sign:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-sign input:checked ~ .checkmark-sign:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-sign .checkmark-sign:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #000000cc;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mb-6{
    margin-bottom: 6px !important; 
}
.ulnav-right li a.white-border-link {
    font-family: 'Poppins', sans-serif; font-weight: 500;
    
    font-size: 13px;
    color: #BB0404;
    padding: 10px 20px;
    border: 1px solid #BB0404;
    border-radius: 4px;
}
.ulnav-right li a.white-border-link{
    background-color: #BB0404;
    color: #fff;
    border: 1px solid #BB0404;
}
.services-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #BB0404;
}
.services-text:hover{
    color: #BB0404;
}