

.box {
    position: fixed;
    width: 100%;
    height: 100%;
    display: table;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background-color: #ffffff9e;
    text-align:center;
    font-size: 35px;
    transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
  }
  .ViewMoreBtn {
    line-height: 28px;
    font-size: 16px;
    padding: 12px 30px;
    background: #2699fb !important;
    color: #fff !important;
}
 .loader_box{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
 }
 .formInside {
  box-shadow: 0 1px 3px rgb(32 32 34 / 15%);
  background-color: #fff;
  /* overflow: hidden; */

}
[class*=loader-] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
  }
  
  .loader-01 {
    border: 3px dashed currentcolor;
    border-radius: 50%;
    -webkit-animation: 1s loader-01 linear infinite;
            animation: 1s loader-01 linear infinite;
  }
  .loader_box img {
    width: 170px;
}
  
  @-webkit-keyframes loader-01 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-01 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
.formInside .form-control {
    border-radius: 0px;
    border: 1px solid #9ca0a4;
    box-shadow: none;
    appearance: auto;
}
.inputBox img {
    position: absolute;
    right: 10px;
    top: 14px;
    width: 20px;
}
.inputBox .form-control {
    padding-right: 40px;
}
.elcinaBtn {
    background-color: var(--background-blue);
    color: var(--txt-white);
    border-radius: 50px;
    padding: 8px 30px;
    font-size: var(--fs18);
    min-width: 200px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
}
.form-group input::placeholder{
  font-size: 14px;
}
.form-group label small {
  font-weight: 500;
  font-family: unset;
}
.formInside .selection .select2-selection {
  min-height: 38px;
}
.formInside .selection .select2-selection .select2-selection__rendered {
  line-height: 36px;
  font-size: 15px;
  color: #242424b8;
}

.ViewMoreBtn {
  line-height: 18px;
  font-size: 16px;
  padding: 9px 20px;
}
.submitBtn h5 {
    font-size: var(--fs16);
    font-weight: 400;
}

@media(max-width: 575px) {
    .ViewMoreBtn {
 padding: 6px 20px;
        line-height: 24px;
        font-size: var(--fs14);
            min-width: 150px;
}
.remberMe , .FgPswd {
    font-size: 13px;
    vertical-align: text-bottom;
}
}

