@import "../cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.html";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&amp;display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto%20Condensed:400,500,700&amp;display=swap";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=9e9145798bfc6b7954a6cb7abc2ead67980260945baf1d129a2d2e98d0352745&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=9e9145798bfc6b7954a6cb7abc2ead67980260945baf1d129a2d2e98d0352745&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=9e9145798bfc6b7954a6cb7abc2ead67980260945baf1d129a2d2e98d0352745&fvd=n7&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?primer=9e9145798bfc6b7954a6cb7abc2ead67980260945baf1d129a2d2e98d0352745&fvd=n6&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/d?primer=9e9145798bfc6b7954a6cb7abc2ead67980260945baf1d129a2d2e98d0352745&fvd=n6&v=3")
      format("woff"),
    url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/a?primer=9e9145798bfc6b7954a6cb7abc2ead67980260945baf1d129a2d2e98d0352745&fvd=n6&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=9e9145798bfc6b7954a6cb7abc2ead67980260945baf1d129a2d2e98d0352745&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=9e9145798bfc6b7954a6cb7abc2ead67980260945baf1d129a2d2e98d0352745&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=9e9145798bfc6b7954a6cb7abc2ead67980260945baf1d129a2d2e98d0352745&fvd=n4&v=3")
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?primer=9e9145798bfc6b7954a6cb7abc2ead67980260945baf1d129a2d2e98d0352745&fvd=i4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?primer=9e9145798bfc6b7954a6cb7abc2ead67980260945baf1d129a2d2e98d0352745&fvd=i4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?primer=9e9145798bfc6b7954a6cb7abc2ead67980260945baf1d129a2d2e98d0352745&fvd=i4&v=3")
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
* {
  border: 0;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.bold {
  font-weight: 700;
}
html {
  margin: 0;
  padding: 0;
}
body {
  background-color: #000;
  background-attachment: fixed !important;
  background-size: cover !important;
  margin: 0;
  padding: 0;
}

.marginForTop {
  padding-top: 75px;
}

.container-outer {
  box-sizing: border-box;
  margin: 0 auto;
  /* padding-top: 52px; */
  width: 550px;
}

.container-wrapper {
  padding: 20px;
}

.container-inner {
  box-sizing: border-box;
  margin: 20px 0;
}
.container-content {
  background-color: #0e212e;
  /* border: 2px solid; */
  /* border: 1px solid #00020e;
  border-bottom: 1px solid #1c2456;
  border-left: 1px solid #151d4e;
  border-right: 1px solid #151d4e; */
}
.centered {
  text-align: center;
}
.header-logo {
  width: 20%;
  /* border-radius: 15px; */
  /* margin-bottom: 10px; */
}
@media (max-width: 959px) {
  .container-outer {
    width: 95%;
  }
  .container-content {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
.container-heading {
  background-image: url(../i.imgur.com/VtVycxM.html);
  background-size: 2px;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  vertical-align: baseline;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
}
.container-heading2 {
  background-image: url(../i.imgur.com/VtVycxM.html);
  background-size: 2px;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  vertical-align: baseline;
  height: 48px;
  color: #fff;
}
.activity-row {
  display: inline-block;
  margin: 10px 0;
}
.activity-text-block {
  height: 24px;
  padding: 0 0 0 4px;
  display: inline-block;
}
.flag {
  display: none;
  vertical-align: middle;
  width: 20px;
  height: 11px;
}
.activity-text-country {
  float: left;
  height: 24px;
  width: 32px;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
}
.field-container {
  margin: 20px 0;
}
.field-container1 {
  margin: 20px 0;
}
.field-text-pre {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: baseline;
  padding: 0 0 11px 5px;
  font-weight: 700;
}
.form-field {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  transition: all 0.15s linear;
  width: 100%;
}
.form-field-focused {
  border: 2px solid #99f;
  box-shadow: 0 0 4px 2px #99f;
}
.form-field-label {
  background-color: #fff;
  height: 42px;
  position: absolute;
  width: 42px;
}
.form-field-label > img {
  height: 100%;
  width: 100%;
}
.form-field-input {
  box-sizing: border-box;
  height: 42px;
  /* margin: 0 0 32px; */
  padding: 5px;
  width: 90%;
}

.focused {
  border: 3px solid blue;
  transition: all 0.15s linear;
}

.not-focused {
  border: 3px solid transparent;
  transition: all 0.15s linear;
}

.form-field-input > input {
  border: 0;
  font-size: 15px;
  height: 20px;
  margin: 0;
  padding: 6px;
  width: 100%;
}

.form-field-input-text {
  box-sizing: border-box;
  height: 42px;
  /* margin: 0 0 32px; */
  padding: 5px;
  width: 90%;
  display: flex;
  align-items: center;
}
.form-field-input-text > input {
  border: 0;
  font-size: 15px;
  height: 20px;
  margin: 0;
  padding: 6px;
  width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.form-field-select {
  background-color: #ddd;
  box-sizing: border-box;
  height: 42px;
}
.form-field-select > select {
  border: 0;
  font-size: 15px;
  height: 42px;
  margin: 0;
  width: 100%;
}
.form-field-select option {
  background-color: #fff;
  border: 0;
  font-size: 15px;
  height: 42px;
}

.form-button-active {
  background-color: #1375e1;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 200px;
  font-size: 20px;
  height: 52px;
  line-height: 52px;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  margin: 15px 0;
}
.form-button-active:hover {
  background-color: orange;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 200px;
  font-size: 20px;
  height: 52px;
  line-height: 52px;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
}

.form-button-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.form-button {
  width: 100%;
  background-color: #1375e1;
  /* text-transform: uppercase; */
  border-radius: 2px;
  color: #fff;
  display: flex;
  width: 4.75rem;
  font-size: 14px;
  height: 34px;
  /* line-height: 52px; */
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

.form-button a {
  text-decoration: none;
}
.form-button:hover {
  background-color: #124782;
  /* text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 200px;
  font-size: 20px;
  height: 52px;
  line-height: 52px;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer; */
}
.form-delimeter {
  width: 100%;
  border-top: 2px solid #ddd;
  margin: 10px 0;
}
.form-error-list-row {
  background-color: #fdd;
  border-left: 3px solid #a00;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  color: #bf0000;
  font-size: 14px;
  margin: 0 0 15px;
  padding: 8px;
}
.recent-activity {
  overflow: auto;
}
.recent-activity-row {
  color: #fff;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0;
  overflow: auto;
  text-align: center;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.recent-activity-timer {
  font-weight: 700;
  white-space: nowrap;
}
.generator-console {
  background-color: #111;
  color: orange;
  height: 160px;
  overflow-y: hidden;
  padding: 10px;
  vertical-align: base;
}
.generator-console-row {
  font-size: 12px;
  line-height: 1.25;
  padding: 2px;
}
.generator-console * {
  font-family: "proxima-nova", sans-serif;
}
@-moz-keyframes blue-circle-anim {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -3686px;
  }
}
@-webkit-keyframes blue-circle-anim {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -3686px;
  }
}
@keyframes blue-circle-anim {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -3686px;
  }
}
@-moz-keyframes blue-circle-loading-anim {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -2844px;
  }
}
@-webkit-keyframes blue-circle-loading-anim {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -2844px;
  }
}
@keyframes blue-circle-loading-anim {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -2844px;
  }
}
@-moz-keyframes green-checkmark-anim {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -630px;
  }
}
@-webkit-keyframes green-checkmark-anim {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -630px;
  }
}
@keyframes green-checkmark-anim {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -630px;
  }
}
#recaptcha-container {
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  color: #000;
  height: 74px;
  margin: 10px;
  max-width: 300px;
  min-width: 220px;
  position: relative;
}
#recaptcha-wrapper-inner {
  float: left;
  height: 74px;
  position: relative;
  width: 52px;
}
#recaptcha-checkbox {
  background-color: #fff;
  border: 2px solid #c1c1c1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1px;
  height: 24px;
  left: 12px;
  position: absolute;
  top: 22px;
  width: 24px;
}
#recaptcha-checkbox:hover {
  border: 2px solid #b1b1b1;
}
#recaptcha-maintext {
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  left: 52px;
  line-height: 17px;
  position: absolute;
  top: 29px;
  width: 100px;
}
#recaptcha-spinfast {
  -moz-animation: blue-circle-anim 0.8s steps(97);
  -webkit-animation: blue-circle-anim 0.8s steps(97);
  animation: blue-circle-anim 0.8s steps(97);
  background-image: url(images/recaptcha_blue-circle-anim.html);
  background-repeat: no-repeat;
  border: none;
  display: none;
  height: 36px;
  left: 8px;
  outline: 0;
  position: absolute;
  top: 18px;
  width: 36px;
}
#recaptcha-spinlong {
  -moz-animation: blue-circle-loading-anim 1.7s steps(79) infinite;
  -webkit-animation: blue-circle-loading-anim 1.7s steps(79) infinite;
  animation: blue-circle-loading-anim 1.7s steps(79) infinite;
  background-image: url(images/recaptcha_blue-circle-loading-anim.html);
  background-repeat: no-repeat;
  border: none;
  display: none;
  height: 36px;
  left: 8px;
  outline: 0;
  position: absolute;
  top: 18px;
  width: 36px;
}
#recaptcha-checkmark {
  -moz-animation: green-checkmark-anim 0.8s steps(21);
  -webkit-animation: green-checkmark-anim 0.8s steps(21);
  animation: green-checkmark-anim 0.8s steps(21);
  animation-fill-mode: both;
  background-image: url(images/recaptcha_checkmark.html);
  background-repeat: no-repeat;
  border: none;
  display: none;
  height: 30px;
  left: 7px;
  outline: 0;
  position: absolute;
  top: 24px;
  width: 38px;
}
#recaptcha-logo {
  background-image: url(data:image/png;base64,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);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  height: 32px;
  position: absolute;
  right: 24px;
  top: 10px;
  width: 32px;
}
#recaptcha-text {
  background-size: 32px 32px;
  color: #9b9b9b;
  cursor: default;
  font-family: "proxima-nova", sans-serif;
  font-size: 10px;
  font-weight: 400;
  height: 32px;
  line-height: 10px;
  margin-top: 5px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 42px;
  width: 58px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
}
#recaptcha-footer {
  bottom: 0;
  margin: 4px 13px 0 0;
  padding-right: 2px;
  position: absolute;
  right: 0;
  text-align: right;
}
#recaptcha-footer-text {
  color: #9b9b9b;
  font-family: "proxima-nova", sans-serif;
  font-size: 8px;
  font-weight: 400;
}
.fullscreen-wrapper {
  background-color: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fullscreen-wrapper-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.mydialog-outer {
  box-sizing: content-box;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  overflow: auto;
  border-radius: 3px;
}
.mydialog-inner {
  background-color: #fff;
  box-sizing: content-box;
  width: 100%;
}
.mydialog-inner-header {
  background-image: url(../images/navbg.html);
  background-size: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.23;
  padding: 12px;
  text-align: center;
}
.mydialog-inner-body {
  font-size: 14px;
  line-height: 1.38;
  margin: 15px 10px 5px;
  text-align: center;
}
.mydialog-inner-footer {
  margin: 0 auto;
  overflow: hidden;
}
.recaptcha-done-outer {
  color: #333;
  font-size: 15px;
  height: 96px;
  line-height: 1.23;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.recaptcha-done-inner {
  display: table-cell;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.onoff {
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
  width: 55px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
}
.onoff label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #fc1f1f;
  font-weight: 700;
  color: #fff;
  -webkit-transition: background 0.3s, text-indent 0.3s;
  -moz-transition: background 0.3s, text-indent 0.3s;
  -o-transition: background 0.3s, text-indent 0.3s;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 27px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
}
.onoff label:after {
  content: "NO";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fc1f1f;
  color: #fff;
}
.onoff label:before {
  content: "";
  width: 15px;
  height: 24px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.onoff input:checked + label {
  background: #28b815;
  text-indent: 8px;
}
.onoff input:checked + label:after {
  content: "YES";
  color: #fff;
}
.onoff input:checked + label:before {
  left: 37px;
}
.wrapper {
  display: flex;
  gap: 100px;
}
.left {
  flex: 1;
  font-size: 17px;
  margin-left: 10px;
}

.left .version-text {
  text-align: left;
}
.right {
  flex: 1;
}
.version-text {
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  color: orange;
  margin: 8px 8px 0 0;
}

.version-text2 {
  font-size: 12px;
  line-height: 17px;
  text-align: left;
  color: white;
  margin: 8px 8px 12px 0;
  background-color: #4d7afb;
  border-radius: 5px;
  padding: 7px;
  font-weight: bold;
}
.typewriter-text {
  overflow: hidden;
  color: orange;
  animation: typing 3s steps(18, end), blink 0.3s step-end infinite;
  white-space: nowrap;
  border-right: 4px solid orange;
  line-height: 17px;
  margin-top: 15px;
}
@keyframes typing {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes blink {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
.rounded {
  border-radius: 0.5rem !important;
}
.header-logo2 {
  height: auto;
  max-width: 90px;
  border-radius: 15px;
  filter: drop-shadow(0px 5px 3px #7e6565);
  animation: drop 1.5s ease;
}
.text-white-title {
  color: #fff !important;
  margin: auto;
  text-align: center;
  animation: drop 1.5s ease;
}
@keyframes drop {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
h1 {
  font-size: 1.5rem;
}
.proof {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.prooftext {
  margin-top: 30px;
  margin-bottom: 15px;
}
.verifytxt {
  margin-top: 30px;
  /* line-height: 1.3; */
}

.verifyspan {
  /* padding: 15px; */
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: justify;
  width: 100%;
  display: block;
}

.verify-info {
  padding: 15px;
}

/* background-color: #fdd;
  border-left: 3px solid #a00;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  color: #bf0000;
  font-size: 14px;
  margin: 0 0 15px;
  padding: 8px; */

.verify-warning {
  font-size: 14px;
  border: 1px solid #bf0000;
  background-color: #fdd;
  padding: 10px;
  margin: 10px 0;
  color: #bf0000;
  line-height: 1.5;
  text-align: justify;
  border-left: 3px solid #a00;
}

/* {
  margin: 0;
  padding: 0;
  background: #262626;
} */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-container {
  display: flex;
  width: 100%;
  justify-content: center;
  display: none;
  align-items: center;
  align-self: center;
  text-align: center;
}

.loader {
  text-align: center;
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid blue;
  border-right: 6px solid green;
  border-bottom: 6px solid red;
  border-left: 6px solid pink;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin: 15px 15px 30px;
}

.header-wrapper {
  width: 100%;
  box-shadow: 0 0 #000, 0 0 #000, 0 3px 3px -2px rgba(0, 0, 0, 0.2),
    0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 50;
  padding: 0;
  margin: 0;
  background-color: rgb(26, 44, 56);
}

.header-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-img {
  width: 120px;
  max-width: 160px;
  margin-top: 4px;
}

.button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 9px 0;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
}

.btn-masuk {
  display: flex;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 4.75rem;
  height: 34px;
  text-decoration: none;
}

.btn-daftar {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 #000, 0 0 #000, 0 0 #000, 0 0 #000,
    0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(0, 0, 0, 0.12),
    0px 1px 0px hsla(0, 0%, 100%, 0.04) inset;
  background-color: rgb(20, 117, 225);
  border-radius: 2px;
  width: 4.75rem;
  height: 34px;
}

.form-field {
  padding-left: 5px !important;
}

.btn-masuk:hover {
  background-color: #0f212e;
}

.btn-daftar:hover {
  background-color: #124782;
}

.swal2-daftar {
  background-color: #1475e1 !important;
}

.swal2-cancel {
  background-color: transparent !important;
  color: red !important;
  text-decoration: underline !important;
}

.swal2-html-container {
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}

.text-input {
  position: relative;
  width: 100%;
  padding: 10px;
}

@media (min-width: 1024px) and (max-width: 2000px) {
  .header-container {
    padding: 0 12em;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-container {
    padding: 0 2.5rem;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .header-container {
    padding: 0 1rem;
  }
  .form-field {
    padding-left: 6px !important;
  }
}
