#logoimage{
    background: url("../images/login_background.jpg") !important;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    background-size: cover;
    position: fixed;
}
.login-form {
    margin: auto 25px;
    margin: 0px auto 10px auto;
    top: 50px;
    width: 375px;
    min-height: 365px;
}
.hello-text {
    font-size: 21px !important;
}
.general-login #log_wrap {
    padding: 15px 8px 20px;
}
.facebook-marketing-page #login_form {
    padding-right: 5px;
}
#companylogo {
    padding-top: 10%;
    padding-bottom: 12px;
}
.signin-btn{
    margin-bottom: 30px;
}
.wlcm-text{
    font-size: 22px;
    text-align: center;
    margin-bottom: 0px;
}
.login_footer,.footer{
    position: absolute;
    bottom: 0;
    padding: 1rem;
}
.facebook-marketing-page .login-form {
    box-shadow: 0px 1px 6px 0px #adadad;
    -webkit-box-shadow: 0px 1px 6px 0px #adadad;
}
@media (max-width: 768px) {
    .login-form {
        width:325px;
    }
}
@media (max-width: 325px){
    .login-form {
        width: 290px;
    }
}

input#userId {
    margin-bottom: 15px;
}

.previous_forgot {
    padding-right: 15px;
}
.next_forgot {
    padding-left: 15px;
}

form#forget_form {
    text-align: center;
}

/*otpcss*/
 .col-sm-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
      }
      .otp-wrap{
        text-align: center;
      }
      .otp-title{
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0px;
      }
      .otp-sub-title{
        margin-top: 15px;
      }
      .otp-form .input-field input {
        height: 45px;
        width: 42px;
        border: none;
        outline: none;
        font-size: 1.125rem;
        text-align: center;
        border-bottom: 1px solid #b3b1b1;
      }
      .resent-otp{
        cursor: pointer;
        color: #6ea1cc;
      }
      .input-field input::-webkit-inner-spin-button,
      .input-field input::-webkit-outer-spin-button {
        display: none;
      }
      .bottom-otp-text {
        margin-top: 20px;
        margin-bottom: 20%;
      }

      .hidden {
        display: none;
      }
      #timer {
        margin-top: 20px;
        margin-bottom: 20%;
        color: red;
      }

      input#verifybtn {
          font-size: 16px;
          margin-bottom: 15px;
      }
.otp-form .input-field input {
    font-size: 20px;
    font-weight: bold;
}
#login_form_error_msg, #login_form_error_msgg {
    width: 92%;
}
.verify-btn{
    position: absolute;
    bottom: 0px;
}
