body {
  margin: 0;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-image: url("../media/bg/white-textured-background-min.jpg") !important;
  background-size: cover;
}

.kt-login__logo img {
  max-height: 104px;
}

.spinner {
  margin-top: 250px;
  min-height: 250px;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}

.links > a {
  color: #636b6f;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.logo_home img {
  width: 100%;
  display: block;
  margin-top: 50%;
  margin-bottom: auto;
}

.versi p {
  width: 100%;
  margin-top: 90%;
  color: #636b6f;
  font-size: 16px;
  text-align: center;
}

.input-group i {
  color: rgba(255, 255, 255, 0.8);
}

.custom-icon {
  z-index: 3;
  position: absolute;
  left: auto;
  right: 24px;
  top: 42px;
}

.custom-icon:hover {
  cursor: pointer;
}

.connection-code-container {
  margin-top: 1.5rem;
  padding-left: 64px;
  padding-right: 64px;
  width: 100%;
}

.dropdown-container {
  width: 100%;
}

.dropdown-container select {
  width: 100%;
  background: transparent;
  padding-left: 1rem;
  color: rgba(35, 31, 32, 0.8);
  border: 1px solid rgba(35, 31, 32, 0.3);
  height: 34px;
  border-radius: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.round {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(transparent 70%, transparent 72%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  border-color: #ed1c24;
  outline: none;
}

.flow {
  padding: 16px;
  margin-bottom: 16px;
}
