/* line 15, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.blue-color {
  color: #0096FF;
}

/* line 18, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.purple-color {
  color: #bb3264;
}

/* line 21, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.white-color {
  color: #ffffff;
}

/* line 24, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.grey-color {
  color: #f2f2f2;
}

/* line 27, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.green-color {
  color: #00cc00;
}

/* line 30, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.red-color {
  color: #ff4d4d;
}

/* line 33, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.white-background-color {
  background-color: #ffffff;
}

/* line 36, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.blue-background-color {
  background-color: #0096FF;
}

/* line 39, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.purple-background-color {
  background-color: #bb3264;
}

/* line 42, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.grey-background-color {
  background-color: #f2f2f2;
}

/* line 45, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.dark-grey-background-color {
  background-color: #808080;
}

/* line 48, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.green-background-color {
  background-color: #f2f2f2;
}

/* line 51, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.red-background-color {
  background-color: #ff4d4d;
}

/* line 54, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.whitevector {
  fill: #ffffff;
}

/* line 57, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.purplevector {
  fill: #bb3264;
}

/* line 60, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.bluevector {
  fill: #0096FF;
}

/* line 64, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.greyvector {
  fill: #f2f2f2;
}

/* line 67, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.dark-greyvector {
  fill: #808080;
}

/* line 70, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.width-full {
  width: 100%;
}

/* line 73, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.min-width-half {
  min-width: 50%;
}

/* line 76, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.error-message {
  min-height: 1em;
  width: 100%;
  text-align: center;
  margin: 0.5em 0 0 0;
}

/* line 83, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.logo {
  padding: 8px 16px;
  display: flex;
}

/* line 90, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.yield-div {
  grid-column: 1/9;
  display: grid;
  grid-template-columns: 1vw repeat(6, 1fr) 1vw;
  grid-auto-rows: auto;
  grid-gap: 1em;
}

/* line 100, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
#form-center {
  grid-column: 4/6;
  display: flex;
}

/* line 108, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.session-form {
  width: 100%;
}

/* line 114, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
#form-div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding: 1em;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0.3em;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

/* line 128, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.forgotten-password {
  margin-top: 1em;
  grid-column: 4/6;
  grid-row: 3/4;
  text-align: center;
}

/* line 136, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.devise-shared-links {
  text-decoration: none;
  color: white;
  font-size: 1em;
}

/* line 143, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.field-input {
  width: calc((100% - 1vw)/2);
  margin-bottom: 1vw;
  width: 100%;
}

/* line 153, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.label-field-class {
  display: block;
  padding: 0.6em 0 0.3em 0;
  color: white;
  text-align: center;
  color: black;
  font-size: inherit;
}

/* line 161, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.input-field-class {
  height: 3em;
  width: 100%;
  font: inherit;
  border-radius: 0.3em;
  outline: none;
  border: 1px solid #bb3264;
  padding: 0.6em;
  background-color: white;
  filter: none;
}

/* line 177, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.form-buttons {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

/* line 183, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.btn-href-form {
  cursor: not-allowed;
  width: 100%;
  font: inherit;
  margin-top: 1em;
  border: none;
  border-radius: 0.3em;
  text-decoration: none;
  background-color: #808080;
  color: white;
  height: 3em;
}

/* line 197, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.g-recaptcha > div {
  width: auto !important;
}

/* line 203, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.form-buttons {
  width: 100%;
}

/* line 207, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.alert-warning {
  text-align: center;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 214, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 222, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.alert-warning span {
  float: right;
  cursor: pointer;
  font-size: 24px;
}

/* line 227, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
.reset-password {
  margin: 2em 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  /* line 236, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
  #form-center {
    grid-column: 3/7;
  }
}
@media (max-width: 640px) {
  /* line 242, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
  #form-center {
    grid-column: 2/8;
  }
}
@media (max-width: 390px) {
  /* line 247, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
  #recaptcha-container {
    transform: scale(0.8);
  }
}
@media (max-width: 340px) {
  /* line 253, /web/gr-front-end/app/assets/stylesheets/send_email.scss */
  #recaptcha-container {
    transform: scale(0.7);
  }
}
