/* Font Face: Audiowide */
/* Latin-ext */
@font-face {
    font-family: 'Audiowide';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/audiowide/v20/l7gdbjpo0cum0ckerWCdmA_OIxo.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* Latin */
  @font-face {
    font-family: 'Audiowide';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/audiowide/v20/l7gdbjpo0cum0ckerWCdlg_O.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  /* Selection styles */
  ::-moz-selection {
    background: #cc0000;
    text-shadow: none;
  }
  ::selection {
    background: #cc0000;
    text-shadow: none;
  }
  
  /* Reset dan base styles */
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center, dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend, table, caption,
  tbody, tfoot, thead, tr, th, td, article, aside,
  canvas, details, embed, figure, figcaption, footer,
  header, hgroup, menu, nav, output, ruby, section,
  summary, time, mark, audio, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
  }
  
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  body {
    background: white;
    color: #FFF;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 1;
  }
  
  /* Background styling */
  .background-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
  }
  
  .background {
    background: url(''); /* URL belum diisi */
    background-position: center;
    background-size: cover;
    filter: blur(10px);
    height: 105%;
    position: relative;
    width: 105%;
    top: -2.5%;
    left: -2.5%;
    right: -2.5%;
    bottom: -2.5%;
  }
  
  /* Global */
  * {
    box-sizing: border-box;
    cursor: default;
    outline: none;
  }
  
  /* Form styling */
  form {
    background: #111;
    border: 1px solid #191919;
    border-radius: 0.4em;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.2);
    height: 267px;
    width: 357px;
    margin: auto;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  form:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    width: 150px;
    height: 1px;
    background: linear-gradient(to right, #111111, #444444, #b6b6b8, #444444, #2F2F2F, #272727);
  }
  
  form:before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 34%;
    width: 8px;
    height: 5px;
    border-radius: 50%;
    box-shadow: 0 0 6px 4px #fff;
  }
  
  .inset {
    padding: 20px;
    border-top: 1px solid #19191a;
  }
  
  form h1 {
    font-family: 'Audiowide';
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
    text-shadow: 0 1px 0 #000;
    border-bottom: 1px solid #000;
        color: #ffb900;
    font-weight: normal;
  }
  
  form h1.poweron {
    color: #ffffff;
    transition: all 0.5s;
    animation: flicker 1s ease-in-out 1 alternate, neon 1.5s ease-in-out infinite alternate;
    animation-delay: 0s, 1s;
  }
  
  form h1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    margin-left: 138px;
    width: 250px;
    height: 180px;
    pointer-events: none;
    transform: skew(20deg);
    background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0.1) 0%, hsla(0, 0%, 100%, 0) 100%);
  }
  
  /* Input fields */
  input[type="text"],
  input[type="password"] {
    width: 100%;
    padding: 8px 5px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #FFF;
    background: linear-gradient(#1f2124, #27292c);
    border: 1px solid #222;
    border-radius: 0.3em;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  
  input[type="text"]:disabled,
  input[type="password"]:disabled {
    color: #999;
  }
  
  /* Checkbox */
  label[for="remember"] {
    color: #bbb;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    padding-left: 5px;
  }
  
  .checkboxouter {
    height: 20px;
    width: 20px;
    background-color: #000;
    border: 2px solid #555;
    border-radius: 3px;
    display: inline-block;
    position: relative;
  }
  
  input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    background: red; /* Background sementara, bisa dihapus */
  }
  
  .checkbox {
    position: absolute;
    left: 50%;
    margin: auto;
    height: 10px;
    width: 5px;
    background-color: transparent;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    transform-origin: -35% 30%;
    transition: all 0.2s;
  }
  
  input[type="checkbox"]:checked ~ .checkbox {
    border-bottom: 2px solid #ffcc00;
    border-right: 2px solid #ffcc00;
    transition: all 0.3s;
  }
  
  /* p-container */
  .p-container {
    padding: 0 20px 20px;
  }
  .p-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .p-container span {
    float: left;
    padding-top: 8px;
    color: #0d93ff;
  }
  
  /* Submit button */
  input[type="submit"] {
    width: 100%;
    height: 40px;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: bold;
      color: #ffffff;
    background: #ffb900;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 10.3em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 10px 10px rgba(255, 255, 255, 0.1);
    cursor: pointer;
  }
  
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),
                inset 0 -10px 10px rgba(255,255,255,0.1);
  }
  
  /* Input hover/focus */
  input[type="text"]:hover:not([disabled]),
  input[type="text"]:focus,
  input[type="password"]:hover:not([disabled]),
  input[type="password"]:focus,
  label:hover ~ input[type="text"],
  label:hover ~ input[type="password"] {
    background: #27292c;
  }
  
  /* Neon & Flicker animations */
  @keyframes neon {
    from {
      text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00,
                   0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }
    to {
      text-shadow: 0 0 3px #fff, 0 0 7px #fff, 0 0 13px #fff, 0 0 17px #B6FF00,
                   0 0 33px #B6FF00, 0 0 38px #B6FF00, 0 0 48px #B6FF00, 0 0 63px #B6FF00;
    }
  }
  
  @keyframes flicker {
    0% {
      text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00,
                   0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }
    2% { text-shadow: none; }
    8% {
      text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00,
                   0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }
    10% { text-shadow: none; }
    20% {
      text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00,
                   0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }
    22% { text-shadow: none; }
    24% {
      text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00,
                   0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }
    28% { text-shadow: none; }
    32% {
      text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00,
                   0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }
    34% { text-shadow: none; }
    36% { text-shadow: none; }
    42% { text-shadow: none; }
    100% {
      text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #B6FF00,
                   0 0 17.5px #B6FF00, 0 0 20px #B6FF00, 0 0 25px #B6FF00, 0 0 37.5px #B6FF00;
    }
  }
  