*, body {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

.login .panel-primary {
    color: #000;
    border-color: #000;
}

.login .panel-primary >.panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.login-logo_indaga {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.login-panel {
    min-width: 60%;
}

.login-panel .form-control {
    height: 35px !important;
    font-size: 1.6rem !important;
}

.login h4 {
    color: #000;
}

.form-horizontal {
    padding: 0 3rem;
}

#loginbox > div:first-child {
    padding-bottom: 10px;
}

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 25px;
}

#form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {
    background-color: transparent;
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(2555,255,255,.3);
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.iconmelon,
.im {
    position: relative;
    width: 150px;
    height: 150px;
    display: block;
    fill: #525151;
}

.iconmelon:after,
.im:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h5.display-5 small {
    font-size: 40%;
    margin: 0.5rem 0;
}

.profile .dropdown-menu[data-bs-popper] {
    top: 100%;
    margin-top: var(--bs-dropdown-spacer);
    left: -3rem;
}