.gympass-btn {
  position: relative;
  box-sizing: border-box;
  outline: none;
  transition: all 0.2s;
  cursor: pointer;
  padding: 0 20px;

  margin-bottom: 24px;

  min-height: 48px;
  height: 48px;
  width: 100%;

  background-color: #001027;

  border-radius: 9999px;
  border: none;

  font-family: 'Inter';
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: normal;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gympass-btn-color {
  background-color: #D8385E;
}

.gympass-btn:not(:disabled):hover {
  box-shadow: 0 4px 8px rgba(0, 16, 39, 0.25);
}

.gympass-btn:disabled {
  background-color: #FAF9F5;
  color: #E1DED7;
  cursor: not-allowed;
  border-color: #FAF9F5;
}

.gympass-link {
  box-sizing: border-box;
  outline: none;
  transition: all 0.2s;
  cursor: pointer;
  width: auto;
  font-weight: 600;
  font-family: Inter;
  font-size: 14px;
  padding: 0;
  color: #1D1D1F;
  height: unset;
  background-color: unset;
  border: none;
  border-radius: 0;
  text-decoration: underline;
  letter-spacing: normal;
  line-height: 16px;
}

.gympass-link-password {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  width: fit-content;
}

.gympass-link.login-feedback-help-link {
  margin-bottom: 0;
  margin-top: 0;
  padding: 4px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.gympass-link.login-feedback-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: underline;
  color: #D8385E;
  margin-top: 16px;
}

.loading {
  width: 48px;
}

@media (min-width: 760px) {
  .gympass-btn {
    margin-bottom: 0;
  }

  .gympass-link-password {
    display: flex;
    align-self: center;
    font-size: 16px;
    line-height: 24px;
  }
}
