﻿

.linha {
    width: 100%;
    height: 0.5px;
    display: inline-block;
    margin: 0px;
    border-bottom: solid 0.5px #e8e8e8;
    margin: 10px;
}

.account-body .account-form {
    padding: 10px;
    text-align: left;
}

.recaptcha__container {
    max-width: 340px;
}

.recaptcha__align {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.account-wrapper {
    margin-top: 10px;
}

    .account-wrapper img.first__img {
        height: 60px;
        margin-top: 20px;
    }
.mini__logo {
    height: 20px;
    width: 50px
}
.btn__entrar {
    min-width: 102px
}
#recaptcha-nao-validado {
    display: none;
}
body, .wrapper, .content, .container-fluid, .login__container {
    height: 100% !important;
}
.account-bg {
    background-color: #F5F6F6 !important;
}

.login__container {
    overflow: hidden;
    display: flex;
}

    .login__container > div:first-child {
        flex:1;
    }
.background__login {
    background-image: url('../img/icones/plano_fundo_login.png');
    background-size: cover;
    background-repeat: repeat-x;
    animation: fadeIn 1s ease forwards;
    animation-fill-mode: none;
}
.background__login img {
    width: 100%;
    height: 100%;
}
.form__login {
    width: 350px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
    .form__login .first__img {
        height: 50px;
        width: 130px;
        filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
    }

.container-fluid {
    padding-right: unset !important;
    padding-left: unset !important;
    margin-right: unset !important;
    margin-left: unset !important;
}
.btn-primary {
    background-color: #395E70 !important;
    border-color: #395E70 !important;
}
.forget__password {
    color: #395E70 !important;
    font-weight: 600;
    font-size: 12px;
}
.btn__entrar {
    margin-top: 5px !important;
    width: 100%!important;
}
    .btn__entrar:hover {
        background-color: #587f92 !important;
        border-color: #1f2c32 !important;
    }
input:focus, input:hover {
    border: 2px solid #395e7054 !important;
    box-shadow: 0 0 3px rgb(95 160 237 / 50%) !important;
}
.mini__logo__container {
    display: none;
}
.account-form {
    width: 100% !important;
}
.form__login form .row {
    display: flex;
    flex-direction: column;
}
@keyframes fadeIn {
    from {
        opacity: 0; 
        transform: translateY(20px); 
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 922px) {
  
    .mini__logo__container {
        display: unset;
        margin: 5px 12px 0;
    }
    .login__container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .background__login {
        width: 100%;
        height: 100%;
    }
    .form__login {
        position: absolute;
        left: auto;
        z-index: 10000;
        background-color: #fff;
        border-radius: 20px;
        opacity: 0.99;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 2px;
    }
       
}