*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #000;
}
::placeholder{
    color: #565656 !important;
}

#myVideo{
    /* position: fixed; */
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.pa-top{
    padding-top: 100px;
}

label {
    font-size: 14px;
    color: #ececec;
}

.second-half{
   /* justify-content: center; */
   padding: 50px;
   align-items: center;
   display: flex;

}
.log-form{
    padding-left: 20px;
    width: 70%;
    line-height: 3;
}
.log-form h1{
    font-weight: 700;
    font-size: 28px;
    color: #ececec;
}
.form-check-input{
    border: 1px solid #828282;
    background-color: transparent;
    vertical-align: middle;
    width: 1.3em;
    height: 1.3em;
    margin-bottom: 4px;
    margin-right: 7px !important;
}

.form-check-input:checked{
    content: '\2713';
    background-color: #000000;
    border: 1px solid #e3e3e3;
    box-shadow: none;
}
.ver-form{
     padding-left: 20px;
    width: 70%;
    line-height: 3;
}
.ver-form h1{
    font-weight: 700;
    font-size: 28px;
    color: #fff;
}

.log-form button{
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    padding: 11px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.log-form h5{
    font-size: 16px;
    font-weight: 700;
}
.log-form p{
    color: #e2e2e2;
     font-size: 13px;
     font-weight: 600;
}
.log-form a{
    color: #e2e2e2;
    text-decoration: underline;
    font-size: 14px;
     font-weight: 600;
}
.log-form>a{
    font-size: 12px ;
    font-weight: 600;
    padding-bottom: 10px !important;
}
.form-control{
    background-color: #000 !important;
    border: 1px solid #2c2c2c !important;
    padding: 7px 10px ;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}
.form-control:hover{
    border: 1px solid #404040 !important;
}
.form-control:focus{
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border: 1px solid #e9e9e9 !important;
}


.ver-form h5{
    font-size: 16px;
    font-weight: 700;
    color: #e4e4e4;
}
.ver-form button{
     width: 100%;
    border-radius: 20px;
    background-color: #fff;
    padding: 11px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

#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;
}
.ver-form button{
    color: #000 !important;
    font-weight: 700;
}
.ver-form button:hover{
    box-shadow: 1px 1px 10px 2px #a2a2a2 !important;
}
.back-btn img {
    width: 25px !important;
    margin-bottom: 10px;
    position: relative;
    left: -5px;
}

.impo-text{
    color: rgb(212, 0, 0) !important;
    font-size: 25px !important;
}
.iti button {
    background-color: unset !important;
    padding: 0px;
    margin: 0px;
}
@media screen and (max-width:768px) {
    .first-half{
        display: none;
    }
    .second-half{
        width: 100% !important;
        justify-content: center;
        align-items: center;
    }
}