.content-main button#nav-home-tab,
.content-main button#nav-profile-tab,
.content-main div#nav-tab {
    border: none;
    color: black;
}

.content-main button.active {
    background-color: var(--secondary-color) !important;
    color: white !important;
    border-radius: 5px !important;
}

.content-main span#inputGroup-sizing-default {
    height: 50px;
    background: white;
    border-right: none;
    color: gray;
}

.content-main input.form-control {
    border-left: none;
}

.content-main input.form-control:focus {
    box-shadow: none;
    border-color: #d3d3d3;
}

img.icon {
    position: absolute;
    z-index: 1;
    width: 30%;
    top: 8%;
}

main {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.content-main {
    width: 100%;
    background-color: #ffffffb1;
    padding: 20px 10px;
}

.logo-app {
    border-radius: 10px;
    width: 25%;
    border: 2px solid var(--primary-color);
}
input{
    height:45px;
}
.content-logo {
    margin-bottom: 20px;
}
form{
    width: 100%;
    min-width: 330px;
}