main{flex-grow:1;max-width:1200px;margin:20px auto;padding:20px;box-sizing:border-box;font-size:large}#login_form,#register_form,#forgot_password_form,#reset_password_form{width:100%;display:flex;flex-direction:column;max-width:1000px;margin:0 auto;padding:20px;background-color:#fff;box-shadow:0 2px 5px rgb(0 0 0 / .1);border-radius:8px;box-sizing:border-box}#form_links{margin-top:15px;text-align:center;display:flex;justify-content:center;flex-direction:column;gap:10px}#form_links a{text-decoration:none;color:#333}#remember_me_container input[type="checkbox"]{width:20px;height:20px;accent-color:#FFBF00;cursor:pointer;margin-right:0;vertical-align:middle}#remember_me_container label{color:#333;font-size:1em;padding-right:8px;cursor:pointer}#form_links a:hover{color:#FFBF00;text-decoration:underline}#login_form input[type="text"],#login_form input[type="email"],#login_form input[type="password"],#register_form input[type="text"],#register_form input[type="email"],#register_form input[type="password"],#forgot_password_form input[type="email"],#reset_password_form input[type="text"],#reset_password_form input[type="password"]{max-width:100%;width:35vw;padding:10px;margin-bottom:15px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}#register_form input[type="submit"],#login_form input[type="submit"],#forgot_password_form input[type="submit"],#reset_password_form input[type="submit"]{margin-top:10px;padding:10px 20px;background:#fff;background:linear-gradient(-45deg,rgb(251 150 53) 0%,rgb(255 191 0 / .32) 100%);box-shadow:0 2px 5px rgb(0 0 0 / .1);transition:background-color 0.3s ease,transform 0.2s ease;border:none;border-radius:5px;cursor:pointer;font-size:16px;font-weight:bolder;text-align:center}#register_form input[type="submit"]:hover,#login_form input[type="submit"]:hover,#forgot_password_form[type="submit"]:hover,#reset_password_form[type="submit"]:hover{background-color:#FFBF00}#legal_info{text-align:center;font-size:smaller;width:35vw}#legal_info a{text-decoration:none;color:#eeac1e}#legal_info a:hover{text-decoration:underline;color:#eeac1e}#remember_me_container{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:5px;margin-bottom:5px}#remember_me_container label{margin-bottom:0;color:#333}#remember_me_container input[type="checkbox"]{margin-right:0}#form_error{box-sizing:border-box;width:35vw;background:linear-gradient(90deg,#ff6a6a 0%,#ffbaba 100%);color:#000;padding:10px 20px;border-radius:5px;margin-top:10px;font-size:14px;text-align:center;box-shadow:0 2px 8px rgb(255 106 106 / .15)}#form_success{box-sizing:border-box;background-color:#5ce751;color:#000;padding:10px 20px;border-radius:5px;margin-top:10px;font-size:14px;text-align:center;box-shadow:0 2px 8px rgb(255 106 106 / .15)}@media screen and (max-width:768px){main{margin:0}#login_form{width:90vw;padding:15px}#remember_me_container label{margin-bottom:5px}#legal_info,#form_error,#login_form input[type="email"],#login_form input[type="password"],#register_form input[type="text"],#register_form input[type="email"],#register_form input[type="password"],#forgot_password_form input[type="email"],#reset_password_form input[type="password"],#reset_password_form input[type="text"]{width:100%}}