.form-page {
  height: 100vh;
  background-image: url("../images/bg-kv-line.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  flex-direction: column;
}
.form-container {
  border: 1px solid #006846;
  margin: 0 auto;
  display: block;
}
.register-page .logo {
  width: 50%;
  max-width: 140px;
  margin: 40px auto 0;
  display: block;
}
.upload-page .logo {
  width: 60%;
  max-width: 380px;
  margin: 40px auto 0;
  display: block;
}

@media only screen and (max-width: 425px) {
  .form-page h5 {
    font-size: 1.15rem;
  }
}

/* Form */
.custom-form label {
  margin-bottom: 0;
  width: 100%;
  font-size: 0.75rem;
}
.custom-form p {
  margin: 0;
}
.custom-form .form-group {
  margin-bottom: 5px;
}
.custom-form input,
.custom-form input:focus {
  background: transparent;
  border: none;
  /* border-bottom: 1px solid #006846; */
  color: #f9e736;
  font-size: 0.85rem;
  width: 100%;
  line-height: 1;
  outline: none;
}
.custom-form select {
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
.variant-dropdown,
.custom-form select,
.custom-form select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/arrow.png");
  background-color: transparent;
  background-size: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  border: none;
  color: #f9e736;
  font-size: 0.85rem;
  width: 100%;
  line-height: 1;
  outline: none;
}
.variant-dropdown {
  padding-right: 10px;
}
.variant-dropdown .btn {
  color: #f9e736 !important;
  padding: 0;
}
.dropdown-menu {
  width: 100%;
  border-radius: 0;
  background-color: #159046;
}
.dropdown-menu a {
  color: #f9e736;
  text-decoration: none;
}
.dropdown-toggle::after {
  display: none;
}
.custom-form .custom-radio {
  color: #ffffff;
}
.custom-control-label::before {
  color: #f9e736;
}
.custom-control-label::before {
  top: 3px;
  left: -1.5rem;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background-color: #ffffff;
  border: #ffffff solid 4px;
}
.custom-control-label::after {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #f9e736;
  /* background-color: #f9e736; */
  background-color: #ffffff00;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: none;
}
.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.cell {
  border-bottom: 1px solid #006846;
  padding: 5px 20px 0;
}
.modal {
  background: rgb(0 0 0 / 76%);
}
.modal-body {
  overflow: hidden;
}
.modal-body hr {
  border-top: 1px solid rgb(69 115 79);
  width: 120%;
  max-width: 120%;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 10px 0;
  margin-left: -10%;
}
.custom-modal {
  background-color: transparent;
}
.custom-modal .modal-body {
  border-radius: 0px 0px 5px 5px;
  background-color: transparent;
  background-image: url("../images/bg-modal.png");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.custom-modal .modal-header {
  position: absolute;
  width: 100%;
  top: -20px;
  right: -8px;
}
.custom-modal .modal-header,
.custom-modal .modal-content,
.custom-modal .modal-footer {
  border: none;
}
.custom-modal .close {
  color: #ffffff;
  padding: 0;
  font-size: 2rem;
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
}
.custom-modal .close span {
  font-size: 1.5rem;
  color: #ffffff;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.5 !important;
}
@media only screen and (max-width: 425px) {
  .register h2 {
    font-size: 1.5rem;
  }
  .register p {
    font-size: 0.85rem;
  }
  .register-page .logo,
  .upload-page .logo {
    margin: 20px auto 0;
  }
  .register-page .btn-yellow,
  .upload-page .btn-yellow,
  .qr-page .btn-yellow {
    width: 90%;
  }
  .custom-modal .modal-header {
    top: -30px;
  }
}
