body.login {
    background: #fafafa;
}

p {
    font-size: 16px;
    margin-bottom: 10px;
}

button, .btn, input[type='submit'] {
    font-size: 18px;
}

.main-header {
    background: #3e70b5;
    border-top: 4px solid #205081;
    border-bottom: 1px solid #4494CC;
}

.main-header .navbar-collapse {
    background: #3e70b5;
}

body.login .page-content {
    margin-top: 0px;
}

.bloco {
    background: transparent;
    margin: 0;
}

.bloco h2, .bloco h3 {
    color: #3686be;
}

h2 {
    margin-bottom: 10px;
}

h3 {
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 26px;
}

h2, .h2 {
    font-size: 52px;
}

h2 .small, .h2 .small {
    font-size: 46% !important;
}

.register-login {
    margin-top: 20px;
}

a.cancel {
    font-size: 18px;
    line-height: 40px;
}

h1 small, .h1 small, .h1 .small {
    color: #f3f3f3
}

section {
    padding: 40px 0;
}

.page-content a {
    color: #2895f1;
    text-decoration: none;
    border-bottom: 1px dotted #2895f1;
}

.page-content a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #2A6496;
}

.info-container {
    position: relative;
    width: 300px;
    margin-top: 20px;
    margin-left: 80px;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
}

.info-container::before, .info-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 3.5px;
    left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;

}

.info-container::after {
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
    -moz-transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);

}

.form-inline .form-group button[type='submit'] {
    min-width: 200px;
    width: 200px;
    background-color: #215f8b;
}

.form-inline .form-group button[type='submit']:hover {
    background-color: #19486a;
}

.form * {
    font-size: 20px;
}

.info-cadastro {
    margin-top: 30px;
    font-size: 18px;
}

.content-login {
    margin-bottom: 60px;
}

.box-login {
    margin-top: 60px;
}

.box-login .info-cadastro, .box-login .info-cadastro a {
    color: #fff;
}

.box-login form {
    margin-bottom: 20px;
}

.box-login p, .box-login a {
    color: #3686be;
}

.bootstrap-select.btn-group .btn .filter-option{
    font-size: 14px; !important;
    line-height: 24px !important;
    color: #5f5d5d !important;
}