.s-auth-wrapper {
  background-color: white;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col {
  width: 400px;
  max-width: none;
  flex: none;
  padding-left: 0;
  padding-right: 0;
}

.card {
  border-radius: none;
  border: none;
}

.card-body {
  padding: 25px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}

.s-auth {
  width: calc(90vw);
  max-width: 400px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  padding: 25px;
}

.s-auth__logo {
  text-align: center;
  height: 48px;
  margin: 0 0 25px;
}

.s-auth__logo-img {
  height: 48px;
  width: 234px;
}

.s-auth__invalid-data {
  margin-top: 50px;
  background-color: #fff1f0;
  border: 1px solid #ffe9e8;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum", "tnum";
  font-feature-settings: "tnum", "tnum";
  position: relative;
  word-wrap: break-word;
  border-radius: 4px;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.s-auth__send-button {
  cursor: pointer;
  margin-top: 22px;
  width: 100%;
  color: #fff;
  background-color: #023e7f;
  border-color: #023e7f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  line-height: 1.5;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #d9d9d9;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.s-auth__send-button:hover, .s-auth__send-button:focus {
  outline: 0;
  color: #fff;
  background-color: #19558c;
  border-color: #19558c;
}

.s-auth__input-wrapper {
  position: relative;
  margin-bottom: 14px;
}
.s-auth__input-wrapper .s-auth-input {
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 30px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.s-auth__input-wrapper .s-auth-input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(2, 62, 127, 0.2);
  box-shadow: 0 0 0 2px rgba(2, 62, 127, 0.2);
}
.s-auth__input-wrapper .s-auth-input:focus, .s-auth__input-wrapper .s-auth-input:hover {
  outline: 0;
  border-color: #19558c;
  border-right-width: 1px !important;
}
.s-auth__input-wrapper svg {
  width: 14px;
  height: 14px;
  fill: #595959;
}
.s-auth__input-wrapper .s-auth__icon-wrapper {
  z-index: 1;
  position: absolute;
  top: 9px;
  left: 12px;
  line-height: 0;
  pointer-events: none;
}
.s-auth__input-wrapper .s-auth-input::-moz-placeholder {
  color: #bfbfbf;
}
.s-auth__input-wrapper .s-auth-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.s-auth__input-wrapper .s-auth-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.s-auth__input-wrapper .s-auth-input::-ms-input-placeholder {
  color: #bfbfbf;
}
.s-auth__input-wrapper .s-auth-input::placeholder {
  color: #bfbfbf;
}

/*# sourceMappingURL=new-authorization.css.map */
