/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* line 5, app/assets/stylesheets/modern/authentication/_reset.scss */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

/* line 11, app/assets/stylesheets/modern/authentication/_reset.scss */
*:before, *:after {
  box-sizing: inherit;
}

/* line 17, app/assets/stylesheets/modern/authentication/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

/* line 33, app/assets/stylesheets/modern/authentication/_reset.scss */
template {
  display: none;
}

/* line 37, app/assets/stylesheets/modern/authentication/_reset.scss */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 42, app/assets/stylesheets/modern/authentication/_reset.scss */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}

/* line 49, app/assets/stylesheets/modern/authentication/_reset.scss */
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

/* line 57, app/assets/stylesheets/modern/authentication/_reset.scss */
img,
iframe {
  border: 0 none;
}

/* line 62, app/assets/stylesheets/modern/authentication/_reset.scss */
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 68, app/assets/stylesheets/modern/authentication/_reset.scss */
b,
strong {
  font-weight: bold;
}

/* line 73, app/assets/stylesheets/modern/authentication/_reset.scss */
address {
  font-style: normal;
}

/* line 77, app/assets/stylesheets/modern/authentication/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 81, app/assets/stylesheets/modern/authentication/_reset.scss */
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer;
}

/* line 92, app/assets/stylesheets/modern/authentication/_reset.scss */
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

/* line 100, app/assets/stylesheets/modern/authentication/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 106, app/assets/stylesheets/modern/authentication/_reset.scss */
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  appearance: none;
}

/* line 125, app/assets/stylesheets/modern/authentication/_reset.scss */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  appearance: none;
}

/* line 130, app/assets/stylesheets/modern/authentication/_reset.scss */
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/* line 136, app/assets/stylesheets/modern/authentication/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 149, app/assets/stylesheets/modern/authentication/_reset.scss */
button,
select {
  text-transform: none;
}

/* line 154, app/assets/stylesheets/modern/authentication/_reset.scss */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 160, app/assets/stylesheets/modern/authentication/_reset.scss */
nav ul,
nav ol {
  list-style: none outside none;
}

/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
/* line 5, app/assets/stylesheets/modern/authentication/_base.scss */
body {
  min-width: 320px;
  background: #ffdfd4;
  font-family: "omnes-pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.7;
  color: #060606;
}

/* line 12, app/assets/stylesheets/modern/authentication/_base.scss */
body.is-fixed {
  /* position: fixed; */
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: hidden;
}

/* line 23, app/assets/stylesheets/modern/authentication/_base.scss */
a {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.3s;
}

/* line 28, app/assets/stylesheets/modern/authentication/_base.scss */
a:hover, a[href^='tel'] {
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/modern/authentication/_base.scss */
h1 {
  font-size: 67px;
}

@media (max-width: 1023px) {
  /* line 34, app/assets/stylesheets/modern/authentication/_base.scss */
  h1 {
    font-size: 45px;
  }
}

/* line 41, app/assets/stylesheets/modern/authentication/_base.scss */
h2 {
  font-size: 52px;
}

@media (max-width: 767px) {
  /* line 41, app/assets/stylesheets/modern/authentication/_base.scss */
  h2 {
    font-size: 40px;
  }
}

/* line 49, app/assets/stylesheets/modern/authentication/_base.scss */
h3 {
  font-size: 40px;
}

@media (max-width: 767px) {
  /* line 49, app/assets/stylesheets/modern/authentication/_base.scss */
  h3 {
    font-size: 36px;
  }
}

/* line 57, app/assets/stylesheets/modern/authentication/_base.scss */
h4 {
  font-size: 30px;
}

/* line 61, app/assets/stylesheets/modern/authentication/_base.scss */
h5 {
  font-size: 25px;
}

/* line 65, app/assets/stylesheets/modern/authentication/_base.scss */
h6 {
  font-size: 26px;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
/* line 5, app/assets/stylesheets/modern/authentication/_header.scss */
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  height: 150px;
  padding-top: 50px;
  transition: background 0.3s, box-shadow 0.3s, padding 0.3s;
  position: absolute;
  right: 0;
  left: 0;
}

/* line 17, app/assets/stylesheets/modern/authentication/_header.scss */
.header .logo {
  width: 180px;
  height: 56px;
}

/* line 21, app/assets/stylesheets/modern/authentication/_header.scss */
.header .logo img {
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
/* line 5, app/assets/stylesheets/modern/authentication/_wrapper.scss */
.wrapper {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
/* line 6, app/assets/stylesheets/modern/authentication/_section.scss */
.section .section__title {
  font-family: "smoothy", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.38;
}

/* line 14, app/assets/stylesheets/modern/authentication/_section.scss */
.section .section__title--letter-spacing {
  letter-spacing: 0;
}

/* ------------------------------------------------------------ *\
	Section Pink
\* ------------------------------------------------------------ */
/* line 24, app/assets/stylesheets/modern/authentication/_section.scss */
.section--pink {
  background-color: #ffd7ca;
}

/* line 26, app/assets/stylesheets/modern/authentication/_section.scss */
.section--pink:before, .section--pink:after {
  background-color: #ffd7ca;
}

/* ------------------------------------------------------------ *\
	Shapes
\* ------------------------------------------------------------ */
/* line 5, app/assets/stylesheets/modern/authentication/_shape.scss */
.shapes {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 17, app/assets/stylesheets/modern/authentication/_shape.scss */
  .shapes {
    display: none;
  }
}

/* line 22, app/assets/stylesheets/modern/authentication/_shape.scss */
.shape {
  position: absolute;
  pointer-events: none;
}

/* line 25, app/assets/stylesheets/modern/authentication/_shape.scss */
.shape svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 32, app/assets/stylesheets/modern/authentication/_shape.scss */
.shape--yellow {
  top: 50%;
  left: -120px;
  width: 264px;
  height: 235px;
}

/* line 39, app/assets/stylesheets/modern/authentication/_shape.scss */
.shape--blue {
  width: 190px;
  height: 219px;
  right: -124px;
  top: 35%;
}

/* ------------------------------------------------------------ *\
	Section Angle
\* ------------------------------------------------------------ */
/* line 5, app/assets/stylesheets/modern/authentication/_angle.scss */
.section--angle {
  position: relative;
  z-index: 10;
}

/* line 9, app/assets/stylesheets/modern/authentication/_angle.scss */
.section--angle:before, .section--angle:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffdfd4;
}

/* line 22, app/assets/stylesheets/modern/authentication/_angle.scss */
.section--angle:after {
  transform: skewY(-3deg);
  transform-origin: top left;
  width: 100%;
  height: 200px;
}

/* line 32, app/assets/stylesheets/modern/authentication/_angle.scss */
.section--angle-top:after {
  display: none;
}

@media (max-width: 1023px) {
  /* line 36, app/assets/stylesheets/modern/authentication/_angle.scss */
  .section--angle-top:before {
    top: -35px;
  }
}

/* line 44, app/assets/stylesheets/modern/authentication/_angle.scss */
.section--angle-bottom:before {
  display: none;
}

/* line 50, app/assets/stylesheets/modern/authentication/_angle.scss */
.section--angle-reverse:before {
  transform: skewY(1deg);
  top: -25px;
}

/* line 55, app/assets/stylesheets/modern/authentication/_angle.scss */
.section--angle-reverse:after {
  transform: skewY(-1deg);
  bottom: -40px;
}

/* line 63, app/assets/stylesheets/modern/authentication/_angle.scss */
.section--angle-bottom-reverse:after {
  transform: skewY(-1deg);
  bottom: -40px;
}

/* line 70, app/assets/stylesheets/modern/authentication/_angle.scss */
.section--angle-top-reverse:before {
  transform: skewY(1deg);
  top: -25px;
}

/* line 1, app/assets/stylesheets/modern/authentication/_content.scss */
.auth-content {
  background-color: #ffd7ca;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  padding: 240px 20px 40px 20px;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
/* line 6, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .footer__inner {
  padding: 89px 0 75px;
  background-color: #31cbc7;
}

@media (max-width: 767px) {
  /* line 6, app/assets/stylesheets/modern/authentication/_footer.scss */
  .footer .footer__inner {
    padding: 115px 0 58px;
  }
}

/* line 14, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .footer__inner .shell {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  /* line 14, app/assets/stylesheets/modern/authentication/_footer.scss */
  .footer .footer__inner .shell {
    flex-direction: column;
  }
}

/* line 25, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .footer__nav h6 {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 3px;
}

/* line 31, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .footer__nav ul {
  list-style-type: none;
}

/* line 35, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .footer__nav a {
  font-size: 16px;
  color: #346261;
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .footer__nav a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/modern/authentication/_footer.scss */
  .footer .footer__nav {
    text-align: center;
  }
}

/* line 49, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .footer__bar {
  padding: 23px 24px 24px;
  background-color: #2e2e2e;
  color: #747474;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1200px) {
  /* line 49, app/assets/stylesheets/modern/authentication/_footer.scss */
  .footer .footer__bar {
    padding: 17px 15px 20px;
  }
}

@media (max-width: 1023px) {
  /* line 49, app/assets/stylesheets/modern/authentication/_footer.scss */
  .footer .footer__bar {
    flex-direction: column;
    justify-content: center;
    padding: 34px 30px 30px;
  }
}

@media (max-width: 374px) {
  /* line 49, app/assets/stylesheets/modern/authentication/_footer.scss */
  .footer .footer__bar {
    padding: 34px 10px 30px;
  }
}

/* line 72, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .footer__content {
  display: flex;
}

@media (max-width: 1023px) {
  /* line 72, app/assets/stylesheets/modern/authentication/_footer.scss */
  .footer .footer__content {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 81, app/assets/stylesheets/modern/authentication/_footer.scss */
  .footer .footer__nav + .footer__nav {
    margin-top: 54px;
  }
}

/* line 87, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .socials {
  margin-right: 26px;
  display: flex;
  font-size: 21px;
}

/* line 92, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .socials svg {
  font-size: 24px;
}

/* line 96, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .socials ul {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  /* line 87, app/assets/stylesheets/modern/authentication/_footer.scss */
  .footer .socials {
    margin: 0 auto 27px;
  }
}

/* line 107, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .list-terms {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  /* line 107, app/assets/stylesheets/modern/authentication/_footer.scss */
  .footer .list-terms {
    display: block;
  }
}

/* line 116, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .footer__we-r-pr {
  display: flex;
  align-items: center;
  margin-right: 26px;
}

/* line 121, app/assets/stylesheets/modern/authentication/_footer.scss */
.footer .footer__we-r-pr img {
  height: 24px;
}

@media (max-width: 1023px) {
  /* line 116, app/assets/stylesheets/modern/authentication/_footer.scss */
  .footer .footer__we-r-pr {
    margin: 0 auto 27px;
  }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
/* line 5, app/assets/stylesheets/modern/authentication/_list.scss */
[class^='list-'] {
  list-style: none outside none;
}

/* List logos */
/* line 11, app/assets/stylesheets/modern/authentication/_list.scss */
.list-logos {
  text-align: center;
}

/* line 13, app/assets/stylesheets/modern/authentication/_list.scss */
.list-logos li {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  /* line 13, app/assets/stylesheets/modern/authentication/_list.scss */
  .list-logos li {
    display: block;
    margin-top: 54px;
  }
}

/* line 23, app/assets/stylesheets/modern/authentication/_list.scss */
.list-logos li + li {
  margin-left: 120px;
}

@media (max-width: 1023px) {
  /* line 23, app/assets/stylesheets/modern/authentication/_list.scss */
  .list-logos li + li {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  /* line 23, app/assets/stylesheets/modern/authentication/_list.scss */
  .list-logos li + li {
    margin-left: 0;
  }
}

/* List Terms */
/* line 39, app/assets/stylesheets/modern/authentication/_list.scss */
.list-terms li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
}

@media (max-width: 1023px) {
  /* line 47, app/assets/stylesheets/modern/authentication/_list.scss */
  .list-terms li:first-child {
    display: block;
    margin-bottom: 13px;
  }
  /* line 52, app/assets/stylesheets/modern/authentication/_list.scss */
  .list-terms li:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

/* line 60, app/assets/stylesheets/modern/authentication/_list.scss */
.list-terms li + li {
  margin-left: 9px;
  padding-left: 16px;
  border-left: 1px solid #747474;
}

@media (max-width: 374px) {
  /* line 60, app/assets/stylesheets/modern/authentication/_list.scss */
  .list-terms li + li {
    margin-left: 0;
    padding-left: 5px;
  }
}

/* line 72, app/assets/stylesheets/modern/authentication/_list.scss */
.list-terms a:hover {
  text-decoration: none;
}

@media (max-width: 1023px) {
  /* line 38, app/assets/stylesheets/modern/authentication/_list.scss */
  .list-terms {
    text-align: center;
  }
}

/* List Radios */
/* line 85, app/assets/stylesheets/modern/authentication/_list.scss */
.list-radios li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
/* line 6, app/assets/stylesheets/modern/authentication/_socials.scss */
.socials ul {
  list-style: none;
}

/* line 8, app/assets/stylesheets/modern/authentication/_socials.scss */
.socials ul li {
  display: inline-block;
  vertical-align: middle;
}

/* line 13, app/assets/stylesheets/modern/authentication/_socials.scss */
.socials ul li + li {
  margin-left: 7px;
}

/* line 19, app/assets/stylesheets/modern/authentication/_socials.scss */
.socials i svg {
  color: #7e7e7e;
  transition: fill 0.3s;
}

/* line 28, app/assets/stylesheets/modern/authentication/_socials.scss */
.socials a:hover i svg {
  fill: #fff;
}

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* line 5, app/assets/stylesheets/modern/authentication/_form.scss */
.form {
  position: relative;
  z-index: 5;
  width: 600px;
}

/* line 10, app/assets/stylesheets/modern/authentication/_form.scss */
.form .form__title {
  font-family: "smoothy", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 52px;
}

/* line 17, app/assets/stylesheets/modern/authentication/_form.scss */
.form .form__title--subtitle {
  font-size: 24px;
  margin-top: 20px;
}

/* line 22, app/assets/stylesheets/modern/authentication/_form.scss */
.form .form__title--center {
  width: 100%;
  text-align: center;
}

/* line 27, app/assets/stylesheets/modern/authentication/_form.scss */
.form .form__description {
  text-align: center;
  padding: 20px 0;
  max-width: 400px;
  margin: 0 auto;
}

/* line 34, app/assets/stylesheets/modern/authentication/_form.scss */
.form .form__row {
  max-width: 400px;
  margin: 20px auto 0 auto;
}

/* line 39, app/assets/stylesheets/modern/authentication/_form.scss */
.form .form__foot {
  margin-top: 30px;
  text-align: center;
}

/* line 44, app/assets/stylesheets/modern/authentication/_form.scss */
.form .form__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  font-size: 15px;
  margin: 10px auto 0 auto;
}

/* line 52, app/assets/stylesheets/modern/authentication/_form.scss */
.form .form__actions a {
  color: #FD605D;
}

/* line 57, app/assets/stylesheets/modern/authentication/_form.scss */
.form .form__postscript {
  font-size: 16px;
  color: #FD605D;
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

/* line 66, app/assets/stylesheets/modern/authentication/_form.scss */
.form--intro {
  width: 900px;
}

@media (max-width: 767px) {
  /* line 71, app/assets/stylesheets/modern/authentication/_form.scss */
  .form {
    width: 450px;
  }
  /* line 74, app/assets/stylesheets/modern/authentication/_form.scss */
  .form .form__description {
    width: 350px;
  }
}

@media (max-width: 374px) {
  /* line 81, app/assets/stylesheets/modern/authentication/_form.scss */
  .form {
    width: 100%;
  }
  /* line 84, app/assets/stylesheets/modern/authentication/_form.scss */
  .form .form__description {
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
}

/* ------------------------------------------------------------ *\
Form Elements
\* ------------------------------------------------------------ */
/* line 5, app/assets/stylesheets/modern/authentication/_form-elements.scss */
input::placeholder {
  color: inherit;
  opacity: 1;
}

/* line 10, app/assets/stylesheets/modern/authentication/_form-elements.scss */
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

/* line 15, app/assets/stylesheets/modern/authentication/_form-elements.scss */
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* line 20, app/assets/stylesheets/modern/authentication/_form-elements.scss */
input:-ms-input-placeholder {
  color: #c0c0c0;
}

/* line 24, app/assets/stylesheets/modern/authentication/_form-elements.scss */
.field {
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  border: none;
  padding: 11px 17px 13px;
  text-align: center;
}

/* line 34, app/assets/stylesheets/modern/authentication/_form-elements.scss */
.field::placeholder {
  color: #c0c0c0;
}

/* line 39, app/assets/stylesheets/modern/authentication/_form-elements.scss */
.textarea {
  height: 100%;
  resize: none;
}

@media (max-width: 1023px) {
  /* line 39, app/assets/stylesheets/modern/authentication/_form-elements.scss */
  .textarea {
    min-height: 250px;
  }
}

/* line 48, app/assets/stylesheets/modern/authentication/_form-elements.scss */
.radio-btn input {
  position: absolute;
  opacity: 0;
}

/* line 53, app/assets/stylesheets/modern/authentication/_form-elements.scss */
.radio-btn label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.09px;
  padding: 2px 11px 2px;
  background-color: #fcb797;
  border-radius: 14px;
  color: #fff;
  transition: background 0.3s;
}

/* line 63, app/assets/stylesheets/modern/authentication/_form-elements.scss */
.radio-btn label:hover {
  background-color: #fd605d;
}

/* line 68, app/assets/stylesheets/modern/authentication/_form-elements.scss */
.radio-btn input:checked ~ label {
  background-color: #fd605d;
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
/* line 5, app/assets/stylesheets/modern/authentication/_btn.scss */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  font-size: 17px;
  letter-spacing: 0.64px;
  border: 1px solid;
  padding: 10px 18px 13px;
  color: #fff;
  border-radius: 24px;
  line-height: 1;
  transition: background 0.3s, color 0.3s;
}

/* line 21, app/assets/stylesheets/modern/authentication/_btn.scss */
.btn:hover {
  background-color: transparent;
}

/* line 26, app/assets/stylesheets/modern/authentication/_btn.scss */
.btn--blue {
  background-color: #31cbc7;
  border-color: #31cbc7;
}

/* line 29, app/assets/stylesheets/modern/authentication/_btn.scss */
.btn--blue:hover {
  color: #31cbc7;
}

/* line 34, app/assets/stylesheets/modern/authentication/_btn.scss */
.btn--coral {
  background-color: #fd605d;
  border-color: #fd605d;
}

/* line 38, app/assets/stylesheets/modern/authentication/_btn.scss */
.btn--coral:hover {
  color: #fd605d;
}

/* line 41, app/assets/stylesheets/modern/authentication/_btn.scss */
.btn--coral:hover .ico-play svg {
  fill: #fd605d;
}

/* line 48, app/assets/stylesheets/modern/authentication/_btn.scss */
.btn--medium {
  font-size: 20px;
  letter-spacing: 0.77px;
  font-weight: 400;
  padding: 13px 24px 16px;
  border-radius: 25px;
}

/* line 56, app/assets/stylesheets/modern/authentication/_btn.scss */
.btn--small {
  font-size: 14px;
  padding: 9px 17px;
  border-radius: 25px;
}

/* line 62, app/assets/stylesheets/modern/authentication/_btn.scss */
.btn--center {
  margin: 0 auto;
}

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
/* line 7, app/assets/stylesheets/modern/authentication/_helpers.scss */
.clear {
  @util clearfix;
}

/*  Notext  */
/* line 13, app/assets/stylesheets/modern/authentication/_helpers.scss */
.notext {
  @util text-hide;
}

/*  Hidden  */
/* line 19, app/assets/stylesheets/modern/authentication/_helpers.scss */
[hidden],
.hidden {
  display: none !important;
}

/*  Alignleft  */
/* line 26, app/assets/stylesheets/modern/authentication/_helpers.scss */
.alignleft {
  float: left;
}

/*  Alignright  */
/* line 32, app/assets/stylesheets/modern/authentication/_helpers.scss */
.alignright {
  float: right;
}

/*  Disabled  */
/* line 38, app/assets/stylesheets/modern/authentication/_helpers.scss */
[disabled],
.disabled {
  cursor: default;
}

/*  Grid  */
/* line 45, app/assets/stylesheets/modern/authentication/_helpers.scss */
.col {
  max-width: 100%;
  flex: 1;
}

/* line 50, app/assets/stylesheets/modern/authentication/_helpers.scss */
.cols {
  display: flex;
  flex-flow: row wrap;
}

/* line 55, app/assets/stylesheets/modern/authentication/_helpers.scss */
.col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}

/*  Responsive Helpers  */
/* line 62, app/assets/stylesheets/modern/authentication/_helpers.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 78, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .hidden-xs {
    display: none !important;
  }
  /* line 81, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .visible-xs-block {
    display: block !important;
  }
  /* line 84, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .visible-xs-inline {
    display: inline !important;
  }
  /* line 87, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 93, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .hidden-sm {
    display: none !important;
  }
  /* line 96, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .visible-sm-block {
    display: block !important;
  }
  /* line 99, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .visible-sm-inline {
    display: inline !important;
  }
  /* line 102, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 108, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .hidden-md {
    display: none !important;
  }
  /* line 111, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .visible-md-block {
    display: block !important;
  }
  /* line 114, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .visible-md-inline {
    display: inline !important;
  }
  /* line 117, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1201px) {
  /* line 123, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .hidden-lg {
    display: none !important;
  }
  /* line 126, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .visible-lg-block {
    display: block !important;
  }
  /* line 129, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .visible-lg-inline {
    display: inline !important;
  }
  /* line 132, app/assets/stylesheets/modern/authentication/_helpers.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

/* ------------------------------------------------------------ *\
	Highlight
\* ------------------------------------------------------------ */
/* line 5, app/assets/stylesheets/modern/authentication/_highlight.scss */
.highlight {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-family: "smoothy", Arial, Helvetica, sans-serif;
  font-style: italic;
}

/* line 11, app/assets/stylesheets/modern/authentication/_highlight.scss */
.highlight:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  background-color: #fec904;
  height: 53%;
  width: 100%;
  z-index: -1;
  transform: rotate(-1deg);
}

/* line 25, app/assets/stylesheets/modern/authentication/_highlight.scss */
.highlight-alt {
  display: inline;
  font-family: "smoothy", Arial, Helvetica, sans-serif;
  font-style: italic;
}

/* line 29, app/assets/stylesheets/modern/authentication/_highlight.scss */
.highlight-alt span {
  background-color: #fec904;
  line-height: 53px;
  display: inline;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 5px 0 0 #fec904, -5px 0 0 #fec904;
}

/* line 1, app/assets/stylesheets/modern/authentication/_notice.scss */
.notice {
  width: 100%;
  border-radius: 4px;
  padding: 8px;
  font-size: 15px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/modern/authentication/_notice.scss */
.notice.alert, .notice.error {
  color: #FD605D;
  background-color: #FFC5B2;
}

/* line 14, app/assets/stylesheets/modern/authentication/_notice.scss */
.notice.success {
  background-color: #19D5D1;
  color: white;
}
/*

*/
