/*
 * RiberFlow Web - Autenticação
 * Caminho: /geral/assets/css/auth.css
 *
 * Macroestrutura visual compartilhada para login, recuperação e redefinição
 * de senha das áreas admin e cliente.
 *
 * Hotfix 005:
 * - Restaura a composição original: metade da logomarca em cinza e metade
 *   do formulário em branco.
 */

html,
body {
    min-height: 100%;
}

.auth-body {
    background: #ffffff;
}

.auth-body main {
    background: #ffffff;
    min-height: 100vh;
}

.auth-left-pane {
    background: linear-gradient(135deg, #ededed, #ededed);
    min-height: 100vh;
}

.auth-left-content {
    max-width: 520px;
}

.auth-logo-wrap img {
    max-width: 360px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .20));
}

.auth-card-wrap {
    max-width: 420px;
}

.auth-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .08);
}

.auth-logo-mobile img {
    max-width: 210px;
    width: 100%;
    height: auto;
}

.auth-copy {
    color: #6c757d;
}

.auth-link {
    text-decoration: none;
}

.auth-link:hover,
.auth-link:focus {
    text-decoration: underline;
}
