*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #004fee;
}
.form-check input{
    margin-top: 15px;
    padding: 5px !important;
}
.container-fluid a img{
    width: 30px;
    margin: 10px;
    height: 30px;
}
.container-fluid a{
    color: #fff;
    font-weight: 600;
}
.nav-icons a{
    color: rgb(0, 0, 0);
    padding: 6px 7px;
    font-weight: 900;
    padding-bottom: 7px;
    border-radius: 50%;
    margin: 0px 7px ;
}
.nav-icons a svg{
    height: 20px;

}
.navbar{
    background-color: #004fee;
    position: fixed;
    z-index: 1;
    width: 100%;
}
/* first-half */
.first-half{
    /* text-align: center; */
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.head-social{
    justify-content: center;
    /* align-items: last baseline; */
    background-color: #fff;
    border-radius: 20px;
    width: 370px;
    text-align: left !important;
    /* gap: 120px; */
    /* padding: 80px 10px 20px 10px !important; */
    padding: 40px;
    display: flex;
    /* line-height: 24px; */
    flex-direction: column;
    /* width: 100%; */
}
.head-social h1{
    margin-bottom: 20px;
    font-size: 21px;
    color: #000000;
}
.head-social h2{
        margin-bottom: 10px;
    font-size: 15px;
}
.head-social p{
    font-size: 14px;
    color: #777;
}
.head-social span{
    color: #004fee;
}
.social-box img{
    height: 20px !important;
}
.social-box{
     justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.social-box .box{
    cursor: pointer;
    color: #f6f5f9;
    border: 1px solid #292929;
    text-align: center;
    border-radius: 11px;
    margin: 10px;
    /* padding: 20px 30px; */
    height: 80px;
    width: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.box h4{
    font-size: 12px;
}
.pa-top{
    padding-top: 100px;
}
.first-half h5{
    font-size: 18px;
    color: rgb(29, 29, 29);
    font-weight: 500;
}
.first-half h3{
    font-weight: 700;
    line-height: 1.5;
}
.first-half img{
    
    height: 700px;
}

.second-half{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110vh;
    background-color: #fff;
    /* padding: 150px 100px 0px 100px; */
}

.log-form h1{
    font-weight: 700;
}
.log-form button{
    width: 100%;
    border-radius: 20px;
}
.log-form h5{
    font-size: 16px;
    font-weight: 700;
}
.log-form a{
    color: rgb(1, 188, 141);
    text-decoration: none;
    font-size: 15px;
}
.log-form>a{
    font-size: 12px ;
    font-weight: 600;
    padding-bottom: 10px !important;
}


.ver-form h5{
    font-size: 16px;
    font-weight: 700;
}
.ver-form button{
    width: 100%;
    
    border-radius: 30px;
}




#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 !important;
    margin-bottom: 10px;
    position: relative;
    left: -5px;
}


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


    .form-container {
     
      background-color: #fff;
        padding: 30px 40px 10px 40px;
        height: 80vh;
        border-radius: 10px;
        color: rgb(145, 158, 181);
    }

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

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

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

    label {
      margin-top: 10px;
    }

    input {
      margin-top: 5px;
      width: 100%;
      box-sizing: border-box;
      border-radius: 10px;
      color: #000;
      font-weight: 600;
      background-color: transparent;
        outline: none !important;
        border: 1px solid #e4e4e4;
        padding: 12px 10px;
    }
    input:active{
        border: 1px solid #004fee;

    }
    input:focus{
        border: 1px solid #004fee;

    }

    button {
      margin-top: 20px;
      padding: 10px;
      width: 100%;
      background-color: #004fee;
      border-radius: 5px !important;
      color: white;
      border: 2px solid  #004fee;
      cursor: pointer;
      font-weight: bold;
    }
    .fogot-links{
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 20px 5px; 
    }
    .fogot-links a{
        color: #004fee !important;
        text-decoration: none;
    }
    .fogot-links p{
        color: #000;
    }
    @media only screen and (max-width: 500px) {
        .second-half{
            padding: 150px 20px 0px 20px;
        }
        .form-container{
            padding: 10px;
        }
    }
    @media only screen and (max-width: 768px) {
        .first-half{
            display: none;
        }
    }