body {
    background-color: #f2f3fa;
}

.login-content {
    max-width: 900px;
    margin: 100px auto 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.auth-head-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background-color: #fff;
    color: #5c6bc0;
    box-shadow: 0 5px 20px #d6dee4;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
@media (max-width:767px){
    .hidden-xs{display:none!important
    }
}@media (min-width:768px) and (max-width:991px){
    .hidden-sm{display:none!important
    }
}
.placeholder {
    width: 100%; /* Ajuste conforme necessário */
    height: 100%; /* Ajuste conforme necessário */
    background-color: #f0f0f0;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        background-color: #f0f0f0;
    }
    50% {
        background-color: #e0e0e0;
    }
    100% {
        background-color: #f0f0f0;
    }
}
.toggle-password {
    position: absolute;
    right: 10px; /* Ajuste conforme necessário */
    top: 75%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    z-index: 2; /* Certifique-se de que está acima do input */
}
.slide {
    margin: 0;
}

body {
    margin: 0;
    overflow: hidden;
}

.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.background-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: opacity 1000ms;
    opacity: 0;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    z-index: 1;
}

.card {
    display: -ms-flexbox;
    background-color: var(--white);
    border: 0px;
    box-shadow: var(--box-shadow);
    margin-block-end: 1.5rem;
    width: 100%;
    border-radius: 7px !important;
}

.footer {
    font-size: 0.875rem;
    padding: 1.25rem 0;
    text-align: center;
    font-weight: 400;
    background: transparent;
    border-block-start: 1px solid var(--border);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
}

.btn-login {
    background: #6204bf !important;
    border: 0px !important;
}

.btn-login:hover {
    background: #6204bf !important;
    border: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6204bf !important;
    cursor: pointer !important;
}

.custom-control-label {
    margin-block-end: 0;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer !important;
    padding-top: 4px;
}

.textLinkInput {
    font-size: 12px;
    color: whitesmoke;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
    cursor: pointer;
    float: right;
}

.textLinkInput:hover {
    font-size: 12px;
    color: whitesmoke;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
    text-decoration: underline;
    cursor: pointer;
}

.esqueceuSenha {
    padding-top: 4px;
}