.m-login {
  background: #ffffff;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  max-width: 1920px;
  margin: 0px auto;
  position: relative;
}
@media screen and (min-width: 1921px) {
  .m-login::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #278eee;
    display: block;
    position: fixed;
    left: 50%;
    top: 0px;
    width: 50vw;
    height: 100%;
  }
}
.m-login * {
  box-sizing: border-box;
}
.m-login__wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  overflow: auto;
}
@media (max-width: 1024px) {
  .m-login__wrapper {
    grid-template-columns: 100%;
  }
}
.m-login__column {
  width: 100%;
  padding: 64px;
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .m-login__column {
    min-height: 50vh;
  }
}
@media (max-width: 480px) {
  .m-login__column {
    padding: 32px;
  }
}
.m-login__column--info {
  background: #278eee url("../../../media/theme/images/backgrounds/login-bckg.jpg");
  background-size: cover;
  background-position: right;
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 280px;
}
@media (max-width: 1024px) {
  .m-login__column--info {
    gap: 64px;
  }
}
.m-login__column--form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1024px) {
  .m-login__column--form {
    gap: 64px;
  }
}
@media (max-width: 480px) {
  .m-login__column--form {
    min-height: 100vh;
  }
}
.m-login__column-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: calc(100% - 74px);
  width: 100%;
}
@media (max-width: 1024px) {
  .m-login__column-content--announcement {
    height: auto;
  }
}
.m-login__column-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}
.m-login__column-heading--align-end {
  justify-content: flex-end;
}
.m-login__column-heading-logo {
  max-width: 300px;
  max-height: 96px;
}
@media (max-width: 1200px) {
  .m-login__column-heading-logo {
    max-width: 200px;
    max-height: 70px;
  }
}
@media (max-width: 1024px) {
  .m-login__column-heading-logo {
    max-width: calc(50% - 16px);
    max-height: 96px;
  }
}
.m-login__promo-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.m-login__promo-text--align-end {
  justify-content: flex-end;
}
.m-login__column-text {
  font-size: 58px;
  line-height: 64px;
  color: #fff;
  font-weight: bold;
}
.m-login__column-subtext {
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
}
.m-login__button {
  border: 1px solid #ffffff;
  padding: 16px;
  color: #ffffff;
  border-radius: 8px;
  display: block;
  cursor: pointer;
}
.m-login__button:hover, .m-login__button:active, .m-login__button:focus {
  filter: brightness(0.9);
  color: #ffffff;
}
.m-login__button-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.m-login__button-text {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.m-login__form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.m-login__form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 574px;
  width: 100%;
}
.m-login__form-row-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.m-login__form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.m-login__form-row select {
  height: 64px;
  background-size: contain;
  border-radius: 8px;
}
.m-login__form-heading {
  color: #1A1A1A;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 133.333% */
}
.m-login__form-link {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}
.m-login__form-input {
  border-radius: 4px;
  border: 1px solid #D4D8DE;
  background: #FFF;
  color: #101828;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  height: 64px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.m-login__form-input::placeholder {
  color: #1D2739;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
.m-login__form-submit {
  border-radius: 4px;
  background: var(--main-character-color);
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  height: 64px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  border: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-login__form-submit:hover, .m-login__form-submit:active, .m-login__form-submit:focus {
  outline: unset;
  background: var(--main-character-color-hover);
}
.m-login__form-submit--red {
  background: #E2071C;
}
.m-login__form-submit--red:hover {
  background: #c90619;
}
.m-login__form-info {
  padding: 16px;
  background: #deeefe;
  margin: 16px 0px 0px 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
}
.m-login__form-error {
  padding: 4px;
  background: #ff0000;
  color: #ffffff;
  border-radius: 4px;
  align-self: baseline;
  font-size: 12px;
}
.m-login__form-info-data {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.m-login__announcements {
  max-width: 700px;
  width: 100%;
}
.m-login__announcements-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  display: none;
}
.m-login__announcements-wrapper.is-active {
  display: flex;
}
.m-login__announcements-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: unset;
}
.m-login__announcements-image {
  max-width: 100%;
}
.m-login__announcements-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
  text-align: center;
}
.m-login__announcements-text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.m-login__announcements-text-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.m-login__announcements-link {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #ffffff;
  color: #1EA554;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px;
  border: unset;
  min-height: 64px;
  text-align: center;
}
.m-login__announcements-link:hover, .m-login__announcements-link:active, .m-login__announcements-link:focus {
  background: #f2f2f2;
}
.m-login__announcements-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  gap: 6px;
  width: 100%;
}
.m-login__announcements-bullet {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #037827;
  border: 1px solid #037827;
  cursor: pointer;
}
.m-login__announcements-bullet.is-active {
  background: #ffffff;
  border: 1px solid #ffffff;
}

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