*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h3{
    color: rgb(241, 241, 241);
    padding-bottom: 10px;
}
body{
    background-image: url('../img/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.input{
    background-color:  #253053!important;
    padding: 15px 10px !important;
    border-color: #374583 !important;
    border-radius: 4px;
}
input::placeholder{
    color: rgb(175, 175, 175) !important;
    padding: 21px 9px; 
    font-size: 19px;
    font-weight: 200;
}
.form-control{
    color: white;
}
.form-control:focus{
    border-color: #7EA842 !important;
    box-shadow: none;
    color: white;

}


#error-msg {
    color: red;
}
  
#valid-msg {
    color: #00c900;
}
  
input.error {
    border: 1px solid #ff7c7c;
}
  
.hide {
    display: none;
}

.phone-input {
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 100% !important;
    background-color: transparent;
    /* color: #000 !important; */
    background-color:  #222B45!important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    border-color: #374583 !important;
    border-radius: 8px;
}


.iti {
    width: 100%;
}

.iti__search-input {
    padding: 8px;
}

input {
    outline: none;
}

#ver-form {
    display: none;
}

.ver-form h4 {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.ver-form p {
    color: #fff;
    font-weight: 600;
}

.back-btn img {
    width: 25px;
    margin-bottom: 10px;
    position: relative;
    left: -5px;
}


.iti button {
    background-color: unset !important;
    padding: 0px;
    margin: 0px;
}

.form-container img {
    text-align: center;
    width: 200px;
    margin-bottom: 20px;
}





    .form-container {
      background: #222B45;
      padding: 35px 40px;
      border-radius: 4px;
      /* border: 1px solid #333; */
      box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 0.164);
      width: 400px;
    }

    .text-label {
        font-size: 12px;
        font-weight: 600;
        color: #eee;
        margin-bottom: 5px;
        display: block;
        width: 100%;
    }

    .form-step {
      display: none;
      flex-direction: column;
    }

    .form-step.active {
      display: flex;
    }

    label {
      margin-top: 10px;
    }

    input {
      padding: 8px;
      margin-top: 5px;
      width: 100%;
      box-sizing: border-box;
      background-color: transparent;
      border: 1px solid #686868;
      border-radius: 6px;
      color: #fff;
    }

    button {
      margin-top: 20px;
      padding: 10px;
      width: 100%;
      background-color: #51ad1bab;
      border-radius: 9px !important;
      color: #ffffff;
      border: 1px solid #333333;
      cursor: pointer;
      font-weight: bold;
    }