@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap");
/* line 3, app/assets/stylesheets/devise/../sessions.scss */
.recaptcha-error {
  color: red;
  font-weight: bold;
  background: pink;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/devise/../sessions.scss */
body {
  background: radial-gradient(#fcceb0, #F5731E);
}

/* line 17, app/assets/stylesheets/devise/../sessions.scss */
.sign-in, .forgot-password, .support {
  padding-top: 30px;
}

/* line 21, app/assets/stylesheets/devise/../sessions.scss */
.sign-up {
  padding-top: 5%;
  padding-bottom: 5%;
}

/* line 26, app/assets/stylesheets/devise/../sessions.scss */
.card {
  box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
}

/* line 30, app/assets/stylesheets/devise/../sessions.scss */
.error {
  color: red;
}

/* line 34, app/assets/stylesheets/devise/../sessions.scss */
.center {
  text-align: center;
}
