body {
    background: url('../assets/img/img-fundo3.png') center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    text-decoration: none;
}

.btn-voltar {
    margin: 0 0 0 20px;
    position: absolute;
    z-index: 999;
    color: #fff;
    margin-top: 20px;
    font-size: 1.5em;
}

.img-logo {
    width: 40%;
    min-width: 300px;
}

.container-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 100px;
}

.container-form {
    /* padding: 147px 0; */
    margin: 150px 0 0 0;
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.img-logo {
    position: absolute;
    z-index: 999;
    /* width: 22%; */
}

.card {
    display: flex;
    box-shadow: 1px 1px 5px #ccc;
    background-color: #fff;
    padding: 50px 50px 0 50px;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 100px 0 40px 0px;
    font-size: 1.5em;
    z-index: 999;
}

.card input {
    height: 30px;
    width: 100%;
}

.container-email {
    margin-bottom: 20px;
}

.container-email input {
    border: none;
    border-bottom: 1px solid #000;
}

.container-senha input {
    border: none;
    border-bottom: 1px solid #000;
}

.container-entrar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


footer {
    position: absolute;
    text-align: center;
    padding: 30px 0px;
    background-color: #314B7C;
    font-size: 0.8em;
    color: #fff;
    width: 100%;
    bottom: -40px;
    left: 0;
}

.btn-login {
    margin-top: 20px;
    width: 70%;
    border-radius: 50px;
    border: none;
}

.btn-login:hover {
    background-color: #314B7C;
    cursor: pointer;
    color: #fff;
}

@media (max-width: 1000px) {
    .img-logo {
        width: 60%;
    }

    .card {
        width: 80%;
        font-size: 3.5em;
        height: 550px;
        margin: 450px 0 0px 0px;
    }

    .card input {
        font-size: 0.8em;
        height: 60px;
    }

    .container-senha {
        margin-top: 30px;
    }

    .btn-login {
        margin-top: 60px;
        width: 100px;
    }
}