@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300);

/*
Identity by HTML5 UP
Theme: TikTok Dark
Background behavior: ORIGINAL
*/

/* Reset */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, footer, header, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  background: #0F0F0F;
}

ol, ul {
  list-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* ===== BACKGROUND (ASLI, JANGAN DIUBAH) ===== */
.layer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.18;
  background: url("images/PARADOX_TEAM.png");
  background-size: contain;
}

/* Typography */
body, input, select, textarea {
  color: #E5E5E5;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #25F4EE;
}

strong, b {
  color: #FFFFFF;
}

p {
  margin: 0 0 1.5em 0;
}

h1 {
  font-size: 1.85em;
  letter-spacing: 0.22em;
  margin: 0 0 0.525em 0;
  color: #FFFFFF;
}

/* Button */
button,
input[type="submit"],
.button {
  appearance: none;
  height: 2.75em;
  line-height: 2.75em;
  padding: 0 1.5em;
  background: #000000;
  border-radius: 4px;
  border: 2px solid #25F4EE;
  color: #25F4EE;
  cursor: pointer;
}

button:hover {
  background: #25F4EE;
  color: #000000;
}

/* ===== MAIN CARD (FIX KOTAK HITAM) ===== */
#main {
  position: relative;
  max-width: 77%;
  min-width: 27em;
  margin: 0 auto;
  padding: 1.5em 3em 3em;

  /* INI KUNCINYA */
  background: rgba(20, 20, 20, 0.78);

  border-radius: 6px;
  text-align: center;

  /* subtle separation */
  box-shadow: 0 0 0 1px rgba(255,255,255,0.04);
}

/* Avatar */
#main .avatar {
  margin-bottom: 1.5em;
}

#main .avatar img {
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  border: 3px solid #25F4EE;
  padding: 6px;
}

/* Wrapper (ASLI) */
#wrapper {
  position: relative;
  min-height: 100%;
  padding: 1.5em;
  z-index: 2;
}

/* Mobile */
@media screen and (max-width: 480px) {
  body {
    font-size: 10pt;
    line-height: 1.75;
  }

  #main {
    width: 100%;
    min-width: 0;
    padding: 1em 2em 2.5em;
    background: rgba(20, 20, 20, 0.72);
  }

  #main .avatar img {
    max-width: 60%;
  }

  .layer {
    opacity: 0.14;
  }
}
