body{background-color:#0d1b2a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#a2dffc;margin:0}.modal__background{height:100vh;display:flex;justify-content:center;align-items:center}.modal__window{background:#2c5f8a;padding:40px 32px;border-radius:20px;box-shadow:0 0 20px #007bff4d;width:calc(100% - 32px);max-width:350px;box-sizing:border-box}.auth-form__placeholder{color:#a2dffc;font-size:16px;top:9px;transition:.2s}.auth-form__placeholder.focus{top:-14px;font-size:12px;color:#fff}.auth-form__input{width:100%;height:40px;background:transparent;border:none;border-bottom:1px solid #aaa;color:#a2dffc;font-size:16px;outline:none}.auth-form__input.focus{border-bottom:2px solid #00bfff}.auth-form__submit{margin-top:20px;width:100%;height:45px;border-radius:8px;border:1px solid #a2dffc;background:transparent;color:#a2dffc;font-size:16px;cursor:pointer;transition:background .3s,color .3s}.auth-form__submit:hover{background:#a2dffc;color:#0d1b2a}.auth-form__bottom{margin-top:20px;font-size:13px;color:#a2dffc;text-align:center}.auth-form__bottom a{color:#64b5f6;text-decoration:none}.auth-form__bottom a:hover{color:#fff}.auth-form__remember{display:flex;align-items:center;gap:8px;margin:4px 0 12px;cursor:pointer;font-size:13px;color:#a2dffc}.auth-form__remember input[type=checkbox]{width:16px;height:16px;accent-color:#4db8ff;cursor:pointer}.text-success{color:#4caf50}.text-danger{color:#f44336}.text-muted{color:#7aadcc}
