Crackday.in Login -

.checkbox display: flex; align-items: center; gap: 8px; color: #b9c2e0; cursor: pointer;

<div class="extra-options"> <label class="checkbox"> <input type="checkbox" id="rememberCheck"> Remember me </label> <a href="#" class="forgot-link" id="forgotBtn">Forgot password?</a> </div> Crackday.in Login

label display: block; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; color: #b9c7e6; margin-bottom: 0.4rem; .checkbox display: flex

.forgot-link color: #98abff; text-decoration: none; font-weight: 500; transition: color 0.2s; input type="checkbox" id="rememberCheck"&gt