body {
  background: url("/common/img/src50/bg.jpg") center 0 repeat-y #000;
  background-size: cover;
  font-family: SourceSansPro-Regular;
  font-size: 16px;
}

html {
  -webkit-tap-highlight-color: #000;
}

.ipt-border {
  border: 3px solid #eaaa22;
  padding: 0.5em;
}

.form-control {
  border-radius: 0;
  border: 2px solid #f8ef6e;
  background: #000;
  font-weight: bold;
  color: #fff;
  font-family: SourceSansPro-Bold;
  font-size: 16px;
}

.form-control:focus {
  border: 2px solid #f8ef6e;
  background: #000;
  color: #fff;
}

::placeholder {
  color: #fff !important;
  opacity: 1;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}

.checkbox > span {
  color: #fff;
  text-align: justify;
}

.checkbox > input {
  margin-top: 0.5rem;
  height: 2rem;
  width: 5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid #f8ef6e;
  outline: none;
  transition-duration: 0.3s;
  background-color: #000;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}

.checkbox > input:checked:before {
  content: "\2713";
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  background-color: #000;
  width: 100%;
}

.btn-bg {
  background: url("/common/img/src50/btn-submit-with-lighting.png") center 0
    no-repeat;
  background-size: cover;
  height: 20rem;
  cursor: pointer;
}

.dropdown {
  width: 100%;
  border: 4px solid #eaaa22;
  margin-bottom: 15px;
  padding: 0.6em;
}

.dropdown .btn {
  padding: 0;
  border: 2px solid #f8ef6e;
  width: 100%;
  color: #fff;
  justify-content: flex-start;
  font-size: 16px;
  font-family: SourceSansPro-Bold;
  padding: 0.25em 0 0.25em 1em;
  border-radius: 0;
}

.dropdown .dropdown-menu {
  width: 95%;
  font-size: 16px;
  font-family: SourceSansPro-Bold;
}

.dropdown .dropdown-item {
  cursor: pointer;
}
.error {
  border: 2px solid #f00 !important;
}
.errorTxt {
  height: 1.8rem;
  overflow: hidden;
  color: #f00;
  font-style: italic;
}

.errorTxt > div {
  border: 0 !important;
}

.footer-date {
  font-size: 22px;
}
@media only screen and (max-width: 600px) {
  .checkbox > input {
    width: 10rem;
  }
  .footer-date {
    font-size: 16px;
  }
}
