body {
    height: 100vh;
  display: flex;
  flex-direction: column;
  background: url(../images/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  background-color: #fff;/*rgb(239 243 250)*/;
  color: #666666;
  font-family: 'poppins', sans-serif, 'Helvitica';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
}


.login_loader{
    display: flex;
    z-index: 101;
    justify-content: center;
    align-items: center;
    right: 1.5rem;
    top: 10vh;
    background: #f1f4ff;
    width: 100vw;
    height: 100vh;
}
.login_loader div{
    background: #ffc70c;
    width: 6px;
    height: 10px;
    border-radius: 8px;
    margin-left: 3px;
    animation: login_loader 1s infinite;
}

@keyframes login_loader {
    50% {
        height: 30px;
    }
}

.login_loader div:nth-child(1){
    animation-delay: -0.25s;
}

.login_loader div:nth-child(2){
    animation-delay: -0.10s;
}

.login_loader div:nth-child(3){
    animation-delay: 0s;
}
.login_loader div:nth-child(4){
    animation-delay: .1s;
}


.fa_group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.fa_group label {
  margin-bottom: 0.5rem;
}

.password-input-container {
  position: relative;
  display: inline-block;
}

.password-input-container input {
  padding-right: 2.5rem;
}

.password-input-container .toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-input-container .toggle-password:hover {
  color: blue;
}




/*loader wrapper*/

.ajax_loader{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden !important;
    z-index: 100;
    position: fixed;
}


/*=============Btn Loader==========*/
.btn_loader {
    font-size: 15px;
    color: var(--bg-blue);
}

.btn_loader{
    display: flex;
    z-index: 800;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 17px;
}
.btn_loader div{
    background: linear-gradient(to bottom, #ffffff, #f0f0f0);
    width: 3pt;
    border-radius: 5px;
    height: 5px;
    margin-left: 3px;
    animation: btn_loader .5s infinite;
}

@keyframes btn_loader {
    50% {
        height: 17px;
        background: linear-gradient(to bottom, #ffffff, #f0f0f0);
    }
}

.btn_loader div:nth-child(1){
    animation-delay: -0.20s;
}

.btn_loader div:nth-child(2){
    animation-delay: -0.10s;
}

.btn_loader div:nth-child(3){
    animation-delay: 0s;
}

#continue, #continue_t, #continue_a{
    display: flex;
    align-items: center;
    justify-content: center;
}
#continue i, #continue_t i, #continue_a i{
    color: var(--sec-white);
    margin-left: 0;
}
#continue img, #continue_t img, #continue_a img{
    margin-left: 10px;
    width: 20px;
    height: 20px;
}
.sms_form_btn{
    width: 100%;
}
.sms_form_group button{
    background: #f90;
    color: white;
    max-height: 50px;
}
.suc_container, .err_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-row-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
}
.err_header{
    position: fixed;
    top: 0.2rem;
    /*right: 35%;*/
    padding: .4rem;
    background: #dc3251;
    min-width: 300px;
    max-width: 300px;
    transition: .5s ease-in-out;
    border-radius: 5px;
    z-index: 300;
    color: white;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.suc_header{
    position: fixed;
    top: 0.2rem;
    /*right: 35%;*/
    padding: .8rem;
    background: #1ea885;
    text-align: center;
    min-width: 300px;
    max-width: 300px;
    transition: .5s ease-in-out;
    border-radius: 5px;
    z-index: 300;
    color: white;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}
.ajax_loader img{
    width: 40px;
    height: 40px;
}

.sms_opt{
    display: flex;
    justify-content: space-between;
}
.sms_opt label{
    cursor: pointer;    
}
.sms_opt label input[type="radio"]{
    display: none;
}
.sms_opt label span i{
    display: none;
    margin: 0 !important;
}
.sms_opt label span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid #b197fc;
    padding: 5px;
    margin-right: 5px;
    height: 20px;
    width: 66px;
    font-weight: 800;
    color: #253137;
    border-radius: 5px;
}
.sms_opt label span p{
    font-size: 13px;
}
.sms_opt label input[type="radio"]:checked ~ span{
    background: #b197fc;
    color: #fff;
    font-weight: 600;
}
.sms_opt label input[type="radio"]:checked ~ .atd_pr{
    background: #b197fc;
    color: #fff;
    font-weight: 800;
}
.sms_opt label input[type="radio"]:checked ~ .atd_hd{
    background: #b197fc;
    color: #fff;
    font-weight: 800;
}
.sms_opt label input[type="radio"]:checked ~ .atd_ab{
    background: #b197fc;
    color: #fff;
    font-weight: 800;
}
.sms_opt label input[type="radio"]:checked ~ span .atd_p{
    /*display: none;*/
}

.loader_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: white;
    overflow: hidden !important;
}

.loader_wrapper .loader_dots{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.loader_wrapper .loader_dots span{
    position: absolute;
    width: 8px;
    height: 4px;
    border-radius: 30%;
    color: black;
    background: #6c49fe;
    transform: rotate(calc(var(--i) * (360deg / 15))) translateY(25px);
    animation: animate 1s linear infinite;
    animation-delay: calc(var(--i) * 0.07s);
    opacity: 0;
}
@keyframes animate{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

/*=====================Register form=======================*/
.reg_container{
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    /*border: 1px solid #e4e4e4;*/
    width: 300px auto;
    padding: 10px;
    border-radius: 10px;
    height: 80vh;
}
.reg_container .input_form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.reg_container form h3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.reg_input{
    display: grid;
}
.reg_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}
.reg_btn button{
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #ffc74c;
    border-radius: 5px;
    color: #253137;
}
.reg_btn button:hover{
    background: #253137;
    color: #e1e1e1;
}
.reg_btn button img{
    margin-left:5px;
    width: 17px;
    height: 17px;
}
.reg_input input,
.reg_input select{
    padding: .5rem;
    background: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    outline: none;
}
/*=====================Register form=======================*/
.login-container{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sms_login_container{
    position: relative;
    display: grid;
    top: 1rem;
    flex-direction: column;
    /*position: relative;*/
    /*background-color: #fff;*/
    max-width: 300px;
    /*max-height: 50vh auto;*/
    /*min-height: 30vh;*/
    width: 100%;
    padding: 1rem;
    /*box-shadow: 0 0 45px 0 rgba(0, 0, 0, .2);*/
    /*margin: .5rem auto;*/
    margin: .5rem; 

    border-radius: 5px;
}

.sms_heading{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    text-align: center;
    background: -webkit-linear-gradient(rgb(91 25 113), rgb(4 139 146));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    margin:  10px 0;
    text-align: center;
    font-family: 'Roboto',Helvetica,arial,sans-serif;
}
.sms_heading span{
    font-size: 1.3rem;
    font-weight: 900;
}
.sms_heading img{
    width: 70px !important;
    height: 70px !important;
}
.feedback-danger{
    margin-top: 10px;
    color: #a94442;
    background: #f2dede;
    padding: 1rem;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
    min-width: 280px;
    max-width: 300px;
}

.error-text{
  color: #a94442;
  background: #f2dede;
  padding: 1rem;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
  display: none;
}
.suc-text{
  color: #3c763d;
  background: #dff0d8;
  padding: 1rem;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
  display: none;
}
.feedback-success{
  color: #3c763d;
  background: #dff0d8;
  padding: 1rem;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
}

#continue {
    position: relative;
}
#spiner {
    visibility: hidden;
    position: absolute;
    top: 7px;
    right: 2rem;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #333;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}
  
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
  
#continue.spin {
    position: absolute;
}

/*sms_form*/
.sms_form form{
  margin: .5rem 0;
  display: flex;
  flex-direction: column;
}

/*sms_form_group*/
.sms_form_group{
  display: flex;
  flex-direction: column;
  margin: .3rem 0;
}
.sms_form label{
  color: black;
  font-size: .8rem;
  font-weight: 700;
}
.sms_form_group input{
  border: none;
  margin-top: .5rem;
  outline: none;
  background: transparent;
  padding: .8rem;
  border-radius: 5px;
  border: 2px solid #1e63b5;
}
.sms_form_group input:hover,.sms_form_group input:focus{
  border: 2px solid #b197fc;
  background: transparent !important;
  background-color: transparent;
}
input:-internal-autofill-selected{
  background-color: transparent;
}
.sms_form button{
  margin-top: 10px;
  border: none;
  outline: none;
/*  padding: .8rem;*/
height: 60px;
  border-radius: 5px;
  background: linear-gradient(90deg, rgb(91 25 113) 0%, rgb(4 139 146) 100%);
  color: #fff;
  font-size: 1rem;
}
.sms_form button:hover{
    color: #fff;
    background: linear-gradient(90deg, rgb(4 139 146) 0%, rgb(91 25 113) 100%);
}
.sms_form select{
  margin: .5rem 0;
  border: none;
  outline: none;
  padding: .8rem;
  border-radius: 5px;
  /*background: #ff4506;*/
  color: black;
  font-size: 1rem;
}
.contact_btm{
  text-align: center;
}
.contact_btm a{
  color: blue;
}


@media screen and (max-width:  767px){
  .sms_login_container{
    margin: 1.5rem;
  }
}


/* ==========================================================================
   LOADER WRAPPER
   ========================================================================== */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #fff;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #00bc46;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #f90;

    -webkit-animation: spin 1s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}



/*waves animation*/

.header {
    width: 100%;
  /*margin-top: 70px;*/
  position:relative;
  text-align:center;
  /*background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);*/
  color:white;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  overflow: hidden !important;
  min-height:55vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  overflow: hidden !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  width:  100%;
}

.waves {
  overflow-x: hidden !important;
  position:relative;
  width: 100% !important;
  height:20vh;
  margin-bottom:-17px; /*Fix for safari gap*/
  min-height:100px;
  max-height:120px;
}

.content {
  overflow: hidden !important;
  position:relative;
  max-height:10vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}

.content {
    background:#f0f0f0;
}
footer{
    background: #f0f0f0;
    z-index: 100;
    margin-top: 10px;
}
footer a{
    text-decoration: none;
}


/*loadeer*/

/**
  * Building blocks
  *
  * @author jh3y - jheytompkins.com
*/
@-webkit-keyframes building-blocks {
  0%,
  20% {
    opacity: 0;
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%); }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  90%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(300%);
            transform: translateY(300%); } }
@keyframes building-blocks {
  0%,
  20% {
    opacity: 0;
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%); }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  90%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(300%);
            transform: translateY(300%); } }

.building-blocks {
    display: flex;
    position: relative;
    align-items: center;
    justify-items: center;
}
  .building-blocks div {
    height: 20px;
    position: absolute;
    width: 20px; }
    .building-blocks div:after {
      -webkit-animation: building-blocks 2.1s ease infinite backwards;
              animation: building-blocks 2.1s ease infinite backwards;
      background: red;
      content: '';
      display: block;
      height: 20px;
      width: 20px; }
    .building-blocks div:nth-child(1) {
      -webkit-transform: translate(-50%, -50%) translate(60%, 120%);
              transform: translate(-50%, -50%) translate(60%, 120%); }
    .building-blocks div:nth-child(2) {
      -webkit-transform: translate(-50%, -50%) translate(-60%, 120%);
              transform: translate(-50%, -50%) translate(-60%, 120%); }
    .building-blocks div:nth-child(3) {
      -webkit-transform: translate(-50%, -50%) translate(120%, 0);
              transform: translate(-50%, -50%) translate(120%, 0); }
    .building-blocks div:nth-child(4) {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .building-blocks div:nth-child(5) {
      -webkit-transform: translate(-50%, -50%) translate(-120%, 0);
              transform: translate(-50%, -50%) translate(-120%, 0); }
    .building-blocks div:nth-child(6) {
      -webkit-transform: translate(-50%, -50%) translate(60%, -120%);
              transform: translate(-50%, -50%) translate(60%, -120%); }
    .building-blocks div:nth-child(7) {
      -webkit-transform: translate(-50%, -50%) translate(-60%, -120%);
              transform: translate(-50%, -50%) translate(-60%, -120%); }
  .building-blocks div:nth-child(1):after {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s; }
  .building-blocks div:nth-child(2):after {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .building-blocks div:nth-child(3):after {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s; }
  .building-blocks div:nth-child(4):after {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .building-blocks div:nth-child(5):after {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s; }
  .building-blocks div:nth-child(6):after {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  .building-blocks div:nth-child(7):after {
    -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s; }