﻿.login_page {
    background-size: contain;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.login-containter {
    height: 100vh;
    padding: 2% !important;
}

.form-body {
    padding: 10% 5%;
}

.login-image {
    aspect-ratio: 1.238 / 1;
    width: 100%;
    border-radius: 45px;
}

.login-header {
    padding: 5%;
    /*padding-top: 5%;
    padding-bottom: 5%;*/
}

.logo-card-login {
    width: 50%;
    display: flex;
}

.login-details-form {
    margin-top: 30px;
}

.card-body h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 31px;
}

.login-button {
    background-color: rgb(37, 59, 76);
    border: none;
    color: white;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    padding: .75rem;
}

    .login-button:hover, .login-button:focus {
        background-color: rgb(37, 59, 76);
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgb(37, 59, 76);
        border: none;
        color: white;
    }

.autenticacao-gov-button {
    background-color: #3C5DBC;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    padding: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .autenticacao-gov-button:hover, .autenticacao-gov-button:focus {
        background-color: #3C5DBC;
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #3C5DBC;
        border: none;
        color: white;
    }

.term-contion {
    text-align: center;
    font-weight: 500;
}

.footer-login .footer-image {
    width: 25%;
    height: auto;
    margin-right: 4%;
}

.footer-login .footer-text {
    font-size: 14px;
}

.form-control {
    height: auto !important;
}
