158 lines
9.5 KiB
PHP
158 lines
9.5 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="id">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Konfirmasi Password · SPK Jurusan SMKN 2 Jember</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
<style>
|
|
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
|
:root { --navy: #0d1b3e; --blue: #2563eb; --gold: #f59e0b; --gold2: #fbbf24; --white: #ffffff; --gray: #94a3b8; }
|
|
body { min-height: 100vh; font-family: 'Plus Jakarta Sans', sans-serif; background: var(--navy); display: flex; overflow-x: hidden; }
|
|
body::before { content: ''; position: fixed; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; z-index: 0; }
|
|
.left { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 60px 64px; position: relative; z-index: 1; }
|
|
.deco { position: absolute; border-radius: 50%; pointer-events: none; }
|
|
.deco-1 { width: 320px; height: 320px; background: radial-gradient(circle, rgba(37,99,235,.22) 0%, transparent 70%); bottom: -80px; left: -80px; }
|
|
.deco-2 { width: 200px; height: 200px; background: radial-gradient(circle, rgba(245,158,11,.13) 0%, transparent 70%); top: 60px; right: 20px; }
|
|
.brand { display: flex; align-items: center; gap: 14px; margin-bottom: 56px; animation: fadeUp .6s ease both; }
|
|
.brand-logo { width: 48px; height: 48px; background: linear-gradient(135deg, var(--blue), var(--gold)); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 800; font-size: 16px; color: #fff; box-shadow: 0 4px 16px rgba(37,99,235,.4); flex-shrink: 0; }
|
|
.brand-text .name { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 13px; color: var(--white); line-height: 1.3; }
|
|
.brand-text .sub { font-size: 11px; color: var(--gray); }
|
|
.hero-label { display: inline-flex; align-items: center; gap: 8px; background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.3); border-radius: 100px; padding: 6px 14px; font-size: 12px; font-weight: 600; color: var(--gold2); margin-bottom: 22px; animation: fadeUp .6s .1s ease both; }
|
|
.hero-label span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); display: block; }
|
|
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(30px, 3.5vw, 46px); font-weight: 800; line-height: 1.2; color: var(--white); margin-bottom: 16px; animation: fadeUp .6s .2s ease both; }
|
|
.hero-title em { font-style: italic; color: var(--gold); }
|
|
.hero-desc { font-size: 14px; color: var(--gray); line-height: 1.8; max-width: 380px; animation: fadeUp .6s .3s ease both; }
|
|
.vline { width: 1px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.1) 30%, rgba(255,255,255,.1) 70%, transparent); align-self: stretch; margin: 40px 0; flex-shrink: 0; z-index: 1; }
|
|
.right { width: 520px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; padding: 40px 60px; position: relative; z-index: 1; }
|
|
.card { width: 100%; max-width: 380px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 40px 36px; backdrop-filter: blur(20px); animation: fadeIn .7s .2s ease both; box-shadow: 0 24px 64px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.08); position: relative; }
|
|
.card::before { content: ''; position: absolute; top: 0; left: 36px; right: 36px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); border-radius: 100px; }
|
|
.card-top { margin-bottom: 28px; }
|
|
.card-top h2 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 800; color: var(--white); margin-bottom: 6px; }
|
|
.card-top p { font-size: 13px; color: var(--gray); line-height: 1.6; }
|
|
.form-group { margin-bottom: 20px; }
|
|
label { display: block; font-size: 11.5px; font-weight: 600; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 7px; }
|
|
input { width: 100%; background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.1); border-radius: 10px; padding: 12px 14px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; color: var(--white); outline: none; transition: border-color .2s, background .2s; }
|
|
input:focus { border-color: var(--blue); background: rgba(37,99,235,.08); }
|
|
|
|
.password-wrapper {
|
|
position: relative;
|
|
}
|
|
|
|
.password-wrapper input {
|
|
padding-right: 46px;
|
|
}
|
|
|
|
.toggle-password {
|
|
position: absolute;
|
|
right: 12px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
width: 24px;
|
|
height: 24px;
|
|
background: transparent;
|
|
border: none;
|
|
color: var(--gold);
|
|
cursor: pointer;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 0;
|
|
}
|
|
|
|
.toggle-password svg {
|
|
width: 20px;
|
|
height: 20px;
|
|
stroke: currentColor;
|
|
}
|
|
|
|
.toggle-password:hover {
|
|
color: var(--gold2);
|
|
}
|
|
|
|
.btn-submit { width: 100%; padding: 13px; border-radius: 10px; border: none; background: linear-gradient(135deg, var(--blue), #1d4ed8); color: #fff; font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; cursor: pointer; box-shadow: 0 6px 20px rgba(37,99,235,.4); transition: transform .15s, box-shadow .15s; position: relative; overflow: hidden; }
|
|
.btn-submit:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(37,99,235,.5); }
|
|
.error-box { background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.3); border-radius: 10px; padding: 12px 14px; font-size: 13px; color: #fca5a5; margin-bottom: 16px; }
|
|
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
|
|
@keyframes fadeIn { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: scale(1); } }
|
|
@media (max-width: 900px) { body { flex-direction: column; } .left { padding: 36px 24px 24px; } .vline { display: none; } .right { width: 100%; padding: 0 20px 48px; } .hero-desc { display: none; } }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="left">
|
|
<div class="deco deco-1"></div>
|
|
<div class="deco deco-2"></div>
|
|
<div class="brand">
|
|
<div class="brand-logo">S2J</div>
|
|
<div class="brand-text">
|
|
<div class="name">SMK NEGERI 2 JEMBER</div>
|
|
<div class="sub">Sistem Pendukung Keputusan Pemilihan Jurusan</div>
|
|
</div>
|
|
</div>
|
|
<div class="hero-label"><span></span> Keamanan Akun</div>
|
|
<h1 class="hero-title">Konfirmasi<br><em>Identitasmu</em></h1>
|
|
<p class="hero-desc">Ini adalah area aman aplikasi. Silakan konfirmasi password kamu sebelum melanjutkan akses.</p>
|
|
</div>
|
|
<div class="vline"></div>
|
|
<div class="right">
|
|
<div class="card">
|
|
<div class="card-top">
|
|
<h2>Konfirmasi Password 🔒</h2>
|
|
<p>Masukkan password untuk melanjutkan</p>
|
|
</div>
|
|
|
|
@if ($errors->any())
|
|
<div class="error-box">
|
|
@foreach ($errors->all() as $error)<div>{{ $error }}</div>@endforeach
|
|
</div>
|
|
@endif
|
|
|
|
<form method="POST" action="{{ route('password.confirm') }}">
|
|
@csrf
|
|
<div class="form-group">
|
|
<label>Password</label>
|
|
<div class="password-wrapper">
|
|
<input id="password" type="password" name="password" required autocomplete="current-password" autofocus placeholder="••••••••">
|
|
<button type="button" class="toggle-password" onclick="togglePassword()" aria-label="Tampilkan password">
|
|
<svg id="eyeIcon" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.8">
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 12s3.75-6.75 9.75-6.75S21.75 12 21.75 12 18 18.75 12 18.75 2.25 12 2.25 12Z" />
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" />
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<button type="submit" class="btn-submit">Konfirmasi →</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
function togglePassword() {
|
|
const passwordInput = document.getElementById('password');
|
|
const eyeIcon = document.getElementById('eyeIcon');
|
|
const toggleButton = document.querySelector('.toggle-password');
|
|
|
|
if (passwordInput.type === 'password') {
|
|
passwordInput.type = 'text';
|
|
toggleButton.setAttribute('aria-label', 'Sembunyikan password');
|
|
|
|
eyeIcon.innerHTML = `
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M3 3l18 18" />
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M10.58 10.58A2 2 0 0 0 12 14a2 2 0 0 0 1.42-.58" />
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M9.88 5.32A9.77 9.77 0 0 1 12 5.25c6 0 9.75 6.75 9.75 6.75a17.42 17.42 0 0 1-3.06 3.72" />
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M6.53 6.53C3.86 8.23 2.25 12 2.25 12S6 18.75 12 18.75c1.37 0 2.62-.35 3.74-.91" />
|
|
`;
|
|
} else {
|
|
passwordInput.type = 'password';
|
|
toggleButton.setAttribute('aria-label', 'Tampilkan password');
|
|
|
|
eyeIcon.innerHTML = `
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 12s3.75-6.75 9.75-6.75S21.75 12 21.75 12 18 18.75 12 18.75 2.25 12 2.25 12Z" />
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" />
|
|
`;
|
|
}
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |