
p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px !important;
}



.form-control {
    font-size: 16px !important;
}

.form-group {
    margin-top: 20px !important;
}

.divBackgroundImg {
    position: absolute;
    bottom: 0%;
    left: 10%;
}

.divConteudo {
    width: 30%;
    position: absolute;
    right: -4%;
    top: 20%;
    transform: translateX(-50%);
    box-shadow: 10px;
}

.card {
    box-shadow: 6px 4px 5px gray !important;
    border-radius: 20px !important;
}

.card-body h4 {
    margin-top: 10px;
    font-weight: 400;
}
.card-body form {
    margin-top: 30px !important;
}

.divImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.esqueceuSenha {
    float: left;
}


.cadastrese {
    float: right;
}


@media screen and (max-width: 991px) {
    .divConteudo {
        width: 100%;
        margin-top: 30px;
        padding: 30px;
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        box-shadow: 10px;
    }

    .divBackgroundImg {
        display: none;
    }


    .divImg img {
        width: 70%;
    }

    .esqueceuSenha {
        float: none;
    }


    .cadastrese {
        float: none;
    }
}


@media screen and (max-width: 768px) {
    .divConteudo {
        width: 100%;
        margin-top:30px;
        padding: 30px;
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        box-shadow: 10px;
    }

    .divBackgroundImg{
        display:none;
    }


    .divImg img {
        width: 100%;
    }

    .esqueceuSenha {
        float:none;
    }


    .cadastrese {
        float: none;
    }

}
