

/* Start:/local/templates/meatcoin_stub/components/bitrix/system.auth.authorize/.default/style.css?1732027419448*/
.om-saa-d .logo-wrap {
    display: flex;
    align-items: center;
    column-gap: 40px;
    justify-content: center;

    margin-bottom: 30px;
}

.om-saa-d .btn-wrapper {
    margin-top: 40px;
}

.om-saa-d .link-wrap {
    margin-top: 40px;
    text-align: center;
}

.om-saa-d .form-wrap,
.om-saa-d .oauth-wrap{
    display: none;
}

.om-saa-d.mode-form .form-wrap {
    display: block;
}

.om-saa-d.mode-oauth .oauth-wrap {
    display: block;
}
/* End */


/* Start:/local/templates/meatcoin_stub/components/okraina/control/input/style.css?17319224001834*/
.om-c-input {
    margin-bottom: 13px;
}

.om-c-input label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.om-c-input .input-wrap {
  position: relative;
}

.om-c-input .form-control {
   display: block;
   width: 100%;

   font-size: 18px;
   font-weight: 400;

   padding: 13px 20px;

   letter-spacing: 0.3px;
   line-height: 1.1875;

   color: #252321;

   background-color: #fff;
   background-image: none;

   border: 1px solid #fff;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;

   outline: none;

   transition: border-color ease-in-out .15s,background-color ease-in-out .15s;

   scroll-margin: 20px;
}

.om-c-input .form-control[disabled] {
    background-color: #F5F5F5;
}

.om-c-input .form-control::placeholder {
  color: #AEAEAE;
  opacity: 1; /* Firefox */
}

.om-c-input .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #AEAEAE;
}

.om-c-input .form-control:focus {
    border-color: #76B82B;
}

.om-c-input .form-group.form-group-error .form-control  {
    border-color: #E31E24;
}

.om-c-input .form-group.form-group-error .form-control:focus {
    border-color: #E31E24;
}


.om-c-input .captcha {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1px;
    overflow: hidden;
    height: 38px;
    width: 178px;

    -webkit-border-radius: 22px;
   -moz-border-radius: 22px;
   border-radius: 22px;
}

.om-c-input  .captcha img {
    height: 40px;
    width: 180px;
    max-width: none;
    margin-left: -1px;
    margin-top: -1px;
}

@media (max-width: 767px) {

    .om-c-input .captcha {
      height: 26px;
      width: 127px;
    }

  .om-c-input  .captcha img {
      height: 29px;
      width: 130px;
  }
}

/* End */
/* /local/templates/meatcoin_stub/components/bitrix/system.auth.authorize/.default/style.css?1732027419448 */
/* /local/templates/meatcoin_stub/components/okraina/control/input/style.css?17319224001834 */
