/* sicad-login.css - Estilos globais para telas de autenticação */

.login100-form-title {
    font-size: 1.5em;
    text-align: center;
}

.login-header-container {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.login-system-title {
    font-family: Poppins-Bold;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.login-tenant-subtitle {
    font-family: Poppins-Bold;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    padding-bottom: 12px;
    display: inline-block;
}

.login-action-title {
    font-family: Poppins-Regular;
    font-size: 1.1em;
    font-weight: 500;
    color: #555555;
    margin-top: 5px;
    margin-bottom: 10px;
}

.text-center img {
    max-width: 120px;
    height: auto;
}

@media (max-width: 768px) {
    .text-center img {
        width: 100px;
    }

    .login100-form-title,
    .login-system-title {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .login100-form-title,
    .login-system-title {
        font-size: 1.1em;
    }

    .login-tenant-subtitle {
        font-size: 0.85em;
    }
}

/* Common form elements */
.login100-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 1px solid #666666;
}

.show-password-link {
    cursor: pointer;
    color: #3498db;
    text-decoration: underline;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-login100-form-btn {
    display: flex;
    justify-content: space-around;
}

.container-login100-form-btn a {
    color: #333333;
    text-decoration: underline;
    font-size: 1.1em;
    font-weight: bold;
    transition: color 0.3s ease;
}

.container-login100-form-btn a:hover {
    color: #666666;
}

.container-login100-form-btn a i {
    margin-right: 6px;
}

.symbol-input100 {
    cursor: pointer;
}
