html {
  overflow: auto;
}

html, body {
  overflow-x: hidden;
  overflow-y: auto;
}

body.body--login {
  background: white;
  color: #eee;
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #eee;
  max-width: 100vw;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .login {
    padding: 0 32px;
  }
}
@media screen and (max-width: 600px) {
  .login {
    align-items: flex-start;
    padding-bottom: 100px;
    overflow: hidden;
  }
}
@media screen and (min-width: 601px) {
  .login {
    background: url(../images/login/bg_a.png) center center no-repeat;
    background-size: 1400px auto;
  }
}
.login:before {
  content: "";
  background: url(../images/login/building.png) no-repeat;
  background-size: contain;
  width: 800px;
  height: 500px;
  margin-right: -550px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .login:before {
    display: none;
  }
}
.login__form, .login__ad {
  width: 90%;
  background: white;
  padding: 32px;
}
.login__form {
  max-width: 500px;
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #96ebdd, #9a61f1) border-box;
  border-radius: 32px;
  position: relative;
  z-index: 1;
  min-height: 588px;
  flex: 1 1 100%;
}
@media screen and (max-width: 600px) {
  .login__form {
    margin-top: 16px;
  }
}
.login__form, .login__form:before {
  border-radius: 32px;
}
.login__form:before, .login__form:after {
  content: "";
  pointer-events: none;
  display: block;
}
.login__form:before {
  position: absolute;
  background: url(../images/login/doctor-m.png);
  width: 195px;
  height: 336px;
  background-size: contain;
  left: -120px;
  bottom: -120px;
}
@media screen and (max-width: 600px) {
  .login__form:before {
    transform: scale(0.8);
    transform-origin: bottom right;
    bottom: -80px;
  }
}
.login__form:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  background: url(../images/login/doctor-f.png) no-repeat;
  width: 298px;
  height: 274px;
  background-size: contain;
  right: -170px;
  bottom: -115px;
}
@media screen and (max-width: 600px) {
  .login__form:after {
    right: -190px;
    bottom: -75px;
    transform: scale(0.9);
    transform-origin: left bottom;
  }
}
.login__ad {
  max-width: 300px;
  height: 500px;
  border-radius: 0 16px 16px 0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 8px 16px -8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.login__ad h2 {
  margin-top: 0;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .login__ad {
    display: none;
  }
}
.login__form__footer {
  padding: 16px;
  position: absolute;
  top: 100%;
  text-align: center;
  padding: 32px 0;
  left: 0;
  right: 0;
}
.login__form__footer #device_id {
  opacity: 0.4;
  margin-top: 2em;
  position: relative;
  z-index: 1;
}

.slide {
  height: 360px;
  overflow: auto;
}
.slide__title {
  margin: 0 0 0.5em 0;
}
.slide__image {
  margin: 2em auto;
}
.slide__image > img {
  max-height: 150px;
  width: auto;
  margin: 0 auto;
}

.slick-dots {
  text-align: right;
}
.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: auto;
  height: auto;
  padding: 5px;
}
.slick-dots li button:before {
  content: "";
  transition: 0.2s;
  width: 7px;
  height: 7px;
  display: block;
  color: #999;
  box-shadow: inset 0 0 0 10px;
  opacity: 1;
  border-radius: 50%;
  position: static;
  opacity: 0.4;
}
.slick-dots li.slick-active button:before {
  color: #40c6dd;
  opacity: 1;
  box-shadow: inset 0 0 0 1px, 0 0 0 1px;
}

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