* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;


}


nav {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 1px 1px 10px 1px #eeeeee;
}

.cb-form-out {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 60vh;
}

.cb-form-box {

    padding: 40px !important;
}

.sn-up {
    border: 1px solid #eee !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
}

.cb-form-box h1 {
    text-align: left;
    color: #000;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 500;
}
.head-belo a{
    text-decoration: none;
    color: #00c0cc;
}

.cb-form-box input {
    letter-spacing: inherit;
    border: 1px solid #f5f6f7;
    box-sizing: content-box;
    margin: 20px 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 94%;
    padding: 15px 12px;
    background-color: #f5f6f7;
    border-radius: 5px;
}

.cb-form-box input:hover {
    border: 1px solid #00c0cc;
}
.form-control:focus{
    box-shadow: none !important;
    border: 1px solid #00c0cc !important;
}
.form-control:active{
      border: 1px solid #00c0cc !important;
}

.cb-form-box select {
    letter-spacing: inherit;
    border: 0px;
    box-sizing: content-box;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    padding: 15px 12px;
    background-color: #ddd;
    border-radius: 3px;
}
.impo-form-box{

    height: 50vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.form-check {
    padding-left: 0px !important;
    display: inline-block;
}

.form-check input {
    margin-right: 3px;
    margin-bottom: 0px !important;
    width: unset;
    display: inline-block;
    margin-top: 15px;
}

.form-check label {
    font-size: 16px;
    position: relative;
    top: -1px;
}

.log-form {

    padding: 60px 240px;
}
.log-form h4{
    font-size: 15px;
    text-decoration: underline;
    padding-top:10px ;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
}
.pclr {
   background-color: #00c0cc !important;
    color: #fff !important;
}

.log-form-btn {
    font-size: 14px !important;
    width: 100%;
    text-align: center;
    border-radius: 5px !important;
    padding: 14px 0px !important;
}

.log-form label {
    color: #474747;
    font-size: 12px;
    margin-left: 5px;
}
.btm-links{
    padding-top: 8px;
    display: flex;
    width: 100%;
}

.btm-links p:first-child{
    margin-right: auto;
}
.btm-links p:last-child{
    /* float: right; */
    margin-left: auto;
}
.btm-links a {

    color: #00c0cc;
    text-decoration: none;
    font-size: 14px;
    /* margin: 0px 10px; */
    font-weight: 400;
}

.btm-links a:hover {
    color: rgb(0, 0, 0);

}


#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: 85% !important;
}


.iti {
    width: 100%;
}

.iti__search-input {
    padding: 8px;
}

input {
    outline: none;
}

#ver-form {
     padding: 50px 200px;
    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;
}
footer{
    text-align: center;
}
footer a{
    color: #00c0cc;
    text-decoration: none;
}

@media screen and (max-width:1024px) {
    .log-form {

        padding: 20px 20px;
    }

}
@media screen and (max-width:768px) {
    .log-form {

        padding: 10px;
    }

}
@media screen and (max-width:1440px) {
    .log-form {

        padding: 20px 100px;
    }

}