@font-face {
  font-family: DaimlerCACPro;
  font-weight: bold;
  src: url("./font/DaimlerCACPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: DaimlerCSPro;
  font-weight: regular;
  src: url("./font/DaimlerCSPro-Regular.otf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vk-wrapper-header {
  background-color: black;
  height: 84px;
}

@media screen and (min-width: 1700px) {
  .vk-wrapper-header {
    height: 134px;
  }
}

.vk-wrapper-header__logo {
  height: 50px;
  margin: 17px;
}

@media screen and (min-width: 1700px) {
  .vk-wrapper-header__logo {
    height: 80px;
    margin: 27px;
  }
}

.vk-wrapper-bg {
  z-index: 100;
}

.vk-wrapper-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'DaimlerCACPro';
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 84px);
  background-size: 100% auto;
  background-position-y: -225px;
  background-image: url("./img/van-bg.jpg");
  background-repeat: no-repeat;
  -webkit-box-shadow: 5px 5px 10px black;
          box-shadow: 5px 5px 10px black;
}

@media screen and (min-width: 1700px) {
  .vk-wrapper-login {
    height: calc(100vh - 134px);
    background-size: auto auto;
    background-position-y: -275px;
  }
}

.vk-wrapper-login-form {
  overflow: hidden;
  z-index: 99;
  background-color: white;
  margin: 38.5px;
  padding: 75px 38.5px;
  height: calc(100vh - 187px - 38.5px - 38.5px);
}

@media screen and (min-width: 1700px) {
  .vk-wrapper-login-form {
    padding: 110px 38.5px;
    margin: 38.5px;
    height: calc(100vh - 187px - 38.5px - 38.5px);
  }
}

.vk-wrapper-login-form__welcome {
  font-size: 1.5rem;
  margin-bottom: 50px;
}

@media screen and (min-width: 1700px) {
  .vk-wrapper-login-form__welcome {
    font-size: 49px;
    margin-bottom: 110px;
  }
}

.vk-wrapper-login-form__title {
  font-family: 'DaimlerCSPro';
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1700px) {
  .vk-wrapper-login-form__title {
    font-size: 30px;
    margin-bottom: 38.5px;
  }
}

.vk-wrapper-login-form__label {
  display: block;
  font-family: 'DaimlerCSPro';
  margin-bottom: .75rem;
}

@media screen and (min-width: 1700px) {
  .vk-wrapper-login-form__label {
    margin-bottom: 9.6px;
  }
}

.vk-wrapper-login-form__input {
  font-family: 'DaimlerCSPro';
  display: block;
  border: 1px solid lightgrey;
  background-color: transparent;
  margin-bottom: 1.5rem;
  padding-left: .5rem;
  height: 2rem;
  width: 212px;
}

@media screen and (min-width: 1700px) {
  .vk-wrapper-login-form__input {
    margin-bottom: 38.5px;
    padding-left: 1rem;
    height: 40px;
    width: 377px;
  }
}

.vk-wrapper-login-form__input:focus {
  outline: none;
}

.vk-wrapper-login-form__error {
  display: block;
  color: red;
  font-family: 'DaimlerCSPro';
  width: auto;
  margin-top: 0.5rem;
  font-size: 0.5rem;
}

@media screen and (min-width: 1700px) {
  .vk-wrapper-login-form__error {
    width: 15rem;
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}

.vk-wrapper-login-form__submit {
  border-style: none;
  background-color: #666666;
  color: white;
  height: 2rem;
  margin-top: 1rem;
  width: 10rem;
}

@media screen and (min-width: 1700px) {
  .vk-wrapper-login-form__submit {
    height: 40px;
    margin-top: 1rem;
    width: 160px;
  }
}

.vk-wrapper-login-form__submit:hover {
  background-color: #424242;
  text-decoration: none;
  cursor: pointer;
}

.vk-wrapper-login-form__submit:focus {
  outline: none;
}

.vk-wrapper-login-form-submit {
  font-family: 'DaimlerCSPro';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-style: none;
  background-color: #666666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vk-wrapper-login-form-submit__img {
  color: white;
  height: .75rem;
  margin-right: 0.5rem;
}

@media screen and (min-width: 1700px) {
  .vk-wrapper-login-form-submit__img {
    height: 15px;
    margin-right: 0.5rem;
  }
}

.vk-wrapper-login-form-submit__button {
  background: none;
  border: none;
  color: white;
}

.vk-wrapper-login-form-submit__button:focus {
  outline: none;
}

.vk-wrapper-login-form-submit__button:hover {
  cursor: pointer;
}

.vk-wrapper-login-form-submit:hover {
  background-color: #424242;
  text-decoration: none;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */