#page-login.modal-dialog,
#page-signup.modal-dialog,
#page-forgotpassword.modal-dialog,
#page-otp.modal-dialog,
#page-setpassword.modal-dialog,
#page-return.modal-dialog {
    max-width: 600px;
}
.modal-open .modal {
    z-index: 1600000;
}
label#error_msg_password::before {
    content: url(../images/i-icon.svg);
    position: absolute;
    left: 0px;
}
label#error_msg_resetnewpassword::before {
    content: url(../images/i-icon.svg);
    position: absolute;
    left: 0px;
}

.btn.btn-block.sign-button {
    font-size: 20px!important;
}

.signup-modal .fa {
    color: #fff;
}

.s-pt-40 {
    padding-top: 40px;
}

.signup-modal .facebook-btn .fa {
font-size: 18px;
vertical-align: middle;
}
.Sign-in-with-Copy {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #979797;
    padding-bottom: 20px;
  }
.signup-modal h3 {
    color: #000;
}

#signup .modal-header .close {
    font-weight: 100;
    opacity: .9;
}

.close:hover,
.close:focus {
    outline: none;
}

#signup .modal-body {
    padding: 0px 15px 30px 15px;
}

#signup .modal-footer {
    padding: 20px 30px 5px 30px;
}

.timesx {
    margin-top: -2px;
    vertical-align: text-top;
}

#signup .modal-content {
    border-radius: 15px;
}

#signup label {
    font-size: 16px;
    color: #000000;
    padding-bottom: 3px;
    font-weight: normal!important;
}

#signup label.help-block,
#signup .has-error label .checkbox {
    color: #F44336;
}

#signup .has-error .form-control {
    border-color: #F44336!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control {
    border-color: #f55347;
}

#signup label.control-label span.sub-text {
    color: #979797;
    font-size: 14px;
}

#signup label.info {
    font-size: 12px;
    color: #979797;
    padding-top: 6px;
    min-height: 10px;
}

.server-error li {
    list-style-image: url('../images/times.svg');
}

.info-text-w-100 {
    display: block;
    width: 100%;
    color: #F44336;
}

.text-t-u {
    text-transform: uppercase;
}



/**************** controls start *********************/

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6b6363 !important;
    cursor: default;
}

#signup .btn.sign-button {
    /* -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 1px 0px rgba(0, 0, 0, 0.12), 0 0px 0px 0 rgba(0, 0, 0, 0.2); */
    background: #f4a51d;
    color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(100, 100, 100, 0.5);
    box-shadow: 0 2px 4px 0 rgba(100, 100, 100, 0.5);
    padding: 0px;
}

#signup .btn.sign-button:hover {
    background-color: #ee9618;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12),
      0 3px 1px -1px rgba(0, 0, 0, 0.2);
  }

#signup .btn {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 1px 0px rgba(0, 0, 0, 0.12), 0 0px 0px 0 rgba(0, 0, 0, 0.2);
    height: 45px!important;
    border-radius: 8px;
}



#signup .form-control {
    max-width: 550px;
    min-width: 260px;
    width: 100%;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    color: #000;
    height: 45px;
    border: 1px solid #ccc;
    font-size: 16px;
}

#signup ::-webkit-input-placeholder {
    /* Edge */
    color: #979797;
    font-size: 16px;
}

#signup :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #979797;
    font-size: 16px;
}

#signup ::placeholder {
    color: #979797;
    font-size: 16px;
}

#signup .form-control:focus {
    border-color: #f9a61c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 3px rgb(249, 169, 37);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 3px rgb(249, 169, 37);
}

.form-group .form-control .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #a1a1a1;
}

#signup #v_login .part-left [type="checkbox"]:not(:checked),
#signup #v_login [type="checkbox"]:checked {
    margin-top: 5px;
    opacity: 1;
}

#signup .checkbox {
    margin-bottom: 0px;
    margin-top: -3px;
}

#signup label.checkboxtext {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.2px;
    color: #979797;
}

#page-signup .form-group {
    margin-bottom: 10px;
}

#signup #v_signup label.checkboxtext {
    line-height: .75;
}

#signup #page-signup [type="checkbox"]:not(:checked),
#signup #page-signup [type="checkbox"]:checked {
    opacity: 1;
    margin-top: 8px;
}

/* .squaredThree */
.checkbox {
    position: relative;
    float:left;
    margin: 10px
  }
  
  .checkbox label {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 4px; 
    min-height: 14px;
    padding-left: 14px;
    border: solid 1px #c6c6c5;
    margin-top: 15px;
    margin-left: -10px;
  }
  
  .checkbox label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px solid #ef9426;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .checkbox label:hover::after {
    opacity: 0.3;
  }
  
  .checkbox input[type=checkbox] {
    visibility: hidden;
  }
  
  .checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
  }
  /* end .squaredThree */
  
  .checkboxtext {
    position: relative;
    left: 5px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.2px;
    color: #989898;
    display: block;
    width: 120px;
    top: -2px;
  }
   

/* .input-group-addon {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    background-color: #fff0 !important;
    border: 1px solid #fff0 !important;
} */
#signup .input-group-addon {
    background: none !important;
    padding: 10px;
}

.input-pwd-gp {
    position: relative;
}

#signup .input-group-addon {
    position: absolute;
    width: 23px;
    top: 10px;
    right: 20px;
    z-index: 9;
    border: 0px;
}



/**************** controls end*********************/

.part-left h3 {
    font-size: 24px;
}

.modal-logo{
    width: 217px;
        }
.info-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    border: 1px solid #ef9426;
    border-radius: 50%;
    color: #ef9426;
    font-size: 11px;
    margin-right: 5px;
    vertical-align: top;
}

.info-text {
    display: inline-block;
    width: calc(100% - 22px);
}

.part-left {
    text-align: left;
    height: 40px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    color: #979797;
    display: inline-block;
}

h3 {
    display: contents;
}

.part-right {
    text-align: right;
    display: inline-block;
    float: right;
    height: 40px;
    font-family: Roboto;
    font-size: 14.4px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 41px;
    letter-spacing: 0.07px;
    color: #778f9b;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

a.sign-links {
    font-weight: 400;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0.07px;
    color: #0078ff;
}

label.server-error {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #b94a48;
    display: block;
    margin-bottom: 15px;
}

.times-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    border: 1px solid #b94a48;
    border-radius: 50%;
    color: #b94a48;
    font-size: 11px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 2px;
}

label.server-error .info-text {
    float: right;
    color: #b94a48;
}

.sign-button {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 10px;
    background-color: #f9a61e;
    border-radius: 10px;
}


/* divideer */

.vs-divider {
    width: 100%;
    position: relative;
    display: block;
    margin: 30px 0 0px 0;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vs-divider .after,
.vs-divider .before {
    position: relative;
    display: block;
    width: 100%;
}

.vs-divider--text {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    white-space: nowrap;
    background: #fff;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    font-weight: 300;
    color: #9a9a9a;
}

.vs-divider .after,
.vs-divider .before {
    position: relative;
    display: block;
    width: 100%;
}


/*************************************** social media start *************/

#signup .social-btn .social-icon {
    width: 40px;
    height: 45px;
    line-height: 45px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

#signup .social-btn .social-text {
    height: 45px;
    line-height: 45px;
    margin: auto;
    color: #fff;
}

button.btn.social-btn {
    display: flex;
    padding: 0px 0px;
    font-size: 12.5px;
    border-radius: 8px;
}

.btn.facebook-btn.social-btn {
    background-color: #3b5998;
}

.btn.facebook-btn .social-icon {
    background-color: #263c68;
}

.btn.google-btn.social-btn {
    background-color: #f44336;
}

.btn.google-btn.social-btn .social-icon {
    background-color: #c53126;
}


.fa-eye:before {
    content: url('../images/eye.svg');
    transform: scale(1);
    display:inline-block;
}
.fa-eye-slash:before {
    content: url('../images/eye-slash.svg');
    transform: scale(1);
    display:inline-block;
}
/*************************************** margin pading font ****************/

.mt--10 {
    margin-top: -10px;
}

.mb-0 {
    margin-bottom: 0px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-35 {
    margin-bottom: 35px;
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-35 {
    margin-top: 35px;
}

.mt-45 {
    margin-top: 45px
}

.m-20 {
    margin: 20px
}

.pt-5 {
    padding-top: 5px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-20 {
    padding-top: 1.25rem;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-45 {
    padding-top: 45px;
}

.pb-25 {
    padding-bottom: 25px;
}

.fs {
    font-size: 16px;
}

.d-block {
    display: block;
}

.part-left.l-h-1 {
    line-height: 14px;
}

#signup label#error_msg_password.info,
#signup label#error_msg_resetnewpassword.info {
    color: #989898;
    padding-left: 15px;
}
i.fa.fa-fw.fa-eye.toggle-password.field-icon,
.fa.fa-fw.toggle-password.field-icon.fa-eye-slash {
    color: #979797;
}


/* page-signup start */

.succes_modal_heading {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #979797;
    text-align: center;
}
.img-77{
    width: 77px;
}
.succes_modal_heading h3 {
    font-size: 24px;
}
.succes_modal_heading p.d-block {
    font-size: 14px;
    padding-top: 8px;
}

.succes_modal_heading p {
    height: 16px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #989898;
}

.h-50 {
    height: 50px;
}

.h-70 {
    height: 70px;
}
button#resetpasswordSubmit:focus {
    color: #fff;
}


@media (max-width: 1400px) {
    .pt-35 {
        padding-top: 25px;
    }
    .pb-25 {
        padding-bottom: 15px;
    }
    .pt-25 {
        padding-top: 15px;
    }
    .pt-20 {
        padding-top: 1.25rem;
    }
    #signup .modal-body {
        padding: 0px 15px 30px 15px;
    }
    .mt-25 {
        margin-top: 20px;
    }
    .vs-divider {
        margin: 20px 0 0px 0;
    }
    #signup .modal-dialog {
        margin: 15px auto;
    }
}

@media (max-width: 719px) {

    a.sign-links {
        line-height: 1;
    }

  #page-login.modal-dialog,
  #page-signup.modal-dialog,
  #page-forgotpassword.modal-dialog,
  #page-otp.modal-dialog,
  #page-setpassword.modal-dialog,
  #page-return.modal-dialog {
    margin: 10px !important;
    line-height: 1;
  }
  .succes_modal_heading h3 {
    font-size: 19px;
}

  .vs-divider--text {
    font-size: 11.2px;
}
    #signup .btn.btn-block  {
        height: 36px!important;
        font-size: 14.4px!important;
    }
    #signup .social-btn .social-icon {
        width: 33px;
        height: 33px;
        line-height: 33px;
    }
    #signup #page-login .modal-body,
    #signup .modal-body {
        padding: 0px 10px 0px 10px;
    }
    #signup .modal-footer {
        padding: 20px 15px 5px 15px;
        
    }
    #signup .social-btn {
        margin-top: 10px;
        height: 33px!important;
    }
    #signup .social-btn .social-text {
        height: 33px;
        line-height: 33px;
    }
    #signup label {
        font-size: 12.8px;
    }
    #signup .input-group-addon {
        top: 4px;
    }
    #signup a#toggle-forgotpassword {
        font-size: 11.2px;
    }
    #signup label.checkboxtext {
        font-size: 11.2px;}
    #signup #v_login .part-left [type="checkbox"]:not(:checked), #signup #v_login [type="checkbox"]:checked {
        margin-top: 2px;
    }
    #signup .modal-logo{
width: 174px;
    }
    #signup .part-left h3 {
        font-size: 19.2px;
    }
    .mb-35 {
        margin-bottom: 20px;
    }
    #signup button.btn.social-btn {
        font-size: 10px!important;
        margin: auto;
    }
    #signup .form-control {
        height: 36px;
}
.m-nopadding {
    padding-left: 0px;
    padding-right: 0px;
}
.signup-modal .facebook-btn .fa {
    font-size: 12px;
}
.social-btn.xs-mob.w-100 {
    max-width: 180px;
}
.facebook-btn.social-btn.xs-mob.w-100{
    float: left;
    }
    .google-btn.social-btn.xs-mob.w-100{
        float: right;
        }
        .modal-header {
            padding: 15px 0px;
        }
        #signup label.server-error {
            margin-bottom: 10px;
        }
        .img-77{
            width: 63px;
        }
}

@media (max-width: 479px) {
    .img-77{
        width: 51px;
    }
    #signup .input-group-addon {
        top: 1px;
    }
    #signup .modal-footer {
        padding: 0px;
        width: 100%;
        margin-bottom: 0px;
    }
    #signup .modal-logo {
        width: 139px;
    }
    #signup .part-left h3 {
        font-size: 15.4px;
    }
    #signup button.btn.social-btn {
        font-size: 8px!important;
        margin: auto;
    }
    .s-pt-40 {
        padding-top: 20px;
    }
    #signup label {
        font-size: 12px;
    }
    #signup .form-control {
        height: 35px;
        font-size: 12px;
        padding: 5px 5px;
}
#signup .form-control::placeholder {
    font-size: 12px;
}
#signup .social-btn {
    margin-top: 10px;
    height: 26px!important;
}
#signup .social-btn .social-text {
    height: 26px;
    line-height: 26px;
}
#signup .btn.btn-block {
    height: 29px!important;
    font-size: 11.5px!important;
    line-height: 30px;
}
#signup label.server-error {
    margin-bottom: 8px;
}
#signup .social-btn .social-icon {
    width: 26px;
    height: 26px;
    line-height: 26px;
}
#signup .modal-header {
    padding: 0px;
    padding-top: 20px;
}
.xs-mob.pt-20 {
    padding-top: 0;
}

#signup .form-group {
    margin-bottom: 5px;
}
.xs-mob.mt-25{
    margin-top: 10px;
}
.vs-divider {
    margin: 11px 0 0px 0;
    line-height: 1;
}
.xs-mob.pt-25.pb-25{
padding-top: 10px;
padding-bottom: 0px;
}
.social-btn.xs-mob.w-100 {
    width: 100%;
    max-width: 120px;
    min-width: 90%;
}

#signup label.info {
    font-size: 10px;
}
#signup label.control-label span.sub-text {
    font-size: 12px;
}
a#toggle-forgotpassword {
    font-size: 9px;
}
#signup label.checkboxtext {
    font-size: 10px;
}
#signup label#error_msg_password {
    font-size: 7.7px;
}
#signup #v_login .part-left [type="checkbox"]:not(:checked), #signup #v_login [type="checkbox"]:checked {
    margin-top: 0px;
}
#signup .login-mob.form-group {
    margin-bottom: 3px;
}
#signup .dont-have {
    font-size: 12px;
    padding: 15px;
    margin-top: 15px;
    background-color: #f0f0f0;
    width: 100%;
    border-bottom-left-radius: 17.9px;
    border-bottom-right-radius: 17.9px;
}
#signup .dont-have .sign-links {
    font-size: 16px;
}
#signup .social-login {
    padding: 15px 10px 0px;
}

#signup .btn {
    border-radius: 4px;
}
.fa-eye:before {
    content: url('../images/eye.svg');
    transform: scale(0.75);
    display:inline-block;
}
.fa-eye-slash:before {
    content: url('../images/eye-slash.svg');
    transform: scale(0.75);
    display:inline-block;
}
.checkboxtext {
    font-size: 12px;
  }
 #v_signup .mt--10 {
    margin-top: -5px;
    line-height: normal;
  }
}

@media (min-width: 720px) {
  #signup label#error_msg_password.info, #signup label#error_msg_resetnewpassword.info {
    color: #989898;
    padding-left: 20px;
}
label#error_msg_password::before {
  left: 15px;
}
}
