.in-holiday-theme .a-login-container {
  background-color: #6D0200 !important;
}

.in-holiday-theme .a-login-form p {
  color: #fff !important;
}

.in-holiday-theme .a-login-form .a-btn {
  background-color: #F24133 !important;
}

.in-holiday-theme .a-login-form .a-btn:hover {
  background-color: #ff4737 !important;
}

.in-holiday-theme .login-footer {
  color: #fff !important;
}

.jose-mari-chan {
  position: fixed;
  top: 0px;
  right: -195px;
  z-index: 9999;
  height: auto;
  width: 110px;
  transition: all 0.5s ease-in-out;
  transform: scaleX(-1);
}

.jose-mari-chan.show {
  right: 0px;
}