﻿* {
    padding: 0;
    margin: 0;
}

.tela-invertida {
    filter: invert(100%);
}

body {
    font-family: 'Montserrat', sans-serif;
}

.header {
    height: 60px;
    background-color: #00529E;
    justify-content: space-between;
}

.img-header {
    height: 60px;
    background-color: #FFFFFF;
    border-radius: 0px 9vw 9vw 0px;
    padding: 4px 25px 4px 10px;
}

.header img {
    height: 60px;
    background-color: #FFFFFF;
}

.header-left {
    height: 50px !important;
}

.header-right {
    height: 28px !important;
    margin-top: 6px;
}

.header .link {
    font-size: 10px;
    color: #FFFFFF;
}

.header .link a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px;
}

.header .link svg {
    fill: #FFFFFF;
}

.header .link a:hover {
    text-decoration: underline;
    padding: 5px;
}

.footer {
    background: #EFEFEF;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-placeholder {
    height: 48px !important;
}

.footer-left {
    height: 48px !important;
    padding: 4px 0 4px 0;
}

.footer-right {
    height: 22px !important;
    margin-top: 5px;
}

form {
    background-image: url("../assets/background_Prancheta.jpg");
    background-repeat: round;
    padding-top: 2px;
}

.main {
    padding: 25px;
    background-color: #FFFFFF;
}

.labeltopo {
    font-size: 18px;
    color: #353535;
    margin-top: 25px;
    margin-bottom: 15px;
}

.ajusteicone {
    margin-right: 15px;
    margin-bottom: 32px;
}

.ajustediv {
    margin-bottom: 15px;
}

.ajustesvg {
    margin-bottom: 8px;
}

.ajustebloco {
    margin-left: 15px;
}

.ajustespan {
    margin-left: 10px;
}

.titulo {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
}

.descricao {
    font-size: 13px;
    opacity: 0.7;
}

.msg-erro {
    color: #0D6EFD;
}

.radiolegend {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 5px 10px;
    color: #17629E;
}

input[type="radio"] {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

td label {
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}

.icone-input {
    position: absolute;
    transform: translate(10px, -26px);
}

input[type=text],
input[type=password] {
    padding-left: 1.75rem;
}

.btn-primary {
    background-color: #0679B8;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #2828BD;
}

.btn-inverter {
    padding: 16px;
}

.btn-inverter:hover {
    cursor: pointer;
}

.btn-identity:hover,
.btn-identity:focus,
.btn-logout:hover,
.btn-logout:focus {
    cursor: pointer;
    color: #2828BD;
    background-color: #EFEFEF;
    outline: -webkit-focus-ring-color auto 1px;
}

.btn-identity:hover svg,
.btn-identity:focus svg {
    fill: #2828BD;
}

.btn-cancelar:hover,
.btn-cancelar:focus {
    cursor: pointer;
    color: #BD2828;
    background-color: #EFEFEF;
    outline: -webkit-focus-ring-color auto 1px;
}

.btn-cancelar:hover svg,
.btn-cancelar:focus svg {
    fill: #BD2828;
}

div.btn-cancelar {
    display: flex;
    align-items: center;
    color: #5E5E5E;
    border-color: #808080;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 500;
}

.link-duvidas {
    text-decoration: none;
    padding: 10px;
}

.link-duvidas:hover {
    text-decoration: underline !important;
    color: #2828BD;
}

.link-duvidas:focus {
    color: #2828BD;
}

.link-duvidas:hover svg,
.link-duvidas:focus svg {
    fill: #2828BD;
}

div.btn-embaixo {
    width: 375px;
}

@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
    div.btn-embaixo {
        width: 65%;
    }
}
