.full-height{
    min-height: 70%;
margin-bottom: -85px;
padding-bottom: 70px;
}

.login-bg{
    background:  #f5f5f5;
}

.login-logo{
    margin: 20px 0;
    margin-top: 0;
    text-align: center;
    padding-top: 20px;
}
.login-wrapper{
    width: 500px;
    background: white;
    box-shadow: 0 0 5px 5px #f2f2f2;
    margin: 0 auto;
    margin-bottom: 20px;
        border-radius: 6px;
}

.login-wrapper .login-inside{
    padding: 30px 70px;
    position: relative;
}

    .login-wrapper .login-inside h2{
        font-weight: 400;
        color: #181818;
        margin-bottom: 35px;
    }

    .login-wrapper .login-inside h2 span{
        font-size: 14px;
        display: block;
        color: #333;
        margin-top: 22px;
        font-weight: 400;
        margin-bottom: 38px;
        line-height: 1.5;
    }

    .login-wrapper .login-inside form input{
        width: 100%;
        height: 40px;
        border: solid 1px #d7d7d7;
        padding: 0 35px;
        display: block;
        font-weight: 400;
        color: #181818;
        margin-bottom: 10px;
        position: relative !important; 
    }
    
   .password-criteria{
    position: absolute;
    background: #333;
    color: white;
    width: 180px;
    right: -160px;
    top: 105px;
    z-index: 1;
    padding-right: 12px;
    padding-bottom: 12px;
}

.password-criteria:after {
	right: 100%;
	top: 68%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	/* border-color: rgba(51, 51, 51, 0); */
	border-right-color: #333;
	border-width: 15px;
	margin-top: -30px;
}

.password-criteria h2{color: gold !important; padding-left: 18px; margin-bottom: 12px !important; }

.password-criteria ul{
    margin: 0px;
    padding: 0px;
}

.password-criteria li{
    margin-bottom: 12px;
    list-style: none;
    padding-left: 22px;
}

.password-criteria li .checked{
    width: 15px;
    height: 15px;
    background: gold;
    border-radius: 50%;
    display: inline-block;

    margin-right: 15px;
    float: left;
}

.password-criteria li .un-checked{
    width: 15px;
    height: 15px;
    border: solid 2px gold;
    border-radius: 50%;
    display: inline-block;

    margin-right: 15px;
    float: left;
}

.password-criteria li span{
    float: left;
    margin-top: -27px;
    margin-left: 25px;
    display: inline-block;
}



    .login-wrapper .login-inside form .login-group{
        position: relative;
    }

    .login-wrapper .login-inside form .login-group .fa{
        position: absolute;
        top: 10px;
        font-size: 19px;
        color: #848484;
        left: 10px;
    }

    .login-wrapper .login-inside .submit{
        margin: 0 auto;
        margin-top: 34px;
        font-size: 18px;
        width: 220px;
        padding: 12px 0;
        background: #eebe06;
        color: #181818;
        display: block;
        border: none;
        box-shadow: 0 0 2px 1px #d2d3d3;
    }

    .login-wrapper .login-inside .submit:hover{background: #f5cb2a}

    .login-wrapper .login-inside .remember .forgot{
        float: right;
        color: #37a000;
        margin-top: 1px;
    }

    .login-wrapper .login-inside form .not-you{
        text-align: center;
        color: #37a000;
        margin-top: 20px;
        display: block;
        font-size: 16px;
        outline: none;
    }

    .login-wrapper .login-inside form .remember .keep-login input{
        display: inline-block;
        width: 20px;
        float: left;
        margin-top: -10px;
        outline: none;
        margin-right: 8px;
    }
    .log-wrapper .log-inside form .remember .keep-login input{
        display: inline-block;
        width: 20px;
        float: left;
        margin-top: -10px;
        outline: none;
        margin-right: 8px;
    }

.login-wrapper .login-footer{
    width: 100%;
    background: url(../images/login-footer-bg.png) no-repeat;
    text-align: center;
    padding: 30px;
    margin-top: 15px;
    border-radius: 0 0 6px 6px;
}

.login-wrapper .login-footer .new{
   font-size: 14px;
   color: white;
   display: block;
   margin-bottom: 20px;
}
    .login-wrapper .login-footer .new span{
        color: #ffcb05;
    }

.login-wrapper .login-footer .sign-btn{
    font-size: 16px;
    width: 220px;
    padding: 8px 0;
    background: white;
    color: #181818;
    display: inline-block;
}

    .login-wrapper .login-footer .sign-btn:hover{text-decoration: none; background: #f0f0f0;}

.login-wrapper .cancel{
    color: #333;
    font-size: 14px;
    margin-top: 46px;
    text-decoration: underline;
    font-weight: 500;
    margin: 40px 0 30px 0;
    display: inline-block;
}

.login-wrapper .cancel img{
    margin: 0 5px;
}

/*.new-footer{
    color: white;
    font-size: 15px;
    text-align: center;
    background: #4b4b4b;
    padding: 12px 0;
    margin-top: 40px;
}

.new-footer a{
    color: #ffcb05;
    font-size: 15px;
}*/

.green{
    color: #37a000 !important;
}

.continue-with{
    text-align: center;
    margin: 15px 0;
    margin-top: 20px;
    font-size: 16px;
    position: relative; 
}

.continue-with:before{
    content: "";
    width: 91px;
    height: 2px;
    background: #ccc;
    left: 4px;
    top: 12px;
    position: absolute;
}

.continue-with:after{
    content: "";
    width: 91px;
    height: 2px;
    background: #ccc;
    right: 2px;
    top: 12px;
    position: absolute;
}

.fb-login-button{
    text-align:center;
    width:43px;
    heigth:43px;
    overflow:hidden;
    border-radius:3px;
    background-color:#3c5a99;
    position:relative;
    top:17px;
    left:-2px;
}


.social-icons{
    text-align: center;
}

.social-register{
    margin-top: 15px;
}

.social-register a{
    width: 100% !important;
    font-size: 16px;
    width: 220px;
    padding: 8px 0;
    background: #f9f9f9;
    color: #181818;
    display: inline-block;
}

.social-register .fb{
    color: #4267b2;
}

.social-register .google{
    color: #ea4335;
}

.login-modal .modal{
    top: 60px;
}

.login-modal .modal .password-criteria{
    top: -128px;
    right: -190px;
}

.login-modal .modal .password-criteria:after{
    top: 40%;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px;
}

.modal-header .fa-info-circle{
    color: #eebe06;
    font-size: 22px;
}

.modal-footer {
    border-top: 0px;
}

.modal-body .login-wrapper{
    width: 100%;
    background: white;
    box-shadow: none;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 20px;
}

.modal-body .login-wrapper .login-inside {
    padding: 0px 20px 0px 20px;
    position: relative;
}

.modal-body .login-wrapper .login-inside .login-group{
    margin: 20px 0;
}

.modal-footer .submit{
    font-size: 18px;
    width: 220px;
    padding: 12px 0;
    background: #eebe06;
    color: #181818;
    display: inline-block;
    border: none;
    float: left;
    box-shadow: 0 0 2px 1px #d2d3d3;
}


.modal-footer .btn-default {
    color: #333;
    background-color: #fff;
    /* border-color: #ccc; */
    border: 0;
    margin-top: 3px;
    color: #999;
    font-size: 17px;
}


/* Collapse */

.panel-heading.collapsed .fa-chevron-down,
.panel-heading .fa-chevron-right {
  display: none;
}

.panel-heading.collapsed .fa-chevron-right,
.panel-heading .fa-chevron-down {
  display: inline-block;
}

i.fa {
  cursor: pointer;
  margin-right: 5px;
}

.collapsed ~ .panel-body {
  padding: 0;
}

.panel-info>.panel-heading{
    color: #000; 
    background-color: #f4d046 !important; 
    border-color: #f4d046 !important; 
    border: 0 !important;
}

.panel{
    border-color: #f4d046;
    
}

.panel h4{
    font-size: 15px;
    display: inline;
}


.signup-email-bar{ cursor:pointer; }
#recaptcha-error{ position:relative; top:20px;}



/* Collapse End*/

/* Congrats Section */

.login-wrapper .congrats {
    padding: 50px 0 10px 0;
    position: relative;
  }
  .login-wrapper .congrats h2 {
      font-weight: 700;
      color: #181818;
      margin-bottom: 25px;
  }
  .login-wrapper .congrats p {
    font-size: 15px;
    color: #333333;
  }
  .congrats-links{
    margin: 30px 0px;
    display: block;
  }
  .congrats-links a{
    font-size: 13px;
    width: 182px;
    padding: 10px 0;
    display: inline-block;
    border: none;
    border-radius:2px;
    text-transform: uppercase;
    margin: 0 7px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .book-btn{
    color: #181818;
    background: #eebe06;
  }
  .book-btn:hover{color: #181818; text-decoration:none; background:#EDB80B}
  .acc-btn{
    color: #fff;
    background: #5579C7;
  }
  .acc-btn:hover{color: #fff; text-decoration:none; background:#496FC1}

  .contain-padding{
    text-align:left;
    padding: 0 82px;
}

.contain-padding input{
    padding-left: 15px !important;
}

.reset-btn{
    font-size: 13px;
    width: 182px;
    padding: 10px 0;
    display: inline-block;
    border: none;
    border-radius:2px;
    text-transform: uppercase;
    margin: 0 7px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #181818;
    background: #eebe06;
    margin-top: 30px;
    margin-bottom: 35px;
}


.reset-btn:hover{
    color: #181818; text-decoration:none; background:#EDB80B   
}
.email-resend{
    color: #333;
}


.email-resend a{
    font-weight: 600;
    color: #5579C7;
}

.mb-0{
    margin-bottom: 0;
}
/* End */


@media screen and (max-width: 1050px){
    .login-wrapper{
        width: 40%;
    }

    .login-wrapper .login-inside{
        padding: 30px 30px;
    }
}

@media screen and (max-width: 730px){
    .login-wrapper{
        width: 95%;
    }

    /*.new-footer{
        padding: 12px;
        margin-top: 20px;
    }*/

    .login-wrapper .cancel{
        float: left;
        margin-top: 20px;
    }
    

}





    .error{
        color: red;
    }
    .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label
    {
        color:red;
    }
    .has-error .input   {
      border: 1px solid red;
        outline: none;
    }
    .has-error .input:focus {
        -webkit-box-shadow: none;
        border: 1px solid red;
        outline: none;
    }
    .has-success .input:focus
    {
        -webkit-box-shadow: none;
        border: 1px solid green;
        outline: none;
    }
    .has-success .input
    {
        border: 1px solid green;
        outline: none;
    }
    .new-footer span {
      color: #ffcb05;
      display: inline-block;
      margin-right: 12px;
    }


    /* Footer fixed at bottom */

    .fixd-foot{
        position: fixed;
        bottom: 0;
    }


    /* New Login Page CSS */

    .log-wrapper {
        width: 500px;
        background: white;
        box-shadow: 0 0 5px 5px #f2f2f2;
        margin: 0 auto;
        margin-bottom: 20px;
        border-radius: 6px;
        padding-bottom: 20px;
    }

    .log-hero{
      text-align: center;
    }

    .log-wrapper h2{
      font-size: 27px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 20px;
      color: #333;
    }

    .log-wrapper h2 span{
      font-size: 12px;
      font-weight: 400;
      margin-top: 15px;
      display: block;
    }

    .log-inside {
        padding: 20px 70px;
        padding-bottom: 20px;
        position: relative;
    }

    
    .log-inside form input {
      width: 100%;
      height: 40px;
      border: solid 1px #d7d7d7;
      padding: 0 15px;
      display: block;
      font-weight: 400;
      color: #181818;
      margin-bottom: 10px;
      position: relative !important;
  }

    .log-inside .submit {
        margin: 0 auto;
        margin-top: 20px;
        font-size: 15px;
        padding: 8px 20px;
        padding-top: 12px;
        background: #F5C218;
        color: #333;
        display: block;
        border: none;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 2px;
        letter-spacing: 1px;
    }
    

    .log-footer {
        width: 100%;
        text-align: center;
        border-radius: 0 0 6px 6px;
    }

    .log-footer a{
      color: #333
    }

    .log-footer a span{
      font-weight: 600;
      text-decoration: underline;
    }
    .log-footer a span.sty2{
      color: #337ab7;
    }
    
    .or-continue{
      margin-bottom: 15px;
      color: #ACACAC;
      position: relative;
    }

    .or-continue::before{
      content: "";
      width: 114px;
      height: 1px;
      background: #ccc;
      position: absolute;
      top: 9px;
      left: 73px;
    }

    .or-continue::after{
      content: "";
      width: 114px;
      height: 1px;
      background: #ccc;
      position: absolute;
      top: 9px;
      right: 73px;
    }

    .log-social{
      margin-bottom: 20px;
    }

    .log-social img{
      margin: 0 3px
    }

    .remember .forgot{
        font-size: 14px;
        float: right;
        text-decoration: underline;
    }

    .field-icon {
        position: absolute;
        z-index: 2;
        right: 11px;
        top: 34px;
    }

    @media screen and (max-width: 767px){
        .log-wrapper{
            width: 95%;
       }
       .or-continue::before{
        width: 60px;
      }
  
      .or-continue::after{
        width: 60px;
      }
    }


    /* Custom CSS */
    .log-wrapper.sty2{
        width: 768px;
        padding-bottom: 70px
    }

    .log-wrapper.sty2 .log-inside{
        padding-top: 70px;
    }

    .log-wrapper.sty2 .log-inside h2{
        color: #333333;
        font-size: 35px;
        margin-top: 40px;
    }

    .log-wrapper.sty2 .log-inside .ctaWrap{
        display: flex;
        gap: 20px;
        max-width: 532px;
        width: 100%;
        margin: 55px auto;
    }

    .log-wrapper.sty2 .log-inside .ctaWrap button{
        width: 100%;
    }

    .log-wrapper.sty2 .log-inside p{
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #333333;
    }

    @media screen and (max-width: 767px){
        .log-wrapper.sty2{
            width: 100%;
            padding-bottom: 70px
        }
        .log-wrapper.sty2 .log-inside{
            padding:  0 30px;
        }
        .log-wrapper.sty2{
            padding-top: 30px;
            width: 100%;
            padding-bottom: 30px
        }
        .log-wrapper.sty2 .log-inside p{
            font-size: 15px;
            line-height: 20px;
        }
        .log-wrapper.sty2 .log-inside h2{
            color: #333333;
            font-size: 28px;
            margin-top: 35px;
        }
    }
    
    @media screen and (max-width: 600px){
        .log-wrapper.sty2 .log-inside .ctaWrap{
            flex-direction: column;
        }
    }