.navbar-brand, .navbar-nav li a{height:80px; line-height:80px; padding-top:6px; !important}


.well {
    margin-bottom: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
    color: #fff;
    background-color: #0072bc;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}

label.error{
    color:red;
    font-style: italic;
    font-weight: normal;
    font-size:10px;
}



.formVest{
    max-width:100%;
    padding:30px;
    margin:40px auto;
    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}

.formVest .inner-wrap{
    padding: 30px;
    background: #f5f5f5;
    border-radius: 6px;
    margin-bottom: 5px;
}

.formVest .inner-wrapT{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    background: #f5f5f5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}

.formVest .inner-wrapC{

    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    background: #f5f5f5;
    margin-top: -16px;
}

.formVest .inner-wrapB{
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background: #f5f5f5;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 5px;
    margin-top: -16px;
}
.formVest h1{
    background: #005790;
    padding: 20px 30px 15px 30px;
    margin: -30px -30px 30px -30px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #005790;
    text-align: center;
}
.formVest h1 > span{
    display: block;
    margin-top: 2px;
    font: 13px Arial, Helvetica, sans-serif;
}
.formVest label{

    font: 13px Arial, Helvetica, sans-serif;
    color: #888;
    margin-bottom: 1px;
}
.formVest input[type="text"],
.formVest input[type="date"],
.formVest input[type="datetime"],
.formVest input[type="email"],
.formVest input[type="number"],
.formVest input[type="search"],
.formVest input[type="time"],
.formVest input[type="url"],
.formVest input[type="password"],
.formVest textarea,
.formVest select {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 6px;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.formVest .section{
    font: normal 25px 'Bitter', serif;
    color: #0072bc;
    margin-bottom: 5px;
}

.formVest .section span {
    background: #0072bc;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 5px solid #fff;
    font-size: 20px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}
.formVest input[type="button"],
.formVest input[type="submit"]{
    background: #0072BC;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Bitter', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
}
.formVest input[type="button"]:hover,
.formVest input[type="submit"]:hover{
    background: #2A6881;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
.formVest .privacy-policy{
    float: right;
    width: 250px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    margin-top: 10px;
    text-align: right;
}
.fundo{

    background-color: #0072bc;
    /*background-color: #dfdfdf;*/


}
.titulob{
    color:#fff;
    font: normal 20px 'Bitter', serif;

}

body{
    background-color: #4D4D4D;
}

.im{
    background-color:#0072bc;
    background: url(vestibular23.jpg) no-repeat top center;
    height: 750px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

footer {
    background-color: #4D4D4D;
    padding: 17px 0 18px 0;
    height: 100px;
    font-size: 12px;
    color:#0072bc;
}

html, body {
    height: 100%;
}
@media screen and (max-width: 480px) {
    .im{height: 300px;}
}
