.auth__form {
	display:none;
  min-height:337px;
  width: 310px;
  padding: 36px 30px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: hidden;
}
.b-auth .fancybox-container {
  position: absolute !important;
  width: 310px;
  min-height: 337px;
  top: 58px;
  right: -66px;
  left: auto;
  overflow: visible;
}
.b-auth .fancybox-slide,
.b-auth .fancybox-is-open .fancybox-stage {
  overflow: visible;
}
.b-auth .fancybox-slide--html {
  padding: 0;
}
.b-auth .fancybox-bg {
  background: none;
}
.auth__field {
  margin-bottom: 10px;
}
.auth__field input {
  width: 100%;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  border-radius: 3px;
  height: 50px;
  padding: 0 10px 0 20px;
  color: #999;
}
.auth__button {
  margin-bottom: 11px;
}
.auth__button input {
  width: 100%;
  height: 50px;
  background: #538D63;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}
.auth__title {
  font-size: 22px;
  line-height: 26px;
  color: #111111;
  margin-bottom: 17px;
}
.auth__link {
  margin-top: 4px;
}
.auth__link a:link,
.auth__link a:visited {
  font-size: 14px;
  color: #538D63;
  opacity: 0.8;
  transition: all 0.3s;
}
.auth__link a:hover,
.auth__link a:active {
  text-decoration: underline;
  transition: all 0.3s;
}

.auth__error {
  color: red;
  margin-bottom: 10px;
}