/* =====================================================
   CLIMECOR WEBMAIL
   ===================================================== */

body.task-login {
    background-image: url("/webmail/skins/elastic/images/climecor/background.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

/* Remove qualquer máscara escura */
body.task-login::before {
    display: none !important;
}

/* Container principal */
#layout {
    position: relative;
    z-index: 1;
}

/* Área do login */
#layout-content {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Logo */
#layout-content img {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 260px;
    height: auto;
}

/* Formulário */
#login-form {
    width: 340px;
    margin: 0 auto;
}

/* Campos */
#login-form input.form-control {
    background: rgba(255,255,255,0.95) !important;
    border: 1px solid #d5d5d5 !important;
    border-radius: 4px !important;
}

/* Botão */
#rcmloginsubmit {
    border-radius: 4px !important;
}

/* Rodapé */
#login-footer {
    text-align: center;
    margin-top: 15px;
}

/* Esconde elementos desnecessários */
#messagestack {
    z-index: 9999;
}

/* Título Climecor Webmail */

#login-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow:
        0 0 10px rgba(0,170,255,.8),
        0 0 20px rgba(0,170,255,.6),
        0 0 30px rgba(0,170,255,.4);
}

/* Oculta textos extras */
#login-footer a,
#login-footer .version {
    display: none !important;
}
