@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Inter Bold'), local('Inter-Bold'),
  url("../fonts/Inter-Bold.woff2") format("woff2"),
  url("../fonts/Inter-Bold.woff") format("woff"),
  url("../fonts/Inter-Bold.ttf") format("ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Open Sans Regular'), local('Open-Sans-Regular'),
  url("../fonts/OpenSans-Regular.woff2") format("woff2"),
  url("../fonts/OpenSans-Regular.woff") format("woff"),
  url("../fonts/OpenSans-Regular.ttf") format("ttf");
}

body .auth {
  max-width: 600px;
  margin: 50px auto;
  font-family: "Open Sans", Arial, sans-serif;
}

body .auth__panel {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

body .auth__heading {
  background-color: #fff;
  padding: 30px 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  height: auto;
}

body .auth__buttons {
  display: flex;
  align-items: center
}

body .auth__body {
  background: #fff;
  padding: 20px 30px 30px;
}

body .auth__row {
  margin-bottom: 15px;
}

body .auth__help {
  color: #d9534f;
  margin-top: 4px;
}

body .auth__submit {
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .auth__links {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

body .auth__link {
  color: #424C56;
}

body .auth__btn {
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 3px;
  color: #7A878E;
  transition: 0.3s;
}

body .auth__btn--active,
body .auth__btn:hover {
  background-color: #4678B2;
  transition: 0.3s;
  color: #FFFFFF;
}

body .auth__label {
  font-size: 14px;
  line-height: 20px;
  color: #7A878E;
  font-weight: 400;
}

body .auth__label--mar-btm {
  margin: 0 0 15px;
}

body .auth__title {
  margin: 0 0 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

body .auth__text {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

body .auth__text--mar-btm {
  margin: 0 0 40px;
}

body .auth__input {
  border-radius: 5px;
  height: 40px;
}

body .toggle-password {
  max-height: 42px !important;
  height: 40px;
  border-radius: 0 5px 5px 0;
}

body .auth__column {
  width: 100%;
}
