body {
    color: #7D807E;
}
h3{
    color: #0063A5;
}

.navbar-default {
    background-color: #01A1DF;
}
.navbar-default .navbar-text {
  color: #FFF;
  font-size: 13px;
}
.navbar-default .navbar-text a {
  color: #FFF;
}

footer{
    background-color: #0063A5;
    color: #fff;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    
}
footer p {
    font-size: 11px;
}
footer a {
    color: #fff;
}

label{
    font-size: 13px;
}
.btn{
    font-size: 12px;
}


.input-sm {
    border-radius: 6px;
    font-size: 12px;
    height: 28px;
}