*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
input{
    background-color: #ccc !important;
    padding: 8px !important;
}
::placeholder{
    color: #777 !important;
}
h4{
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600;
}

svg{
    margin: 10px;
}
a{
    text-decoration: none !important;
    color: #7793F9 !important;
}
p{
    color: #e1e1e1;
}

body{
    background-color: #090f2e !important;
}
/* .box{
    padding: 0px 10em !important;
} */

.form-control{
    border-color: #393958 !important;

}
.form-control:focus{
    border: 2px solid #7793F9 !important;
}
.input-group-text{
    background-color: #ccc !important;
    border: #ccc !important;
    color: #c9c9c9 !important;
    padding: 0px 8px !important;
}
.row{
    justify-content: center;
    align-items: center;
    text-align: left;
    height: 100vh;
    padding: 4em 2em 0em 2em !important;
}
.thumb{
    text-align: center;
    padding-bottom:40px ;
}
.verification-box>p{
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 30px 2px 20px 2px;
}
.last-box{
    background-color: #202043;
    border-radius: 2px;
    padding: 25px 20px 8px 20px!important;
}
.last-box p{
    font-size: 12px !important;
    color: #bfbfbf;
    padding: 0px 2px;
}
.last-p{
    color: #bbbbbb;
    font-size: 10px;
    margin-top: 50px !important;
}
@media screen and (min-width:768px) {
    .row{
        padding: 4em 10em 0em 10em !important;
    }
    .last-p{
        margin-top: 40px !important;
    }
}
@media screen and (min-width:1024px) {
    .row{
        padding: 0em 16em 0em 16em !important;
    }
}
@media screen and (min-width:1440px) {
    .row{
        padding: 0em 30em 0em 30em !important;
    }
    .last-p{
        margin-top: -50px !important;
    }
}




#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: 10px !important;
    padding-left: 50px !important;
}
input {
    color: #000 !important;
}


.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;
}