

/* Start:/local/components/mstrike/messengers.auth/templates/.default/style.css?17757279071768*/
.container {
  background: none !important;
  box-shadow: none !important;
}
.messenger-auth-page-wrapper {
  display: flex;
  width: 600px;
  height: 100%;
  padding: 40px 0;
  box-sizing: border-box;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}
.messenger-auth-wrapper.formbox {
  width: 600px;
  max-width: 600px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 4px 12px 0 rgba(38, 92, 122, 0.15);
  background: #fff;
}
#authScreen1 {
  padding: 85px 90px;
}
#authScreen2,
#authScreen3 {
  padding: 20px;
}
.auth-screen {
  display: none;
  animation: authFadeIn 0.3s ease-out;
}
.auth-screen.active {
  display: block;
}
.auth-screen input[name='PHONE'],
.auth-screen input[name='CODE'],
.auth-screen input[type='submit'] {
  width: 100%;
}
.auth-instruction-list {
  font-size: 20px;
}
.text-center {
  text-align: center;
}
.code-block {
  display: block;
  margin: 0 auto;
}
.code-block input {
  width: 160px;
}
.input-field .auth-label-center,
.input-field .auth-field {
  width: 160px;
  text-align: left;
  display: block;
  margin: 0 auto;
}
.input-field .input-error {
  display: block;
  text-align: center;
}
.auth-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #CED5DC;
  border-top-color: #0BBB7A;
  border-radius: 50%;
  animation: authSpin 0.8s linear infinite;
}
@keyframes authSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes authFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* End */
/* /local/components/mstrike/messengers.auth/templates/.default/style.css?17757279071768 */
