@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

.body {
    margin: 0;
    padding: 0;
}
.esq {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 19, 19, 0.9);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.dir {
    height: 100vh;
}
.conteudo {
    background-color: rgb(214, 214, 214);
    background-image: url('../img/maos.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.login_form {
    padding: 40px 120px 0 120px;
}
.form_links {
    margin-top: 40px;
}
.form_links a:link, .form_links a:visited {
    font: 500 0.9em "Red Hat Display", sans-serif !important;
    text-decoration: none;
    color: rgb(69, 180, 253);
}
.form_links a:hover {
    /* text-decoration: underline; */
    color: rgb(255, 187, 0);
}
.login_form input, .login_form input:focus, .login_form .input-group-text {
    background-color: rgb(255, 255, 255);
    border: none;
    color: rgb(1, 19, 24);
    font: 500 1.0em "Red Hat Display", sans-serif !important;
}
.login_form button {
    margin-top: 15px;
    font: 700 0.8em "Red Hat Display", sans-serif !important;
}
.login_form span {
    background-color: rgb(192, 193, 194) !important;
    border-radius: 0 5px 5px 0 !important;
}
.login_msg {
    margin-top: 20px;
}
.login_erro {
    color: rgb(255, 255, 255);
    font: 500 0.9em "Red Hat Display", sans-serif !important;
    background-color: rgb(126, 0, 0);
    padding: 10px 20px;
    border-radius: 5px;
}

@media only screen and (max-width: 1367px) {
    .login_form {
        padding: 40px 60px 0 60px;
    }
}