@font-face {
  font-family: 'GothamMedium';
  src: url('../fonts/gotham-medium-webfont.woff2') format('woff2'),
  url('../fonts/gotham-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
  url('../fonts/gotham-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/gotham-book-webfont.woff2') format('woff2'),
  url('../fonts/gotham-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


.px-title-login {
  font-size: 1.125rem;
  letter-spacing: 3.4px;
  color: #fff;
  font-family: 'GothamBold';
  margin-top: 50px;
}

.px-subtitle-login {
  font-size: 1.625rem;
  color: #fff;
  font-family: 'GothamBold';
  margin-top: 0;
}

.px-text-login {
  line-height: 1.88;
  color: #fff;
  font-family: 'GothamBook';
  max-width:328px;
}

.px-title-login-form {
  color: #5e51a1;
  font-size: 1.25rem;
}

.px-button-register {
  background-color: #fff;
  color: #5e51a1 !important;
  font-family: 'GothamBold';
}
