/* ==========================================================================
   Estilos aplicáveis apenas a tela de autenticação.
   ========================================================================== */
html, body {
    height: 100%;
}

body {
    background-color: #027499; /* Compatibilidade */
    background: linear-gradient(#027499, #0292AD);
}

#support {
    position: absolute;
    top: 10px;
    right: 10px;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

#login-panel {
    width:  300px;
    height: 450px;
    
    position: absolute;
    left: 50%;
    top:  50%;
    
    margin-left: -150px;
    margin-top:  -225px;
}

#login-logo {
    display: block;
    margin: 13px auto 13px auto;
}

#welcome-text {
    color: #747675;
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
