html, body {


}

.box-login {
    margin-top: 10%;
}


/* ANIMAÇÕES */
.blink_me {
    animation: blinker 1.2s infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.msg-login {
    color: #ff0000;
    font-weight: bold;
}

body {

    /* Set a specific height */
    /* Create the parallax scrolling effect */
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    height: 100%;
    /*border: 10px #970000 solid;*/
    background-image: url('../img/fundo-login.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;


}

h1, h2, h3 {
    color: #FFFFFF;
    font-weight: 400;
}



.borda-dev {
    border: 1px #970000 solid;
}

.div-login {
    padding: 40px 40px 40px 40px;
    border: 1px #EEEEEE solid;
    border-radius: 10px;
}

.lbl-login {
    font-weight: 500;
    font-size: 18px;
}

.lbl-suporte {
    color: #ffffff;
}

.lbl-suporte a {
    color: #ffffff;
}

label {
    color: #FFFFFF;
}