body{font-family:'Arial',sans-serif;background-color:#f7f7f7;color:#333}h2{text-align:center;font-size:2rem;color:#444}.custom-auth-wrapper{max-width:450px;margin:50px auto;padding:30px;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px rgb(0 0 0 / .1)}.custom-auth-wrapper .success{color:#4CAF50;text-align:center;font-weight:700}.custom-auth-wrapper .errors{color:#f44336;margin-bottom:20px}.custom-form label{display:block;margin-bottom:10px;font-weight:500}.custom-form input{width:100%;padding:12px;margin:8px 0;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.custom-form input:focus{outline:none;border-color:#4CAF50;box-shadow:0 0 5px rgb(76 175 80 / .2)}.custom-form button{width:100%;padding:12px;background-color:#4CAF50;border:none;border-radius:4px;color:#fff;font-size:1rem;cursor:pointer;transition:background-color 0.3s ease}.custom-form button:hover{background-color:#45a049}.custom-auth-wrapper a{color:#4CAF50;text-decoration:none}.custom-auth-wrapper a:hover{text-decoration:underline}@media (max-width:600px){.custom-auth-wrapper{padding:20px}}