<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/furniture_dark-blue/components/bitrix/system.auth.registration/.default/style.css?17276860291754*/
.register-form * {
  box-sizing: border-box;
}
.hide{
	display:none;
}
.register-form {
  width: 645px;
  box-sizing: border-box;
  background: rgba(255, 255, 255,.8);
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  padding: 20px 80px 50px;
  margin: 70px auto;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  position: relative;
}
.register-form  h1 {
  font-family: Georgia, Myriad Pro;
  font-style : italic;
  font-weight: bold;
  font-size: 25px;
  color: #4c4a51;
  text-align: center;
  text-decoration: none;
  margin: 0 0 20px;
  padding: 20px;
}
.register-form p {
  margin-bottom: 25px;
}
.register-form  input {
  padding: 1em;
  margin: 0 auto 22px;
  border: solid 1px silver;
  width: 100%;
}
.register-form .field {
  text-align: left;
}
.register-form .field:after {
  content: '';
  display: table;
  clear: both;
}
.register-form .form-input {
  float:right;
  width: 270px;
}
.register-form .field-button {
  text-align: center;
}
.register-form label {
  text-transform: uppercase;
  vertical-align: middle;
  color: #4c4a51;
  font-size: 10px;
  padding-top: 15px;
  display: inline-block;
}
.register-form input[type=text],
.register-form input[type=password] {
  font-family: Georgia, Myriad Pro;
  font-style : italic;
}
.register-form  input[type=submit] {
  background: url('/bitrix/templates/furniture_dark-blue/components/bitrix/system.auth.registration/.default/images/btn_submit_reg.png') no-repeat;
  background-position: 0 0;
  border: none;
  width: 243px;
  height: 59px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin: 20px 0 10px;
}
.register-form  input[type=submit]:hover {
  background-position: 0 -59px;
}
.register-form  input[type=submit]:active {
  background-position: 0 -118px;
  padding-top: 19px;
  padding-left: 19px;
}

/* End */
/* /bitrix/templates/furniture_dark-blue/components/bitrix/system.auth.registration/.default/style.css?17276860291754 */
</pre></body></html>