* {
    margin: 0;
    padding: 0;
}
body{
    background-color: #f5f5f5;
}
.main-container{
    justify-content: center;
    align-items: center;
    display: flex;
     background-color: #f5f5f5 !important;
}
.the-main-conto{
    justify-content: center;
    align-items: center;
    height: 90vh;
    width: 90%;
  
    background-color: #fff !important;
}

nav{
    padding: 10px;
    background-color: #1f5283;
}
nav span{
    margin: auto;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.sn-up {
    border: 1px solid #eee !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
}

.cb-form-box h1{
    text-align: center;
    color: #233441;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}
.cb-form-box h3{
    text-align: center;
    color: #13458f;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.form-control{
    border-radius: 3px !important;
}
.form-control:focus{
    border-color: #2d6df7 !important;
    box-shadow: none !important;
}

.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;
}
label{
    margin-top: 10px;
    font-size: 16px;
    padding: 10px 0px;
}

.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: rgb(221, 64, 64);
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.ver-form p {
    color: #000;
    font-weight: 600;
}

.back-btn img {
    width: 25px;
    margin-bottom: 10px;
    position: relative;
    left: -5px;
}

footer{
  
    padding: 6px;
    background-color: #1f1f1f;
}
footer p{
    float: right;
    font-size: 20px;
    color: #dadada;
}
footer span{
    margin: auto;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}