.ppa-entrance {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  margin: 0;
  background: url(../img/entrance-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.ppa-entrance-form {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 840px;
  height: 100vh;
  background-color: #fff;
  padding-left: 270px;
  padding-right: 270px;
  box-sizing: border-box;
}

.ppa-entrance-slider {
  position: relative;
  width: calc(100% - 840px);
  height: 100vh;
  background: url(../img/macbook.png), url(../img/wave.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center calc(50% + 174px), right bottom;
}

.ppa-entrance-logo-wrapper {
  position: absolute;
  top: 20%;
  left: 270px;
}

.ppa-entrance-formfield {
  
}

.ppa-entrance-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 80px;
  color: #263238;
}

.ppa-entrance-login,
.ppa-entrance-password {
  width: 300px;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF;
  border: 1px solid #CFD8DC;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #90A4AE;
}

.ppa-entrance-login {
  margin-bottom: 15px;
}

.ppa-entrance-login:focus,
.ppa-entrance-password:focus {
  border: 1px solid #50AD55;
  outline: none;
}

.ppa-entrance-password {
  margin-bottom: 30px;
}

.ppa-entrance-btn {
  display: flex;
  width: 300px;
  height: 60px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #50AD55;
  border: 1px solid #50AD55;
  border-radius: 3px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ppa-entrance-btn:hover {
  background: #782882;
  border: 1px solid #782882;
}

/* Стили слайдера */
.js_entrance_slider {
  position: absolute !important;;
  width: 400px;
  bottom: 140px;
  left: calc(50% - 200px);
}

.ppa-entrance-slider-item {
}

.ppa-entrance-slider-item h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.ppa-entrance-slider-item p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.slick-dots li button:before {
  color: #FFFFFF !important;
  font-size: 10px;
}

/* Сообщение об ошибке */
.ppa-entrance-error {
  display: none;
  border-left: 3px solid #FA3264;
  padding-left: 17px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 30px;
}

.ppa-entrance-error p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #263238;
}