body{background-color:#F1F3F5;font-family:Arial,sans-serif;margin:0;padding:0}.container{display:flex;justify-content:center;align-items:center;height:100vh}.login-card{background-color:white;padding:3rem;border-radius:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05);width:100%;max-width:420px}.textlogreg{color:#333;font-size:1.8rem;margin-bottom:.5rem;text-align:center}.hellotext{color:#666;text-align:center;margin-bottom:2rem;font-size:.9rem;font-family:Sedan SC}label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}input[type=email],input[type=password],input[type=passwordrepeat],input[type=username]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.5rem;margin-bottom:1.5rem;box-sizing:border-box}.form-group{justify-content:space-between;margin-bottom:1.5rem}.form-group,.remember{display:flex;align-items:center}.remember{color:#333333;font-weight:500}.remember,.remember input[type=checkbox]{margin-right:.5rem}.remember p{margin:0;display:inline}.forgot{color:#FF8C00;text-decoration:none;font-weight:500}.button{width:100%;background-color:#FF8C00;color:white;border:none;border-radius:.5rem;padding:.9rem;font-size:1rem;cursor:pointer;font-weight:600}.button:hover{background-color:#e67e00}.login,.register{text-align:center;margin-top:1.5rem}.login a,.register a{color:#FF8C00;text-decoration:none;font-weight:500}.login a:hover,.register a:hover{text-decoration:underline}.checkbox-group-login{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:-1rem 0 .5rem -.75rem}.spanlog{color:#333333;font-weight:500;margin:0}.forgot_check{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}