/**
 * Color
 */
/**
 * Font size
 */
/**
 * Screen size
 */
label {
  text-transform: uppercase;
  font-family: 'TATSANA CHON-REG';
}
h1 {
  color: #b9aa7f;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 2.25rem;
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  h1 {
    margin-bottom: .5rem;
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  h1 {
    margin-bottom: .5rem;
    font-size: 30px;
  }
}
.login--detail {
  margin-bottom: 2.25rem;
}
@media (max-width: 576px) {
  .login--detail {
    margin-bottom: 1rem;
    font-size: 12px;
  }
}
.login--detail p {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 576px) {
  .login--form {
    padding: 0 1rem;
  }
}
.login--form .title {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: #86672d;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .login--form .title {
    text-align: left;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .login--form .title {
    margin: 0;
  }
}
.login--form .form-control {
  min-height: 2rem;
  margin: 1rem 0;
  border-radius: unset;
  border: solid 0.5px #86672d;
}
.login--form .form-control::placeholder {
  font-weight: bold;
  color: #b0b0b0;
  font-size: 16px;
  opacity: 1;
}
.login--button {
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 14px;
  background-color: #19387d;
  border: solid 0.5px #19387d;
  box-shadow: 0px 2px 23.3px 0.7px rgba(107, 82, 36, 0.4);
  padding: .8rem 2rem;
}
@media (max-width: 576px) {
  .login--button {
    font-size: 12px;
  }
}
.login--link {
  font-family: 'TATSANA CHON-BLD';
  font-size: 16px;
  color: #9a332b;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .login--link {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .login--link {
    font-size: 10px;
  }
}
.login--link:hover {
  color: #9a332b;
}
.login--keep-me input {
  color: #197b30;
}
.login--keep-me label {
  font-size: 12px;
  font-weight: bold;
  color: #86672d;
}
.login-row-reverse {
  margin-bottom: 4rem;
}
.login-row-reverse a {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .login-row-reverse a::after {
    content: '?';
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .login-row-reverse {
    padding: 0 4rem 0 11.25rem;
  }
}
@media (max-width: 768px) {
  .login-row-reverse {
    margin-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .login-row-reverse {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
}
.login--register-here {
  margin: 2rem auto;
}
.login--register-here p {
  display: inline;
}
@media (max-width: 576px) {
  .login--register-here p {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
  }
}
.modal--tat {
  border: unset;
  padding: 1rem;
}
.modal--tat .modal-header {
  color: #6b5224;
  border: none;
  display: block;
}
.modal--tat .modal-header .close--button {
  font-size: 14px;
}
.modal--tat .modal-header .close--button * {
  cursor: pointer;
}
.modal--tat .modal-header .modal-title {
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .modal--tat .modal-header .modal-title {
    font-size: 18px;
  }
}
.modal--tat .modal-content {
  border: none;
  border-radius: unset;
}
.modal--tat .modal-footer {
  border: none;
}
