.page-711-jl-login { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-711-jl-login__hero-section { position: relative; width: 100%; min-height: 450px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 10px 0 60px; box-sizing: border-box; } .page-711-jl-login__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-711-jl-login__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.6); border-radius: 10px; margin-top: 50px; } .page-711-jl-login__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-711-jl-login__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; } .page-711-jl-login__cta-buttons { display: flex; justify-content: center; gap: 20px; } .page-711-jl-login__cta-button { background-color: #e60073; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1.1em; border: none; cursor: pointer; } .page-711-jl-login__cta-button:hover { background-color: #cc0066; transform: translateY(-3px); } .page-711-jl-login__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-711-jl-login__floating-button { background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); font-size: 1em; text-align: center; } .page-711-jl-login__floating-button--register { background-color: #28a745; } .page-711-jl-login__floating-button:hover { background-color: #0056b3; } .page-711-jl-login__floating-button--register:hover { background-color: #218838; } .page-711-jl-login__login-form-section { padding: 60px 20px; text-align: center; background-color: #1a1a2e; } .page-711-jl-login__section-title { font-size: 2.2em; color: #ffcc00; margin-bottom: 30px; text-align: center; } .page-711-jl-login__form-container { max-width: 500px; margin: 0 auto; background: #2a2a4a; padding: 40px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); } .page-711-jl-login__form-group { margin-bottom: 25px; text-align: left; } .page-711-jl-login__form-label { display: block; margin-bottom: 8px; color: #e0e0e0; font-weight: bold; } .page-711-jl-login__form-input { width: 100%; padding: 12px; border: 1px solid #444; border-radius: 5px; background-color: #333; color: #fff; font-size: 1em; box-sizing: border-box; } .page-711-jl-login__form-input:focus { border-color: #ffcc00; outline: none; box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.3); } .page-711-jl-login__form-submit { width: 100%; padding: 14px; background-color: #e60073; color: #fff; border: none; border-radius: 5px; font-size: 1.2em; font-weight: bold; cursor: pointer; transition: background-color 0.3s ease, transform 0.3s ease; } .page-711-jl-login__form-submit:hover { background-color: #cc0066; transform: translateY(-2px); } .page-711-jl-login__forgot-password { display: block; text-align: right; margin-top: -15px; margin-bottom: 20px; font-size: 0.9em; } .page-711-jl-login__forgot-password a { color: #007bff; text-decoration: none; transition: color 0.3s ease; } .page-711-jl-login__forgot-password a:hover { color: #0056b3; text-decoration: underline; } .page-711-jl-login__register-link { margin-top: 25px; font-size: 1em; color: #e0e0e0; } .page-711-jl-login__register-link a { color: #28a745; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-711-jl-login__register-link a:hover { color: #218838; text-decoration: underline; } .page-711-jl-login__benefits-section { padding: 60px 20px; background-color: #2a2a4a; } .page-711-jl-login__benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-711-jl-login__benefit-card { background-color: #1a1a2e; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-711-jl-login__benefit-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5); } .page-711-jl-login__benefit-icon { margin-bottom: 20px; width: 100%; max-width: 100px; height: auto; display: block; margin-left: auto; margin-right: auto; } .page-711-jl-login__benefit-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-711-jl-login__benefit-description { font-size: 0.95em; color: #ccc; } .page-711-jl-login__faq-section { padding: 60px 20px; background-color: #1a1a2e; } .page-711-jl-login__faq-container { max-width: 900px; margin: 0 auto; } .page-711-jl-login__faq-item { margin-bottom: 15px; border: 1px solid #333; border-radius: 8px; background-color: #2a2a4a; overflow: hidden; } .page-711-jl-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; background-color: #333; transition: background-color 0.3s ease; } .page-711-jl-login__faq-question:hover { background-color: #444; } .page-711-jl-login__faq-question h3 { margin: 0; font-size: 1.15em; color: #ffcc00; pointer-events: none; } .page-711-jl-login__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; line-height: 1; } .page-711-jl-login__faq-item.active .page-711-jl-login__faq-toggle { transform: rotate(45deg); } .page-711-jl-login__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #ccc; } .page-711-jl-login__faq-item.active .page-711-jl-login__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-711-jl-login__hero-title { font-size: 2em; } .page-711-jl-login__hero-subtitle { font-size: 1em; } .page-711-jl-login__cta-buttons { flex-direction: column; gap: 15px; } .page-711-jl-login__cta-button { width: 80%; margin: 0 auto; } .page-711-jl-login__section-title { font-size: 1.8em; } .page-711-jl-login__form-container { padding: 30px 20px; } .page-711-jl-login__benefits-grid { grid-template-columns: 1fr; } .page-711-jl-login__floating-buttons { bottom: 10px; right: 10px; } .page-711-jl-login__floating-button { padding: 8px 15px; font-size: 0.9em; } .page-711-jl-login__faq-question h3 { font-size: 1em; } .page-711-jl-login__faq-answer { padding: 0 15px; } .page-711-jl-login__faq-item.active .page-711-jl-login__faq-answer { padding: 15px !important; } } @media (max-width: 480px) { .page-711-jl-login__hero-section { min-height: 400px; padding-bottom: 40px; } .page-711-jl-login__hero-title { font-size: 1.8em; } .page-711-jl-login__hero-subtitle { font-size: 0.9em; } .page-711-jl-login__cta-button { font-size: 1em; padding: 10px 20px; } .page-711-jl-login__section-title { font-size: 1.6em; } .page-711-jl-login__form-container { padding: 25px 15px; } .page-711-jl-login__form-input { padding: 10px; font-size: 0.9em; } .page-711-jl-login__form-submit { padding: 12px; font-size: 1.1em; } }