﻿body {
    font-family: 'museo_sans300' !important;
    background-color: white !important;
}

.navbar {
    background-color: #0b488f !important;
    height: 80px !important;
}

/*.btn-primary {
    background-color: #2d63c4 !important;
    border-color: #1e488a !important;
}
.btn-warning {
    background-color: #ec9135 !important;
    border-color: #d48434 !important;
}*/

.logo-sv {
    width: 150px;
}
.logo-svpag {
     width: 110px;
}

h1 {
     font-size: 1.4em !important;
     font-weight: bold;
}

h3, h4 {
    font-size: 1.3em !important;
}

h2 {
    font-size: 1.1em !important;
    font-weight: bold !important;
}

.footer {
    background-color: #0b488f !important;
    color: white;
    font-size: 0.8em !important;
}

.footer a:link, .footer a:visited, .footer a:active {
    color: white !important;
}
.AjaxProgress {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    background-color: #ee7979;
}

.dica {
  background-color: #2fc942 !important;
  color: white !important;
}

.dica a:link, .dica a:visited, .dica a:active {
    color: white !important;
    text-decoration: underline;
}

input[type='email']
{
    text-transform: lowercase;
}