* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
input{
    color: aliceblue !important;
}
.form-control:focus{
    background-color: transparent;
    color: aliceblue;
}

body {
    background-color: rgb(11, 17, 27);
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;

}

.back-back svg {
    position: fixed;
    z-index: -1;
}

.row{
    z-index:1 ;
    padding: 0px 100px 0px 100px;
}

.first-half{
    color: aliceblue;
    padding: 50px 30px 10px 30px;
}
.first-half p{
    color: rgb(145, 158, 181);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}
.first-half h2{
    font-weight: 600;
}
.first-half h2{
    padding: 2px 40px 2px 40px;
}
.first-half p{
    padding: 2px 40px 2px 40px;

}
.second-half{
    padding: 0px 40px;
}

.log-form{
    background-color: rgb(22, 28, 39);
    padding: 30px 40px 10px 40px;
    height: 80vh;
    border-radius: 10px;
    color: rgb(145, 158, 181);
}
.log-form h3{
    color: aliceblue;
    font-size: 24px;
    font-weight: 600;
}
.log-form a,p{
    font-size: 11px;
    font-weight: 400;
    margin-top: 8px;
}
.log-form a{
    color: rgb(73, 204, 104);
    text-decoration: none;
    padding-top: 30px;

}
.log-form button{
    background-color: rgb(73, 204, 104);
    border-radius: 20px;

}
.log-form button:hover{
    background-color: rgb(61, 191, 91);
    translate: 0.5ms;
    color: white;
}
.log-form input{
    background-color: rgba(13, 52, 87, 0.028);
    border: 1px solid rgb(145, 158, 181);
}
.forgot{
    padding: 0px 0px;
    font-size: 14px !important; 
    color: rgb(61, 191, 91);
    font-weight: 600;
    text-decoration: none;
}
.buton{
    margin-top: 100px;
}
.form-label{
    font-size: 12px;    
}
.copy-form{
    color: rgb(145, 158, 181);
    margin: 10px 10px;
}
.copy-form a{
    color: rgb(156, 156, 156);
    
}
.copy-form a:hover{
    color: rgb(220, 220, 220);

}

@media screen and (max-width:768px) {
    .row{
        padding: 0px 0px 0px 0px;
    }
    .first-half{
        padding: 10px 0px 10px 0px;
    }
    .buton{
        margin-top: 150px;
    }
    
}
@media screen and (min-width:1440px) {
    .row{
        padding: 100px 50px 0px 100px;
    }
    .first-half{
        padding: 10px 0px 10px 0px;
    }
    .buton{
        margin-top: 200px;
    }
}



#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 {
      border: 1px solid #333;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      width: 100%;
      background-color: rgb(22, 28, 39);
        padding: 30px 40px 10px 40px;
        height: 80vh;
        border-radius: 10px;
        color: rgb(145, 158, 181);
    }

    .text-label {
        width: 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 #333;
      border-radius: 6px;
      color: #fff;
    }

    button {
      margin-top: 20px;
      padding: 10px;
      width: 100%;
      background-color: rgb(61, 191, 91);
      border-radius: 6px !important;
      color: white;
      border: 2px solid  rgb(61, 191, 91);
      cursor: pointer;
      font-weight: bold;
    }