@font-face {
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-family: open-sans;
  font-weight: 400; }
@font-face {
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-family: open-sans;
  font-weight: 700; }
@font-face {
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-family: open-sans;
  font-weight: 900; }
@font-face {
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-family: open-sans;
  font-weight: 100; }
@font-face {
  src: url("../fonts/BRANDON_REG.OTF") format("opentype");
  font-family: Brandon;
  font-weight: 400; }
@font-face {
  src: url("../fonts/BRANDON_THIN.OTF") format("opentype");
  font-family: Brandon;
  font-weight: 100; }
@font-face {
  src: url("../fonts/BRANDON_BLD.OTF") format("opentype");
  font-family: Brandon;
  font-weight: 900; }
.authentication-content {
  background-color: #E6E7E8;
  min-height: 80vh;
  padding-bottom: 30px; }
  .authentication-content.reset-content form fieldset input[type=password] {
    top: 0; }
  .authentication-content.reset-content form fieldset button {
    margin: 90px auto 0; }
  .authentication-content h4 {
    padding: 35px 0 5px;
    text-align: center;
    font-size: 25px;
    font-family: Brandon; }
    .authentication-content h4 .relative-element {
      margin-left: 100px; }
      .authentication-content h4 .relative-element [data-target="login"],
      .authentication-content h4 .relative-element [data-target="signup"],
      .authentication-content h4 .relative-element [data-target="reset"] {
        top: 0;
        transition: top 500ms ease, opacity 500ms ease; }
        .authentication-content h4 .relative-element [data-target="login"].hide,
        .authentication-content h4 .relative-element [data-target="signup"].hide,
        .authentication-content h4 .relative-element [data-target="reset"].hide {
          opacity: 0;
          top: 20px; }
        .authentication-content h4 .relative-element [data-target="login"].show,
        .authentication-content h4 .relative-element [data-target="signup"].show,
        .authentication-content h4 .relative-element [data-target="reset"].show {
          opacity: 1;
          top: 0; }
      .authentication-content h4 .relative-element [data-target="signup"] {
        left: -100px; }
      .authentication-content h4 .relative-element [data-target="login"] {
        left: -90px; }
      .authentication-content h4 .relative-element [data-target="reset"] {
        left: -85px; }
  .authentication-content .relative-element {
    position: relative; }
  @media screen and (min-width: 1023px) {
    .authentication-content .signup-social {
      width: 45%;
      margin: 20px auto; } }
  .authentication-content .phone-number-holder {
    display: flex; }
    .authentication-content .phone-number-holder select {
      -webkit-appearance: none;
      appearance: none;
      padding: 15px;
      margin: 15px 0;
      margin-right: 5px;
      background-color: #F1F1F1;
      border: none;
      text-align: center;
      font-size: 16px; }
    .authentication-content .phone-number-holder input.signup-input {
      position: static;
      width: calc(100% - 50px); }
  .authentication-content input[type=number]::-webkit-inner-spin-button,
  .authentication-content input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  .authentication-content [data-target="login"],
  .authentication-content [data-target="signup"],
  .authentication-content [data-target="reset"] {
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0; }
  .authentication-content .social-icons {
    width: 50%;
    margin: 8px auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1023px) {
      .authentication-content .social-icons {
        width: 85%; } }
    .authentication-content .social-icons .social-icon {
      display: flex;
      align-items: center; }
      .authentication-content .social-icons .social-icon figure {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #414042; }
      .authentication-content .social-icons .social-icon span {
        padding: 3px 12px;
        border-top: 2px solid #414042;
        border-right: 2px solid #414042;
        border-bottom: 2px solid #414042;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        margin-left: -6px;
        font-weight: bold;
        font-family: Brandon; }
  .authentication-content .social-text {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    font-family: Brandon; }
    .authentication-content .social-text:before, .authentication-content .social-text:after {
      content: '';
      background-color: #414042;
      width: 25%;
      height: 2px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (min-width: 1023px) {
        .authentication-content .social-text:before, .authentication-content .social-text:after {
          width: 40%; } }
    .authentication-content .social-text:before {
      left: 0; }
    .authentication-content .social-text:after {
      right: 0; }
  @media screen and (min-width: 1023px) {
    .authentication-content form {
      width: 40%;
      margin: 0 auto; } }
  .authentication-content form.signup-inputs .signup-input {
    opacity: 1;
    visibility: visible; }
  .authentication-content form.signup-inputs input[type=email] {
    margin-top: 135px;
    margin-bottom: 85px; }
  .authentication-content form .phone-number-holder {
    position: absolute;
    top: 60px;
    display: flex;
    width: 100%;
    transition: opacity 500ms ease, visibility 500ms ease, top 1000ms ease; }
    .authentication-content form .phone-number-holder.hide {
      opacity: 0;
      visibility: hidden; }
  .authentication-content form.login-inputs input[type=email] {
    margin-bottom: 85px; }
  .authentication-content form.login-inputs input[type=password] {
    top: 60px; }
  .authentication-content form.login-inputs .switch-account [data-target=login] {
    top: -90px; }
    @media screen and (max-width: 1023px) {
      .authentication-content form.login-inputs .switch-account [data-target=login] {
        top: -70px; } }
  .authentication-content form.login-inputs .switch-account [data-target=reset] {
    top: -65px; }
    @media screen and (max-width: 1023px) {
      .authentication-content form.login-inputs .switch-account [data-target=reset] {
        top: -50px; } }
  .authentication-content form.reset-inputs input[type=email] {
    margin-bottom: 30px; }
  .authentication-content form.reset-inputs .switch-account [data-target=login] {
    top: -145px; }
    @media screen and (max-width: 1023px) {
      .authentication-content form.reset-inputs .switch-account [data-target=login] {
        top: -130px; } }
  .authentication-content form.reset-inputs .switch-account [data-target=reset] {
    top: -115px; }
    @media screen and (max-width: 1023px) {
      .authentication-content form.reset-inputs .switch-account [data-target=reset] {
        top: -105px; } }
  .authentication-content form .error-message {
    font-weight: bold;
    font-size: 12px;
    position: relative;
    width: 90%;
    margin: 0 auto;
    font-family: Brandon; }
  .authentication-content form fieldset {
    width: calc(100% - 30px);
    margin: 0 auto;
    border: none;
    position: relative;
    height: 25vh;
    transition: height 500ms ease; }
    .authentication-content form fieldset input[type=email] {
      transition: margin 500ms ease; }
    .authentication-content form fieldset input[type=password] {
      position: absolute;
      top: 180px;
      transition: opacity 500ms ease, visibility 500ms ease, top 1000ms ease; }
      .authentication-content form fieldset input[type=password].hide {
        opacity: 0;
        visibility: hidden; }
    .authentication-content form fieldset input {
      display: block;
      width: 100%;
      padding: 14px;
      background-color: #F1F1F1;
      border: none;
      margin: 15px auto;
      font-size: 16px;
      transition: margin-top 900ms ease; }
      .authentication-content form fieldset input.signup-input {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transition: opacity 500ms ease, visibility 500ms ease; }
      .authentication-content form fieldset input::placeholder {
        color: #BEC0C2;
        font-size: 14px;
        letter-spacing: 1px; }
    .authentication-content form fieldset button {
      width: 100%;
      margin: 0 auto;
      display: block;
      padding: 26px 0;
      font-size: 18px;
      position: relative; }
      .authentication-content form fieldset button [data-target="signup"],
      .authentication-content form fieldset button [data-target="login"],
      .authentication-content form fieldset button [data-target="reset"] {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: top 500ms ease, opacity 500ms ease; }
        .authentication-content form fieldset button [data-target="signup"].hide,
        .authentication-content form fieldset button [data-target="login"].hide,
        .authentication-content form fieldset button [data-target="reset"].hide {
          opacity: 0;
          top: 95%; }
  .authentication-content .switch-account {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    top: 125px; }
    .authentication-content .switch-account [data-target="signup"],
    .authentication-content .switch-account [data-target="login"] {
      top: 25px;
      left: 50%;
      width: 100%;
      transform: translateX(-50%);
      opacity: 1;
      transition: top 500ms ease, opacity 500ms ease; }
      @media screen and (max-width: 1023px) {
        .authentication-content .switch-account [data-target="signup"],
        .authentication-content .switch-account [data-target="login"] {
          top: 50px; } }
      .authentication-content .switch-account [data-target="signup"].hide,
      .authentication-content .switch-account [data-target="login"].hide {
        opacity: 0;
        top: 40px; }
    .authentication-content .switch-account [data-target="reset"] {
      top: 40px;
      left: 50%;
      width: 100%;
      transform: translateX(-50%);
      transition: top 500ms ease, opacity 500ms ease; }
      .authentication-content .switch-account [data-target="reset"].hide {
        opacity: 0;
        top: 30px; }
    .authentication-content .switch-account #login,
    .authentication-content .switch-account #signup,
    .authentication-content .switch-account #reset {
      color: #414042;
      cursor: pointer; }

/*# sourceMappingURL=signup.css.map */
