

/* Start:/local/components/mibazarow/smsru.auth/templates/.default/style.css?17821160771966*/
@charset "UTF-8";
.auth_container {
  margin: 0px auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #333;
  z-index: 1050;
}

header {
  display: flex;
  flex-wrap: wrap;
  color: #ccc;
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
  padding: 24px 15px 28px;
  border-bottom: 1px solid #444;
  margin-bottom: 40px;
}
header img {
  width: 100px;
  display: block;
  margin: 0px auto;
}
header p {
  width: 100%;
  margin: 30px 0px;
  padding: 0;
  font-size: 18px;
  text-align: center;
}

.auth_modal {
  margin: 0px auto;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  max-width: 450px;
  width: 90%;
  box-shadow: 0px 16px 37px -9px #000;
}
.auth_modal b {
  display: block;
}
.auth_modal .alert {
  text-align: center !important;
}

#code_screen {
  display: none;
}

.phone_input {
  display: flex;
  gap: 10px;
}
.phone_input_prefix {
  flex: 0 0 80px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  font-size: 16px;
  background: #f8f9fa;
}
.phone_input .form-control {
  flex: 1;
}

.footer {
  margin: 40px auto;
  width: 100%;
  max-width: 1200px;
  padding: 24px 15px 28px;
  border-top: 1px solid #444;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 13px;
  color: #888;
  line-height: 1.55;
}
.footer_col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 210px;
}
.footer_col strong {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.footer_col span {
  color: #aaa;
  font-size: 12px;
}
.footer_cookie {
  max-width: 460px;
  font-size: 12px;
  color: #aaa;
  line-height: 1.65;
}
.footer_cookie::before {
  content: "🍪 ";
}

@media (max-width: 600px) {
  .footer {
    flex-direction: column;
    gap: 16px;
  }
  .footer_cookie {
    max-width: 100%;
  }
}

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

/* End */
/* /local/components/mibazarow/smsru.auth/templates/.default/style.css?17821160771966 */
