body,
html {
    height: 100%;
}

.bg {
    /* The image used */
    background-image: url("../img/background.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.form-signin {
    width: 100%;
    max-width: 460px;
    padding: 1px;
    margin: auto;
    color: #ffffff;
    background-color: #fff;
    border-radius: 15px; 
    box-shadow: 2px 2px 5px #8facc5, 0px 0px 0px #8facc5, 0px 0px 0px #8facc5;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.titulo {
    padding-top: 7px;
    font-size: 1.3em;
    font-weight: bold;
}

.invalid-feedback {
    font-size: 90% !important;
    color: #e58722;
}

.card-header{
    background-color: #fff !important;
    border-bottom: 0px;
    margin-top: 15px; 
    color: #2E5695
}

.card-body {
    color: #000;
}

.footer-login{
    margin-top: 12px;
    color:#009DDC;
}
