﻿.h3-forma-acesso {
    font-family: Montserrat, sans-serif;
    font-size: calc(1.3rem + .6vw) !important;
    color: #6c757d !important;
}

.login-card {
    max-width: 720px;
    width: 100%;
    border-radius: 14px
}

.titulo-autenticacao {
    font-size: 1.7rem;
    line-height: 1.2;
    margin: 0px;
    font-family: Montserrat, sans-serif;
}

.btn-login {
    width: 100%;
    max-width: 225px;
    border-radius: 999px;
    padding: .65rem 1rem;
    box-shadow: 0 8px 18px rgba(0,0,0,.08)
}

.btn-azul {
    background: #034ea2;
    border-color: #034ea2;
    color: #fff;
}

    .btn-azul:hover {
        background: #155a91;
        border-color: #155a91;
        color: #fff;
    }

    .btn-azul:active {
        background: #135284;
        border-color: #135284;
        color: #fff;
    }

.btn-azul-brilhante {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

    .btn-azul-brilhante:hover {
        background: #238eff;
        border-color: #238eff;
        color: #fff;
    }

    .btn-azul-brilhante:active {
        background: #007bff;
        border-color: #007bff;
        color: #fff;
    }

.btn-govbr-raw {
    display: inline-block;
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 0;
    box-shadow: none;
}

    .btn-govbr-raw:focus-visible {
        outline: 2px solid rgba(23,98,158,.35);
        outline-offset: 2px;
    }

    .btn-govbr-raw:hover img {
        opacity: .92;
    }

@media (prefers-reduced-motion: reduce) {
    .btn-amarelo, .btn-azul {
        transition: none !important;
    }
}

.text-muted {
    font-size: 25px;
    font-family: Montserrat, sans-serif;
    color: #6c757d !important;
}

.bold {
    font-weight: bold;
}
