

/* Start:/local/templates/rvd/components/bitrix/system.auth.authorize/.default/style.css?17512691644205*/
.auth__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.bx_auth_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.solid_button {
  cursor: pointer;
  max-width: 100%;
  border: none;
  width: 100%;
  background: #ED1B23;
  border-radius: 12px;
  padding: 18px 0;
  font-family: "Cygre Medium";
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.3s;
}
.solid_button:hover {
  color: #fff;
  background-color: #C91C23;
  text-decoration: none;
}

.header_grey {
  margin-top: 0;
}

.login_form {
  width: 100%;
}

.login_form_under {
  padding: 0 37px 0 37px;
}

.login_page label {
  font-weight: normal;
}

.login_page {
  width: 100%;
  max-width: 380px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.login_page .input_text_style[type=password] {
  font-size: 12px;
}
.login_page .input_text_style[type=password]::-moz-placeholder {
  font-size: 16px;
}
.login_page .input_text_style[type=password]::placeholder {
  font-size: 16px;
}

.rememberme {
  display: flex;
  justify-content: start;
}

.reg_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reg_block a {
  color: inherit;
}

.login_page strong {
  padding-top: 10px;
  font-size: 14px;
  color: #2c2c2c;
  display: block;
  font-weight: normal;
  padding-bottom: 3px;
}

.login_page .links_reg a {
  margin-right: 20px;
  text-decoration: underline;
  color: #575757;
  margin-top: 10px;
  font-size: 12px;
}

.login_page .rememberme input[type=checkbox] {
  display: none;
}

.login_page .rememberme .USER_REMEMBER {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #898989;
  display: block;
  padding-left: 24px;
  line-height: 1.4;
}

.login_page .rememberme .USER_REMEMBER:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ED1B23;
  position: absolute;
  left: 0;
  top: 1px;
}

.login_page .rememberme input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 2px;
  top: 3px;
}

.login_page .social {
  padding-bottom: 8px;
  text-align: left;
}

.login_page .social ul {
  margin: 0;
  padding: 0;
}

.login_page .social ul li {
  display: inline-block;
}

.login_page .social ul li a span {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.login_page .social ul li a span {
  background: url("/local/templates/rvd/components/bitrix/system.auth.authorize/.default/images/gui.png") no-repeat;
}

.login_page .social ul li a .openid {
  background-position: 0 -32px;
}

.login_page .social ul li a .yandex {
  background-position: 0 -64px;
}

.login_page .social ul li a .livejournal {
  background-position: 0 -128px;
}

.login_page .social ul li a .liveinternet {
  background-position: 0 -160px;
}

.login_page .social ul li a .blogger {
  background-position: 0 -192px;
}

.login_page .social ul li a .openid-mail-ru {
  background-position: 0 -224px;
}

.login_page .social ul li a .odnoklassniki {
  background-position: -32px 0;
}

.login_page .social ul li a .mymailru {
  background-position: -32px -32px;
}

.login_page .social ul li a .facebook {
  background-position: -32px -64px;
}

.login_page .social ul li a .google {
  background-position: -32px -128px;
}

.login_page .social ul li a .liveid {
  background-position: -32px -160px;
}

.login_page .social ul li a .twitter {
  background-position: -32px -192px;
}

.login_page .social ul li a .vkontakte {
  background-position: -32px -224px;
}

.login_page .input_text_style {
  background: #FFFFFF;
  border: 2px solid #C9CED4;
  border-radius: 12px;
  font-size: 16px;
  padding: 14px 16px;
  color: #414956;
}
.login_page .input_text_style::-moz-placeholder {
  color: #818791;
  opacity: 0.8;
}
.login_page .input_text_style::placeholder {
  color: #818791;
  opacity: 0.8;
}

@media (max-width: 660px) {
  .adaptiv .login_page {
    width: 100%;
    border: 0;
    padding: 0;
  }
  .adaptiv .reg_block {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  .adaptiv .registration_button {
    margin-top: 0;
  }
}
/* End */
/* /local/templates/rvd/components/bitrix/system.auth.authorize/.default/style.css?17512691644205 */
