Edit File: style.css
/* EarthLink Exact Styling - Minimalist like actual site */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.4; color: #333; background-color: #f5f5f5; min-height: 100vh; } #main { display: flex; flex-direction: column; min-height: 100vh; } /* Header */ #header { background-color: #fff; padding: 15px 0; border-bottom: 1px solid #ddd; text-align: center; } .logo { text-decoration: none; display: inline-block; } .logo img { vertical-align: middle; } /* Login Container */ .login-container { flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px 20px; } .login-box { background-color: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 30px; width: 100%; max-width: 400px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .login-box h1 { font-size: 24px; font-weight: normal; color: #333; margin-bottom: 25px; text-align: center; } /* Form Elements */ .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 5px; color: #333; font-weight: 600; } .password-label { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; } .forgot-password { color: #0066cc; text-decoration: none; font-size: 13px; font-weight: normal; } .forgot-password:hover { text-decoration: underline; } .form-control { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 3px; font-size: 14px; font-family: Arial, Helvetica, sans-serif; } .form-control:focus { outline: none; border-color: #0066cc; box-shadow: 0 0 0 2px rgba(0,102,204,0.2); } /* Checkbox */ .checkbox-group { margin-bottom: 20px; display: flex; align-items: center; } .checkbox-group input[type="checkbox"] { margin-right: 8px; } .checkbox-group label { font-weight: normal; margin: 0; cursor: pointer; } /* Buttons */ .btn { display: inline-block; padding: 10px 15px; font-size: 14px; font-weight: 600; text-align: center; text-decoration: none; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-family: Arial, Helvetica, sans-serif; transition: background-color 0.2s; } .btn-block { display: block; width: 100%; } .btn-primary { background-color: #0066cc; color: #fff; border-color: #0066cc; } .btn-primary:hover { background-color: #0052a3; border-color: #0052a3; } /* OR Divider */ .or-divider { text-align: center; margin: 25px 0; position: relative; } .or-divider::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background-color: #ddd; } .or-divider span { background-color: #fff; padding: 0 15px; color: #666; font-size: 14px; position: relative; z-index: 1; } /* Social Login */ .social-login { display: flex; flex-direction: column; gap: 10px; } .btn-google { background-color: #fff; color: #333; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; gap: 10px; } .btn-google:hover { background-color: #f5f5f5; border-color: #ccc; } .btn-facebook { background-color: #4267B2; color: #fff; border: 1px solid #4267B2; display: flex; align-items: center; justify-content: center; gap: 10px; } .btn-facebook:hover { background-color: #365899; border-color: #365899; } .social-icon { font-weight: bold; font-size: 16px; } /* Create Account */ .create-account { text-align: center; margin-top: 25px; padding-top: 25px; border-top: 1px solid #eee; color: #666; font-size: 14px; } .create-account a { color: #0066cc; text-decoration: none; font-weight: 600; } .create-account a:hover { text-decoration: underline; } /* Help Link */ .help-link { text-align: center; margin-top: 15px; } .help-link a { color: #666; text-decoration: none; font-size: 13px; } .help-link a:hover { text-decoration: underline; color: #0066cc; } /* Footer */ #footer { background-color: #f0f0f0; padding: 20px; text-align: center; border-top: 1px solid #ddd; } .footer-links { margin-bottom: 10px; } .footer-links a { color: #666; text-decoration: none; font-size: 12px; margin: 0 5px; } .footer-links a:hover { text-decoration: underline; color: #0066cc; } .copyright { color: #666; font-size: 12px; } /* Responsive */ @media (max-width: 480px) { .login-box { padding: 20px; border: none; box-shadow: none; } .login-container { padding: 20px 15px; } }/* EarthLink Exact Styling - Minimalist like actual site */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.4; color: #333; background-color: #f5f5f5; min-height: 100vh; } #main { display: flex; flex-direction: column; min-height: 100vh; } /* Header */ #header { background-color: #fff; padding: 15px 0; border-bottom: 1px solid #ddd; text-align: center; } .logo { text-decoration: none; display: inline-block; } .logo img { vertical-align: middle; } /* Login Container */ .login-container { flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px 20px; } .login-box { background-color: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 30px; width: 100%; max-width: 400px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .login-box h1 { font-size: 24px; font-weight: normal; color: #333; margin-bottom: 25px; text-align: center; } /* Form Elements */ .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 5px; color: #333; font-weight: 600; } .password-label { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; } .forgot-password { color: #0066cc; text-decoration: none; font-size: 13px; font-weight: normal; } .forgot-password:hover { text-decoration: underline; } .form-control { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 3px; font-size: 14px; font-family: Arial, Helvetica, sans-serif; } .form-control:focus { outline: none; border-color: #0066cc; box-shadow: 0 0 0 2px rgba(0,102,204,0.2); } /* Checkbox */ .checkbox-group { margin-bottom: 20px; display: flex; align-items: center; } .checkbox-group input[type="checkbox"] { margin-right: 8px; } .checkbox-group label { font-weight: normal; margin: 0; cursor: pointer; } /* Buttons */ .btn { display: inline-block; padding: 10px 15px; font-size: 14px; font-weight: 600; text-align: center; text-decoration: none; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-family: Arial, Helvetica, sans-serif; transition: background-color 0.2s; } .btn-block { display: block; width: 100%; } .btn-primary { background-color: #0066cc; color: #fff; border-color: #0066cc; } .btn-primary:hover { background-color: #0052a3; border-color: #0052a3; } /* OR Divider */ .or-divider { text-align: center; margin: 25px 0; position: relative; } .or-divider::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background-color: #ddd; } .or-divider span { background-color: #fff; padding: 0 15px; color: #666; font-size: 14px; position: relative; z-index: 1; } /* Social Login */ .social-login { display: flex; flex-direction: column; gap: 10px; } .btn-google { background-color: #fff; color: #333; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; gap: 10px; } .btn-google:hover { background-color: #f5f5f5; border-color: #ccc; } .btn-facebook { background-color: #4267B2; color: #fff; border: 1px solid #4267B2; display: flex; align-items: center; justify-content: center; gap: 10px; } .btn-facebook:hover { background-color: #365899; border-color: #365899; } .social-icon { font-weight: bold; font-size: 16px; } /* Create Account */ .create-account { text-align: center; margin-top: 25px; padding-top: 25px; border-top: 1px solid #eee; color: #666; font-size: 14px; } .create-account a { color: #0066cc; text-decoration: none; font-weight: 600; } .create-account a:hover { text-decoration: underline; } /* Help Link */ .help-link { text-align: center; margin-top: 15px; } .help-link a { color: #666; text-decoration: none; font-size: 13px; } .help-link a:hover { text-decoration: underline; color: #0066cc; } /* Footer */ #footer { background-color: #f0f0f0; padding: 20px; text-align: center; border-top: 1px solid #ddd; } .footer-links { margin-bottom: 10px; } .footer-links a { color: #666; text-decoration: none; font-size: 12px; margin: 0 5px; } .footer-links a:hover { text-decoration: underline; color: #0066cc; } .copyright { color: #666; font-size: 12px; } /* Responsive */ @media (max-width: 480px) { .login-box { padding: 20px; border: none; box-shadow: none; } .login-container { padding: 20px 15px; } }
Back