/*  ==========================================================================
   Common Styles
    ========================================================================== */

*{
    padding: 0;
    margin: 0;
}  
body{
    background-color: #fff;
    font-size: 16px;
    line-height: 26px;
    /* color: #6a8695; */
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}  
.main-color {
    color:#0F4675;
}

.main-bg {
    background-color:#0F4675;
}
input::-webkit-input-placeholder {
    font-size: 14px;
}

.submit-div {
    /* padding-top: 3rem!important; */
    margin-top: 50px;
    }
@media only screen and (max-width: 768px) {
        .logo-div {
        margin-bottom: 3rem!important;
        }
       
        .submit-div {
        /* padding-top: 3rem!important; */
        margin-top: 50px;
        }
        .top-nav {
            padding-top: 1rem!important;
        }
       
}

input, textarea, select {
    border: 1px solid #16ADEB !important;
}


.privacy {
    text-decoration: none !important;
}

.textCenter {
    text-align: justify;
}
