* {
    margin: 0;
    padding: 0;
}
body{
    background-color: #f2f2f2 !important;
}
nav {
   padding: 20px;
   justify-content: center;
   align-items: center;
   display: flex;
}
nav section{
    width: 80%;
}

.container {
    height: 80vh;

}

.frost {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 60vh;
}

.froster {
   
    padding: 10px;
    border-radius: 20px;
}

.cb-form-box {
    text-align: center;
}

.cb-form-box h1 {
    text-align: center;
    color: #000;
    font-size: 26px;
    margin-bottom: 5px;
    color: #003b2f;
}
.cb-form-box .head-below{
    color: #727272;
    font-size: 13px;
    font-weight: 500;
}
.cb-form-box .head-below a{
    text-decoration: none;
    color: #217cf2;
}
.fogo-pass{
    float: right;
    text-decoration: none;
      font-size: 11px;
    padding: 5px 0px;
    font-weight: 500;
    color: #217cf2;
}
.cb-form-box input {
    letter-spacing: inherit;
    border: 1px solid #bbbbbb;
    box-sizing: content-box;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 94%;
    padding: 15px 12px;
    background-color: #ffffff;
    border-radius: 3px;
}
.form-control:focus{
    border: 1px solid #000 !important;
    box-shadow: none !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: 94%;
    padding: 15px 12px;
    background-color: #ddd;
    border-radius: 3px;
}

.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-btn {
    /* float: right; */
    background-color: #003b2f !important;
    width: 60%;
    color: #03fc9d !important;
    text-align: center;
    padding: 12px 0px !important;
    border: 1px solid #003b2f !important;
}
.log-form label{
    float: left;
    color: #959595;
    font-size: 10px;
    padding: 5px 0px;
} 
.btm-links p{
     font-size: 8px !important;
     color: #333333;
}

.btm-links a {
    color: #217cf2ba;;
    text-decoration: none;
   
    margin: 0px 1px;
    font-weight: 600;
}


#error-msg {
    color: rgb(240, 27, 27);
}

#valid-msg {
    color: #00c900;
}

input.error {
    border: 1px solid #ff7c7c;
}

.hide {
    display: none;
}
#poop{
    display: block;
}
.phone-input {
    margin-bottom: 5px;
    padding: 8px 10px;
    width: 85% !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;
}
