* {
    margin: 0;
    padding: 0;
}

.nav-link {
    color: #fff !important;
    margin: 0px 10px !important;
}

.sn-up {
    border: 1px solid #eee !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
}

.cb-form-box h1{
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}


.cb-form-box input {
    padding: 8px 10px;
    margin-bottom: 15px;
}

.form-check {
    padding-left: 0px !important;
}

.form-check input {
    margin-right: 3px;
    margin-bottom: 0px !important;
}

.form-check label {
    font-size: 14px;
    position: relative;
    top: -1px;
}

.log-form-btn {
    float: right;
}

.btm-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin: 0px 10px;
    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;
}


.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: #000;
    font-weight: 600;
}

.back-btn img {
    width: 25px;
    margin-bottom: 10px;
    position: relative;
    left: -5px;
}