.navbar
{
    padding: 10px;
    border-radius: 0px;
}
.navbar-brand{
    padding-top: 0px;
}
.custombrand{
    font-size: 35px; color: #555; text-decoration: none; margin-top: 25px;font-family: 'Manjari', sans-serif; font-weight: bolder;
}
.trustsign img{
    float: left;
    display: flex;
}
.form-heading, .form-call{
    line-height: 20px;
    text-align: center;
    text-shadow: 1px 1px #000;
}
.form-heading{
    color: #8FAEC9;
}
.form-call{
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 40px;
}
input, select{
    margin: 10px;
    margin-top: 0px;
    border: 0 !important;
}

form .btn{
    margin-top: 20px;
    margin-left: 5px;
    padding: 10px 35px;
    border: none !important;
    border-radius: 15px;
    background: #fe8c00; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #fe8c00 , #f83600); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #fe8c00 , #f83600); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-size: 22px;
    color: #111;
    font-weight: bold;
}
p.agree{
    margin-top: 20px;
    font-size: 10px;
    text-align: justify;
    color: #8FAEC9;
}

.content{
    height: 644px;
    background-image: url(img/fha.jpg);
}

h1.bigheader{
    margin-top: 30px;
    font-size: 55px;
    text-shadow: 5px 5px 8px #000;
    font-weight: bold;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.headersub{
    color: #ff9900;
    font-size: 18px;
    text-shadow: 5px 8px 8px #000;
}
form{
    margin-top: 20px;
}
form input,select{
    height: 50px !important;
    background-color: #e6e6e6 !important;
    border: 0 !important;
    border-radius: 10px !important;
    margin-left: -10px;
}
::placeholder { 
  color: black !important;
  opacity: 1; 
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
input[type="date"]:not(.has-value):before{
  color: black;
  content: attr(placeholder);
}
.disclaimer{
    padding: 50px 0;
    background-color: antiquewhite;
}
.disclaimer p{
    text-align: justify;
    font-size: 11px;
}

footer p{
    font-size: 13px;
    text-align: center;
    background-color: #222;
    color: #fff;
    padding: 3px 0;
}