


    body {
        background: #fff;
    }


    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}


   .ref_login_outer .LoginValidation {
        margin: 15px 9px 0 0;
    }
.checkOutCont .collapse.in .LoginValidation {
       margin: 8px 0px 0 0;
}
    .ref_login_heading {
        background: #009cdf;
        height: 60px;
    }

    /*header {
        display:none;
    }*/


    /*.bottom {
        display:none;
    }*/

    .copyright {
         display:none;
    }

    .left-side {
        margin-top: 30px;
        font-family: Oswald;
    }

        .left-side h1 {
            margin-left: 40px;
        }

        .left-side p {
            padding: 0 0px !important;
            margin-left: 40px;
        }

    .header {
        color: white;
    }

    /*#myModal1  .header input[type="text"]::-webkit-input-placeholder { 
  color:#fff !important;
}

   #myModal1 .header input[type="text"]::-moz-placeholder {
  color:#fff !important;
}

  #myModal1 .header input[type="text"]:-ms-input-placeholder { 
  color:#fff !important;
}
#myModal1 .header input[type="text"]:-moz-placeholder { 
  color:#fff !important;
}

   #myModal1  .header input[type="Password"]::-webkit-input-placeholder { 
  color:#fff !important;
}
#myModal1 .header input[type="Password"]::-moz-placeholder { 
  color:#fff !important;
}
#myModal1 .header input[type="Password"]:-ms-input-placeholder { 
  color:#fff !important;
}
#myModal1 .header input[type="Password"]:-moz-placeholder { 
  color:#fff !important;
}*/

        .header input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000 !important;
}
.header input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color:#000 !important;
}
.header input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color:#000 !important;
}
.header input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color:#000 !important;
}

      .header input[type="Password"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000 !important;
}
.header input[type="Password"]::-moz-placeholder { /* Firefox 19+ */
  color:#000 !important;
}
.header input[type="Password"]:-ms-input-placeholder { /* IE 10+ */
  color:#000 !important;
}
.header input[type="Password"]:-moz-placeholder { /* Firefox 18- */
  color:#000 !important;
}

.login_content {margin:8px 0; }
#divResendotp .resendotp{position:relative; right:0; top: 4px; color:#2fb5d2 !important;}
#divResendotp p {margin-top:0; color:#2fb5d2;}
#DivForMobileVerification {position:relative; text-align:left;}
#DivForMobileVerification span {color: #ff4b4b; font-size: 13px;}

.login_content, .login_content a, #account dt a, #account dt{color:#000 !important; font-weight: normal; position:relative;}
    .login_content dt {font-weight:normal;}

.tab-pane .LoginValidation { text-align: right; margin: 8px 0 0;}

        .header input[type="text"],
        .header input[type="password"] {
            width: 100%;
            border: none;
                margin: 0;
            padding: 10px 8px 3px 0;
            color: #000;
            font-size: 14px;
            box-shadow:none;
            border-radius: 0px;
            background:no-repeat;
            border-bottom: 1px solid #c9c8c8;
            outline:none;
        }

        .header input[type="text"]:focus,
        .header input[type="password"]:focus {
            background:transparent;
            
        }



    .register .loginbtn {
        border: 1px solid #cda106 !important;
        border-bottom: 4px solid #cda106 !important;
        color: #fff;
        font-size: 16px;
        border-radius: 0px !important;
        width: 100% !important;
        margin-bottom: 4px;
        padding: 9px;
        margin-top: 10px !important;
        background: #deaf0a !important;
    }

        .register .loginbtn:hover {
            border: 1px solid #deaf0a !important;
            border-bottom: 4px solid #deaf0a !important;
            color: #333;
            font-size: 16px;
            border-radius: 0px !important;
            width: 100% !important;
            margin-bottom: 4px;
            padding: 9px;
            margin-top: 10px !important;
            background: #f1be18 !important;
        }

    .register dt {
        text-align: center;
    }

        .register dt a {
            padding-left: 10px;
            color: #000;
           
        }

    #divTerms {
        color: #333;
        margin-top: 12px;
    }

        #divTerms dd {
            margin-top: 2px !important;
        }

        #divTerms input[type="checkbox"] {
            float: left;
            margin-right: 5px;
            margin-top: 2px;
        }

        #divTerms span {
            color: #333;
            margin-top: 0px !important;
        }

        #divTerms a {
            color: #333;
            text-decoration: underline;
        }

    .form {
        margin-top: 30px;
        margin-bottom: 70px;
        background: #fff;
        background-repeat: no-repeat;
        background-size: cover;
      
        position: relative;
        border: 1px solid #e0e0e0;
        /*box-shadow: 0px 0px 5px rgba(0,0,0,0.75);*/
        height: 532px;
         z-index:99;
    }


    .form img{
        margin-top:30px;
        width: 170px;
    }


     .form .btnSignIn {
         background: #ff9f00;
         padding:8px 6px;
         border-radius:4px;
         border:none;
         width:100%;
         margin-top:0px;
         color:#fff;
         margin-bottom:15px;
    }
     .form .btnSignIn3 {
    background: #ff9f00;
    padding: 10px 6px;
    border-radius: 4px;
    border: none;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 15px;
}

        .form .btnSignIn:hover {
            background: #ffa715;
        }



    .signup-info {
        background:#fff;
        height:475px;
        width:auto;
        margin:30px 0;
       padding:27px 0;
    }


    .join {
        width: 100%;
        left: 0;
        padding: 0;
    }

        .join h2 {
            padding: 9px 0px;
            margin: 20px 0 0 0;
            font-weight: normal;
            font-size: 26px;
            font-family: Oswald;
        }

        .join p {
            padding: 0px 0px;
            margin:0px 0 10px;
            color: #fff;
            font-weight: normal;
            font-size: 14px;
          
            line-height: 1.3;
        }

    .form h3 {
        text-shadow: 1px 1px 3px rgba(0,0,0,.5);
        font-size: 20px;
        text-align: center;
    }

    .left-side p {
        padding: 0 74px;
        font-size: 23px;
        font-weight: 100;
        letter-spacing: 1px;
        margin-bottom: 17px;
    }

    .box {
        font-family: Roboto;
        font-size: 20px;
        text-align: center;
        font-weight: 300;
        padding: 20px 20px;
        border-radius: 4px;
    }
    /*.form:after {
            width: 100%;
            height: 100px;
            background: url(/img/cov.png);
            background-repeat: no-repeat;
            background-size: 100%;
            position: absolute;
            bottom: -100px;
            content: "";
            left: 0;
        }*/
    .form .register p {
        font-size: 14px;
        color: #4b4b4b;
    }

    .ref_login_outer {
        background: url(../images/ref-bg-form-page.jpg) 0 0 no-repeat;
        background-size: cover;
        background-attachment: fixed;
        width: 100%;
        height: 100%;
        position: relative;
    }

        .ref_login_outer:before {
            background: url(../images/dotted_net-bg.png) 0 0 repeat;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            opacity: 0.7;
        }

    #btnSignIn {
        margin-top: 10px;
        height: auto;
    }

    .referral_signinlft {
        background: #fff;
        border-radius: 5px 0 0 5px;
        margin-top: 100px;
        padding: 20px 24px 20px;
    }

    .referral_info {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .referral_info .media-right h5 {
            font-size: 14px;
            color: #141414;
            font-family: Open Sans;
            margin: 22px 0 0px 0;
        }

        .referral_info .media-right p {
            font-size: 12px;
            color: #434343;
            font-family: Open Sans;
            margin-bottom: 0;
        }




    .listAuthModal h4{
        color:#222;
        font-size:14px;
        margin-bottom:0;
        font-weight:600;
        margin-top:11px;
    }

.listAuthModal li {
    width: 100%;
    padding:10px 34px 3px 10px;
    font-size: 11px;
    line-height: 16px;
border-bottom: 1px solid #e9e9e9;
}

    .listAuthModal li:last-child {border-bottom:none;}

.listAuthModal .mngorder i {
	background-image: url(../images/login-track-icon.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 40px;
}

.listAuthModal .personalized i {
	background-image: url(../images/browsing-icon.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	background-size: 43px;
}


.listAuthModal .offrupdate i {
    background-image: url(../images/offerupdates.png);
     background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 40px;
}

.listAuthModal .fastercheckout i {
    background-image: url(../images/faster-checkout.png);
background-repeat: no-repeat;
background-position: center 7px;
background-size: 40px;
}

.listAuthModal .shortlistitm i {
    background-image: url(../images/login-shortlist-icon.png);
background-repeat: no-repeat;
background-position: center 7px;
background-size: 33px;
}

.listAuthModal .personalized i {
    background-image: url(../images/browsing-icon.png);
    background-repeat: no-repeat;
	background-position: center 5px;
	background-size: 40px;
}


#kyboltag {margin-top: 45px;}







.listAuthModal i {
    height: 63px;
    width: 65px;
    float: left;
    
    margin-top: 0px;
}

.userAuthIcons {
   
    vertical-align: sub;
    display: inline-block;
}

    dt {
        font-weight:normal;
    }




.listAuthModal p {
    color: #666;
}



@media only screen and (max-width: 640px) {
    .form {
        margin:20px 0 0 0;
          padding: 0px 15px 30px;
          height:auto;
    }

    .listAuthModal {
    margin: 0 0 0 0px;
}

 .listAuthModal ul {
            margin-bottom:0;
        }


        .listAuthModal li {
            margin-bottom:0;
        }


.listAuthModal li {
  
    padding: 5px 20px 5px 10px;
    line-height: 16px;
    float: left;
    width: 100%;
}


.listAuthModal p {
    margin:0;
        line-height: 14px;
        font-size:12px;
}

.signup-info {
    background: #fff;
    height: auto;
    width: auto;
    margin: 10px 0;
    padding: 20px 0;
    float:left;
}





}

.header .schedule-tab #nav-tabs {display:flex; display:-webkit-flex; display:-moz-flex; display:-ms-flex; margin-bottom: 5px;}
    .header .schedule-tab #nav-tabs li {width:100%;}

    .header .schedule-tab #nav-tabs li.active a {

        background:  #fafafa !important; 
        color: #a57a0d; 
        
       border-bottom: 0 solid transparent !important;
    }

.form-pop-left{background:#fff; padding: 15px;}

.myModal1 input[type="text"] {color:#fff;}

#myModal1 .form #btnsubmit, #myModal1 .form #btnRegister {background:#fff; color:#000;}

.pd-0 {padding:0 !important;}
.pd-r-0 {padding-right:0 !important;}
.pd-l-0 {padding-left:0 !important;}

.select-frm-input {border-bottom:1px solid #ccc; overflow:hidden; }
.select-frm-input select {background:none; border:none;}
.select-frm-input select option {color:#000;}

btn-social-log {display:flex; display:-webkit-flex; display:-moz-flex; display:-ms-flex;}
.btn-social-log .btn_login-cls{padding:8px 7px; width:50%;}

.btn-social-log .btn_login-cls.goo-plus-cls {background:#d34438; color:#fff;}
    .btn-social-log .btn_login-cls.facebook-cls {background:#00549e; color:#fff;}

.frm-number {position:relative;}
.frm-number .changenumber_cls { position: absolute; right: 15px; top: 10px; z-index: 99;}
.changenumber_cls .changemobile {
    color: #928f8f;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0px;
    color: #01549e;
}
    .changenumber_cls .changemobile span { color: #878787; font-size: 13px; }

#account {margin-top:5px; margin-bottom:9px;}
#account a {color:#cc9406 !important;}

#divResendotp {position:relative !important;}


.btn-social-log h4{font-weight: normal;
font-size: 13px;
text-shadow: none;
margin-bottom: 20px;}

.menu-side-log img{width: 16px; margin-top: 7px; margin-right: 7px; margin-left: 6px;}


@media (min-width:320px) and (max-width:480px) {

}

@media screen and (max-width: 767px) {
    /*new css 14/9/19*/
        .form .btnSignIn {
        margin-bottom:-5px;
    }
        /*End*/
      .mob-loginForm {width:100% !important;}
    

    .login_content.col-sm-9.pd-l-0.frm-number {padding-left:5px !important;}
    .login_content {
       margin: 8px 0 13px;
       margin-top: 4px;
    }

    .btn-social-log .btn_login-cls {width:100% !important; margin-bottom:10px;}
    .btn-social-log .btn_login-cls{display:block !important;}
}

 .signup-info.height-inc-cls {
    height: 545px !important;
     padding-top: 40px !important;
}

.modal-dialog .form.height-inc-cls {height: 545px !important; padding-top: 15px!important;}
.pdl-0 {padding-left:0 !important;}
.pdr-0 {padding-right:0 !important;}