﻿

.linha {
    width: 100%;
    height: 0.5px;
    display: inline-block;
    margin: 0px;
    border-bottom: solid 0.5px #eaeaea;
    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 {
    display: flex;
}

    .login__container > div:first-child {
        flex:1;
    }
.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;
    }
    .background__login {
        background-image: url('../img/icones/plano_fundo_login.png');
        background-size: cover;
        background-repeat: repeat-x;
    }
.container-fluid {
    padding-right: unset !important;
    padding-left: unset !important;
    margin-right: unset !important;
    margin-left: unset !important;
}