@charset "UTF-8";
/* CSS Document */
#areaBelowHeader {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#homeLogo {
  width: 50%;
  margin: 5% auto 0;
  text-align: center;
}
#homeLogo img {
  width: 100%;
  max-width: 400px;
}
form {
  margin: 36px auto 0;
}
.create {
  text-align: center;
  font-size: 14px;
  margin-top: 2em;
}
.create a {
  margin-left: 10px;
}
.rememberForget {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 0px;
}
@media only screen and (max-width: 600px) {
  #homeLogo {
    width: 60%;
    margin-top: 7vw;
  }
}
#ac-gn-bag-small {
  display: none !important;
}