﻿

.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: 100%;
    max-width: 480px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.login__item:not(.forget__container) {
    margin-top: 20px;
}
.forget__container {
    margin-top: 8px;
}
.login__item label {
    font-size: 22px;
    color: #5e5e5e !important;
}

.form__login .first__img {
    height: 90px;
    width: 200px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.25));
    animation: fadeIn 1s ease forwards;
}

input {
    height: 45px !important;
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-bottom: 0!important;
    font-size: 20px!important;
}
.login {
    border-radius: 10px !important;
}

input::placeholder {
    font-size: 18px;
}

.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;
}
.password__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff !important;
    padding-right: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e3e3e3 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) !important;
}
.password__container input {
    margin-bottom: unset !important;
    border: 0!important;
}
    .password__container i {
        cursor: pointer;
        font-size: 22px;
    }
    .forget__password {
        color: #395E70 !important;
        font-weight: 600;
        font-size: 20px;
    }

.btn__entrar {
    width: 100% !important;
    font-size: 22px;
    border-radius: 10px!important;
}

    .btn__entrar:hover {
        background-color: #587f92 !important;
        border-color: #1f2c32 !important;
    }

input:not(.password):focus, input:not(.password):hover, .password__container:hover, .password__container:focus-within {
    box-shadow: 0 0 3px rgb(140 167 180) !important;
}

.mini__logo__container {
    display: none;
}

.account-form {
    width: 100% !important;
}

.form__login form .row {
    display: flex;
    flex-direction: column;
}

.rc-anchor-container {
    width: 289px !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 910px) {

    .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.97;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 2px;
        padding: 30px;
        max-width: 400px;
    }
}

@media (max-width: 400px) {
    .form__login {
        max-width: 370px;
    }
}