
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: 50%;
    position: absolute;
    right: -4%;
    top: 20%;
    transform: translateX(-50%);
    box-shadow: 10px;
}

.card {
    box-shadow: 6px 4px 5px gray !important;
    border-radius: 20px !important;
}

.divTabs {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}

.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;
}

.nav-tabs {
    /*border-bottom: 1px solid #dee2e6 !important;*/
    border-radius: 1.5rem !important;
    background-color: #4BB3BE;
    height: 44px;
}

    .nav-tabs .nav-item {
        background-color: white;
    }

.nav-item {
    border-radius: 21px !important;
}

.nav-tabs .nav-item .nav-link {
    color: black !important;
    background-color: #4BB3BE !important;
}

    .nav-tabs .nav-item .nav-link:hover {
        color: white !important;
        text-decoration:solid;
    }
    .nav-tabs .nav-item .nav-link.active {
        border-radius: 21px !important;
        background-color: white !important;
        border:0;
    }

        .nav-tabs .nav-item .nav-link.active:hover {
            color: black !important;
        }

    .nav-tabs .nav-link.active {
        color:black !important;
    }
.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;
    }



    .esqueceuSenha {
        float:none;
    }

    .divImg img {
        width: 100%;
    }

    .cadastrese {
        float: none;
    }

}
