   /*front signup page*/
    .siginup-step-box{
        display: flex;
        align-items: center;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 5px 3px 6px #00000029;
        border: 1px solid #EDEDED;
        border-radius: 16px;
        opacity: 1;
        padding: 10px;
        margin-top: 20px;

    }
    .signup-step-decs{
        letter-spacing: 0px;
        color: #676a74;
        opacity: 1;
        font-size: 12px;
    }
    .signup-step-decs p strong {
        color: #182983;
    }
    .signup-circle-step{
        border-radius: 50%;
        border: 10px solid #e9e0e02e;
        text-align: center;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 6px #00000029;
        opacity: 1;
        width: 80px;
        -webkit-transition: border-right-color 1s ease;
        -moz-transition: border-color 1s ease;

    }
    .first:hover{
        border-top-color: #182983;
    }
    .second:hover{
        border-right-color: #182983;
        border-bottom-color: #182983;
    }
    .third:hover{
        border-right-color: #182983;
        border-bottom-color: #182983;
        border-left-color: #182983;
    }
    .four:hover{
        border-color: #182983;
    }
    .hr-main{
        background-color: #182983;
        height: 5px;
    }
    .mb-main {
        margin-bottom: 2rem !important;
    }
    mt-main {
        margin-bottom: 2rem !important;
    }
    .heading-main {
        font-size: 24px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        color: #363942;
    }
    .centered {
        position: absolute;
        top: 42%;
        left: 14%;

    }
    .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
    }
    .mb-login-page{
        margin-bottom: 0.5rem !important;
    }
    /*#loginBtn1{*/
    /*    float: right; !important;*/
    /*}*/
    .numbers{
        font-size: 18px;
        font-weight: 700;
    }
    .sign-step{
        color: #676a74;
        font-size: 12px;

    }
    .mt-main{
        margin-top: 100px;
    }
    .paragraph-main{
        font-size: 18px;
         font-family: 'Lato', sans-serif;
         font-weight: normal;
        margin-top: 0;
        margin-bottom: 1rem;
        color: #676a74;
        line-height: 24px;
        opacity: 1;
    }
    .versionNo{
        color: #000000;
        font-weight: 700;
        font-size: 12px;
        text-align: right;
   }
   .main-logo-container{
       float: right !important;
       margin-top: 25px;
       position: relative;
       margin-right: 40px;
   }
   main-logo-container desginImage{
       float: left !important;
   }
   .login-page-image{
       height: 200px;
       width: 600px;
   }
   .colored-image{
       width: 100%;
       left: -96px;
       position: relative;
       bottom: -80px;
   }
   .disclaimerDiv {
   margin: auto;
   width: 36%;
   height: 60%;
   position: absolute;
   min-height: 520px;
   min-width: 784px;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   }

   .disclaimersection {
   display: inline-block;
   height: 100%;
   width: 100%;
   border-radius: 25px;
   background: #ffffff;
   }


   .disclaimerTitle {
   text-align: left;
   margin-top: 8vh;
   font-family: 'Lato', sans-serif;
   font-weight: 600;
   font-size: 20px;
   line-height: 21px;
   color: #000000;
   padding-bottom: 5px;
   border-bottom: 2px solid #182983;
   padding: 1rem 0 5px !important;
   margin: 0 1.5rem;
   }

   .disclaimerDivBody {
   text-align: left;
   margin: 1.5rem;
   color: #4c4c4c;
   padding: 0 0 2%;
   font-family: 'Lato', sans-serif;
   font-weight: normal;
   line-height: 24px;
   font-size: 14px;
   }

   .disclaimer-button-container{
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;

   -ms-flex-align: center;
   -webkit-align-items: center;
   -webkit-box-align: center;

   align-items: center;
   justify-content: center;
   }

   .disclaimer-button{
   margin: 4px;
   }

   /* The Modal (background) */
    .modal-reject {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-reject-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 40%; /* Could be more or less, depending on screen size */
    }

    /* The Close Button */
    .close-reject {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close-reject:hover,
    .close-reject:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .modal-reject-body{
        display: flex;
        align-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        justify-content: center;
    }

    .disclaimerAccept {
      text-align: center;
      margin-left: auto;
      display: block;
      margin-right: auto;
      bottom: 5%;
      left: 0;
      position: absolute;
      right: 0;
      border: none;
    }

    .change-password{
        border: 2px solid #182983;
        border-radius: 4px;
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
    }

    body .btn-b-red, .btn-b-red {
      background-color: #182983;  !important;
        border: 1px solid #182983 !important;
        height: 34px;
        line-height: 32px;
        width: 70px;
        font-size: 13px;
        padding: 0 12px !important;
        font-family: "Lato", sans-serif !important;
        font-weight: bold !important;
        transition-duration: 0.15s;
        transition-property: background-color, border-color, box-shadow, color;
        transition-timing-function: ease-in;
        color: #fff !important;
        border-radius: 0;
        text-transform: capitalize;
    }
    .btn-b-red:hover, body .btn-b-red:hover {
        background-color: #198bc1 !important;
        border: 1px solid #198bc1 !important;
        cursor: pointer;
    }
    .passValidation {
      color: #182983;
      margin-left: 4%;
    }
    #otpSubmit:focus{
      outline: none !important;
    }

    /** Login page Style **/
    body .title-2 {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #363942;
    }
    body .hr-1, body .hr-2 {
    height: 2px;
    width: 100%;
    display: block;
    }
    body.theme1 .hr-2 {
    background-color: #182983;
    }
    body .paragraph-1 {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #4c4c4c;
    line-height: 24px;
    }

    .login-container {
    background-color: #363942;
    width: 100%;
    max-width: 400px;
    min-width: 290px;
    height: 100vh;
    margin: 0 auto;
    }
    body .root .main-logo-container, body .membership-promotion-page .main-logo-container {
    height: 100px;
    }
    body .root .main-logo-container img, body .membership-promotion-page .main-logo-container img {
    object-fit: scale-down;
    object-position: center;
    height: 100%;
    width: 100%;
    }
    body .sm-btn {
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    border: none;
    }
    body .root .forgot-password, body .membership-promotion-page .forgot-password {
    text-align: right;
    font-size: 16px;
    }
    body.theme1 input:not([type='checkbox']), body.theme1 .ui-multiselect:not([type='checkbox']), body.theme1 input:not([type='radio']), body.theme1 .ui-multiselect:not([type='radio']), body.theme1 select:not([type='checkbox']), body.theme1 select:not([type='radio']) {
    border-color: #666666;
    }
    body input:not([type='checkbox']):focus, body.theme1 .ui-multiselect:not([type='checkbox']):focus, body input:not([type='checkbox']):active, body.theme1 .ui-multiselect:not([type='checkbox']):active, body input:not([type='radio']):focus, body.theme1 .ui-multiselect:not([type='radio']):focus, body input:not([type='radio']):active, body.theme1 .ui-multiselect:not([type='radio']):active, body select:not([type='checkbox']):focus, body select:not([type='checkbox']):active, body select:not([type='radio']):focus, body select:not([type='radio']):active {
    outline: none;
    border-width: 1px;
    border-style: solid;
    }
    body .root .form-control, body .membership-promotion-page .form-control {
    width: 100%;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-radius: 0px;
    box-shadow: none;
    font-size: 13px;
    }
    body {
    font-family: 'Lato', sans-serif;
    }
    .form-control {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .forgot-password a {

        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        color: #fff;
    }
    .forgot-password a:hover {
    font-weight: 600;
    color: #0056b3;
    }
    /* body.theme1 .sm-btn.primary-btn {
    background-color: #cf1f29;
    border-color: #cf1f29;
    color: #FFFFFF;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    } */
    input#frm_submit {
      width: auto;
    }
    #username1::-webkit-input-placeholder, #username1:-ms-input-placeholder, #username1::placeholder,
    #password1::-webkit-input-placeholder, #password1:-ms-input-placeholder, #password1::placeholder {
      font-style: italic;
    }
    input::-webkit-input-placeholder {
      font-style: italic !important;
    }
    input:-ms-input-placeholder {
      font-style: italic !important;
    }
    input::placeholder {
        font-style: italic !important;
      }

    .otp-card.rounded {
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      max-width: 400px;
      margin: 0 auto;
      padding: 30px;
    }
    .otp-card.rounded .form-control {
      margin: 20px 5px;
      text-align: center;
      max-width: 55px;
    }
    .otp-card.rounded .form-control, .otp-card.rounded .form-control:focus {
      border: 1px solid #a2a2a2;
    }
    h3.color-red.mb-3 {
      color: #182983;
    }
    .otp-card.rounded .form-control:focus {
      outline: 0;
      /* border-color: #ced4da; */
      box-shadow: none;
    }
    .otp-card.rounded [type=number]::-webkit-inner-spin-button, .otp-card.rounded [type=number]::-webkit-outer-spin-button {
      display: none;
    }

    .captcha{
        padding-top: 10px;
    }

    #showCaptcha{
        display: none;
    }

    .reset-mail{
        width: 555px;
        padding: 10px;
    }

    .reset-mail-button{
        margin: 5px;
        width: 130px;
    }


    /** Responsive **/
    @media (max-width: 767px) {
    .disclaimerDiv {
        width: 60%;
        height: auto;
        min-width: 90%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
      .disclaimerBody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      .disclaimerAccept {
        width: 100px;
        position: inherit;
        margin: 0 auto 20px;
      }

      .disclaimer-button-container{
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;

          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;

          align-items: center;
          justify-content: center;
      }

      .disclaimer-button{
          margin: 4px;
      }

      .login-container {
          max-width: 100%;
      }

      .captcha{
          padding-top: 10px;
      }

      #showCaptcha{
          display: none;
      }
    }
    @media (max-width: 1870px)  {
        .signup-circle-step {
            width: 75px;
        }
        .numbers{
            font-size: 16px;
        }
        .signup-step-decs{
            text-align: center;
            margin-left: 20px;

        }

    }
    @media (max-width: 1282px) {
        .signup-circle-step {
            width: 75px;
        }

        .numbers {
            font-size: 12px;
        }

        .signup-step-decs {
            text-align: center;
            font-size: 12px;
            margin-left: 24px;
        }
        .centered {
            position: absolute;
            top: 30%;
            left: 14%;
        }
        .colored-image {
            /* width: 70%; */
            left: -39px;
            position: relative;
            bottom: -104px;
        }
    }
    @media (max-width: 990px) {

        .signup-step-decs{
              margin-left: 30%;
        }
        .centered {
            position: absolute;
            top: 15%;
            left: 14%;
        }
        .heading-main{
            font-size: 18px;
        }
        .paragraph-main{
            font-size: 15px;
        }
        .colored-image {
            left: -28px;
            position: relative;
            bottom: -210px;
        }
    }

    @media (max-width: 770px) {
        .siginup-step-box {
            display: flex;
            text-align: -webkit-left;
        }
        .signup-step-decs{
            font-size: 12px;
        }
        .signup-circle-step {
            width: 75px;
        }
        .centered {
            position: absolute;
            top: -38%;
            left: 14%;
        }
        .colored-image {
            left: -28px;
            position: relative;
            bottom: -185px;
        }
    }


