html.main-page{
  height:100%;
}
.main-body{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
}
.logo-container{
  max-width: 584px;
  margin:0 auto;
}
.logo-main{
  min-width: 66%;
}
.logo-dimensions{
  margin: 0 auto;
}
img.logo{
  max-height: 92px;
  padding: 20px 0;
}
.input-container{
  justify-content: center;
  max-width: 584px;
  width: 100%;
  margin: 0 auto;
}
.input-container .main-content-wrapper{
  max-width: 584px;
  text-align: center;
}
.email-field{
  font-size:16px;
  height: 44px;
  border-radius:24px;
  padding-left:40px;
}
input.email-field:focus{
  box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
  border-color: rgba(223,225,229,0);
  outline: none;
}
.icon-input{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 18px;
  padding-top: 14px;
  padding-right:13px;
  color: darkgray;

}
.input-area{
  position: relative;
  margin: 20px 20px; 
}
.shake-invalid {
  outline-color: red;
  -webkit-animation: shake .5s linear;
}

@-webkit-keyframes shake {
  8%, 41% { -webkit-transform: translateX(-10px); }
  25%, 58% { -webkit-transform: translateX(10px); }
  75% { -webkit-transform: translateX(-5px); }
  92% { -webkit-transform: translateX(5px); }
  0%, 100% { -webkit-transform: translateX(0); }
}

@media screen and (min-width:767px){
  .input-area{
    position: relative;
    margin: 26px; 
  }
  .input-area{
    position: relative;
  }
}

body {
  line-height: 1.4em;
}
.responsive {
  width: 100%;
}
.container {
  max-width: 1200px;
}
header {
  background-color: white;
  /* border-bottom: 1px solid #CBCBCB; */
  /* position: fixed; */
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.warning-wrapper {
  color: #969696;
  margin-top: 14px;
  margin-bottom: 28px;
}
h1 {
  font-size: 42px;
  margin: 30px 0;
}
h2 {
  margin: 0px;
  line-height: 1.2em;
  font-size: 24px;
}
ul {
  margin: 0;
}
ul li {
  font-size: 20px;
  margin-top: 20px;
}
body {
  /* padding-top: 115px; */
  padding-bottom: 100px;
}
.date-panel {
  border-radius: 10px;
  margin: 10px 0 40px 0;
  padding: 20px 20px 25px 20px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.current-date-panel {
  background-color: #D9FDD1;
}
.next-dates-panel {
  background-color: #FFF7AB;
}