@import url(https://fonts.googleapis.com/css?family=Spartan);

html {
  scroll-behavior: smooth;
}

.bg-ellipse {
  position: fixed;
  z-index: -1;
}

#ellipse-green {
  top: 8vh;
  left: -80px;
}

#ellipse-purple {
  bottom: 0;
  left: 18vw;
}

#ellipse-yellow {
  bottom: 0;
  right: 0;
}

#ellipse-pink {
  top: -50px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  #ellipse-pink {
    display: none;
  }
  
  .reg-field-label {
    text-align: left!important;
  }
}

.reg-field-card {
  padding: 200px 10px;
}

.reg-container {
  position: relative;
  z-index: 2;
  background-color: rgba(255,254,227,0.7);
  padding: 20px 0 50px 0;
  border-radius: 31px;
  font-family: Spartan, -apple-system, BlinkMacSystemFont;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
}

.reg-container-confirmation {
  padding:10vw;
}

.reg-heading {
  font-weight: 900;
  font-size: 40px;
}

.reg-heading-2 {
  font-weight: 900;
  font-size: 30px;
}

.error-msg {
  color: red;
  padding: 5px 50px;
  background-color: #ffe0e8;
  border-radius: 5px;
  border: 1px solid red;
  display: none;
}

.reg-summary-value {
  font-weight: 700;
  font-size: 25px;
  text-align: right;
}

.reg-field-label {
  font-weight: 700;
  font-size: 25px;
}

.reg-field {
  width: 100%;
  background-color: inherit;
  border: none;
  border-bottom: 1px solid;
  font-size: 25px;
}

.date-placeholder:before {
  content: attr(placeholder) !important;
  color: #888;
  margin-right: 0.5em;
}

.reg-next {
  margin-top: 50px;
  color: black !important;
  text-align: center;
  line-height: 82px;
  font-size: 36px;
  width: 265px;
  height: 82px;
  border-radius: 49px;
  font-weight: bold;
  background-color: #FFFEE3;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  border: none;
  text-decoration: none !important;
}

.large-margin-top {
  margin-top: 150px;
}

.sub-text{
  font-size:15px;
  font-weight:200;
}

.reg-done {
  margin-top: 50px;
  font-size: 20px;
  width: 300px;
  height: 70px;
  border-radius: 49px;
  font-weight: bold;
  background-color: #FFFEE3;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  border: none;
  text-decoration: none;
}

#reg-confirmation, #reg-store-owner-card, #reg-volunteer-card {
  display: none;
}
