/*
WARNING:
This website's styles, UI design, and assets are protected under copyright law.
Unauthorized copying or redistribution is strictly prohibited.
Legal action may be taken against violators.
*/
input,select,textarea,button{font:inherit}
input,select,textarea{
  width:100%;padding:12px 14px;background:#0a0a0c;border:1px solid var(--line);
  color:#fff;border-radius:10px;outline:none;transition:.15s}
input:focus,select:focus,textarea:focus{border-color:#3a3a44;background:#0e0e10}
