html {
    height: 100%;
}
body {
        background-color: #D2010D;
    background-image: url("../images/back-home.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; /* Center the image */
    min-height: 100%;

}

label {
    font-weight: 500;
}

.campo-obrigatorio {
    color: #ff0000;
    font-weight: bold;
}

.campo-obrigatorio-texto {
    font-weight: bold;
}

.lbl-delete {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

.lbl-invalid {
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    margin-top: 5px;
}

.lbl-valid {
    color: #1e7e34;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    margin-top: 5px;
}

.form-login {

    margin: auto;
    width:500px;
    background-color:rgba(255,255,255,.7);
    text-align:center;
    padding: 27px;
    border-radius:10px


}

.btn-login {
    background-color: #cf010d;
    color: #ffffff;
    padding: 5px 30px 5px 30px;
}

.btn-login:hover{
    color: #ffffff;
}

.btn-login2 {
    background-color: #1D00AF;
    color: #ffffff;
    padding: 5px 30px 5px 30px;
}

a {
    text-decoration: none;
    color: #005cbf;
}

.lbl-cadastro {
    text-align: left !important;
}

ul li {
    text-align: left;
}