

/* Start:/local/templates/krubis/components/bitrix/main.register/ajax_register/style.css?17534284863351*/
div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/local/templates/krubis/components/bitrix/main.register/ajax_register/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/local/templates/krubis/components/bitrix/main.register/ajax_register/images/sec-unlocked.png);}
.albumform--wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.albumform--img img {
  border-radius: 15px 0 0 15px;
}
.albumform--reg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
  border-radius: 0 15px 15px 0;
}
.register-form--inner {
  width: 450px;
}
.form-control {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, .5);
  background: #fff;
  height: var(--height);
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.register-form-submit {
  width: 100%;
  font-size: 16px;
  background-color: #32739D;
  border: 1px solid #32739D;
  border-radius: 10px;
  min-height: var(--height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  cursor: pointer;
  transition: background-color .4s;
  color: #fff;
  gap: 8px;
}
.register-form-submit svg * {
  stroke: transparent;
  fill: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.register-form-submit:hover svg * {
  stroke: #32739D;
}
.register-form-submit:hover {
  background: transparent;
  color: #32739D;
}
.register-form--title {
  text-align: center;
  margin-bottom: 30px;
}
.register-form--title h1 {
  margin-bottom: 10px;
}
.register-form--title span {
  color: #32739D;
  font-size: 18px;
  text-align: center;
}
.site--h1 {
  display: none!important;
}
.alert {
  margin-bottom: 20px;
}
.alert-danger {
  color: #721c24;
}
.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  visibility: hidden;
}
.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader-active {
  visibility: visible;
}
.register-form--inner {
  position: relative;
}
@media (max-width: 1200px) {
  .albumform--img {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .albumform--img {
    width: 35%;
  }
  .albumform--img img {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .albumform--img {
    display: none;
  }
  .albumform--reg {
    border-radius: 15px;
    padding-bottom: 30px;
  }
  .register-form--inner {
    width: 100%;
  }
  #register-form-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .register-form--title span {
    font-size: 14px;
  }
  .register-form--title h1 {
    font-size: 20px;
  }
}
/* End */
/* /local/templates/krubis/components/bitrix/main.register/ajax_register/style.css?17534284863351 */
