.elementor-19 .elementor-element.elementor-element-27c4e2e{--display:flex;}.elementor-19 .elementor-element.elementor-element-27c4e2e:not(.elementor-motion-effects-element-type-background), .elementor-19 .elementor-element.elementor-element-27c4e2e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #121212 0%, #1E1E1E 100%);}.elementor-19 .elementor-element.elementor-element-58e224f{width:var( --container-widget-width, 1200% );max-width:1200%;--container-widget-width:1200%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-58e224f */body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Arial', sans-serif;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;

}

.login-card {
    width: 100%;
    max-width: 400px;
    background: rgba(30, 30, 30, 0.7);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 1px solid #333;
    padding: 40px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    text-align: center;
}

.logo {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.login-card h2 {
    color: white;
    margin-bottom: 25px;
    font-size: 24px;
}

.login-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    background: rgba(50, 50, 50, 0.5);
    border: 1px solid #444;
    border-radius: 8px;
    color: white;
    transition: all 0.3s ease;
}

.login-input:focus {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.3);
}

.login-button {
    width: 100%;
    padding: 12px;
    background-color: #7c3aed;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-button:hover {
    background-color: #6d28d9;
    transform: scale(1.02);
}

.login-links {
    margin-top: 20px;
}

.login-links a {
    color: #a855f7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.login-links a:hover {
    color: #d8b4fe;
}

.login-links p {
    color: #888;
    margin-top: 10px;
}/* End custom CSS */