.login {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  &__content {
    color: $white-color;
  }
  &__title {
    margin: 0;
    line-height: 1;
    font-family: $font-futurademi;
    i {
      font-family: $font-leksa;
    }
  }
  &__text {
    font-family: $font-futurabook;
  }
  &__form {
    background-color: $white-color;
  }
}
