.cursor-pointer {
    cursor: pointer;
}

.loading-div {
    height: 100vh;
    width: 100vw;
    background: #0000002e;
    position: fixed;
    z-index: 10000;
    text-align: center;
    padding-top: 45vh;
    color: black;
}

.loading-p {
    margin-top: 14px;
}

.margin-0 {
    margin: 0;
}

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

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.error-li {
    list-style: none;
    font-size: 12px;
    margin-left: -35px;
    margin-top: 5px;
    color: #D9534F !important;
}

.error-p {
    font-size: 12px;
    margin-left: 5px;
    margin-top: 5px;
    color: #D9534F !important;
}

.logout {
    color: #FFFFFF;
}

.user-logged {
    display: block;
    padding-top: 0.5rem;
}

.no-link {
    text-decoration: none;
}

.bg-custom-nav {
    background-color: #818386;
}

.btn-success {
    border-color: #8FBD2A;
    background-color: #8FBD2A;
}

.btn-success:hover {
    border-color: #8FBD2A;
    background-color: #8FBD2A;
}

#inputPassword input,
#inputRepeatPassword input {
    -webkit-text-security: disc;
}

#terms, #privacy {
    text-align: justify;
}

.fondo-home {
    background: #000 url("/images/bg-home.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 57px);
    position: absolute;
    left: 0;

}

.panel-home {
    background: rgba(0, 0, 0, 0.5);
    padding: 2em;
    color: white;
    width: 50%;
    height: fit-content;

}

@media (max-width: 576px) {
    .panel-home {
        width: 100%;
        margin-right: 1em;
        margin-left: 1em;
        margin-top: 1em;
    }
}
