

/* Start:/local/templates/aspektsnab/components/bitrix/main.auth.forgotpasswd/aspect/style.css?1688377980717*/
.bx-authform input{
    max-width: 275px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    color: #393939;
    font-size: 16px;
    width: 100%;
}

.bx-authform input[type="submit"] {
  background-image:url(/assets/img/sprite.png?1);
  background-position:0 -138px;
  width:315px;
  height:88px;
  padding:10px 15px;
  text-align:center;
  display:inline-block;
  color:#fff;
  text-decoration:none;
  background-color: transparent;
  max-width: initial;
  margin-bottom: 10px;
}

@media screen and (max-width: 959px){
	.bx-authform input[type="submit"] {
	    width: 222px;
	    background: url(/assets/ux/images/sprity.png) no-repeat center;
	    background-size: contain;
	}
}
/* End */


/* Start:/local/templates/aspektsnab/components/bitrix/main.register/aspect/style.css?1736794627996*/
.bx-auth-reg{
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    padding: 20px;
    margin-bottom: 20px;
}

.bx-auth-reg input{
    max-width: 275px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    color: #393939;
    font-size: 16px;
    width: 100%;
}


.bx-auth-reg .form-group{
    margin-bottom: 15px;
}

.bx-auth-reg .starrequired{
    color: darkred;
}


.bx-auth-reg input[type="submit"] {
    width: unset;
  height: unset;
  background-color: #369B1E;
  padding: 9px 15px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  font-weight: 600;
  line-height: 21px;
  font-size: 14px;
  margin-bottom: 10px;
}

.bx-auth-reg input[type="submit"]:hover {
  background: #1E7609;
}

@media screen and (max-width: 959px){
	.bx-auth-reg input[type="submit"] {
	    width: 222px;
	}
}
/* End */
/* /local/templates/aspektsnab/components/bitrix/main.auth.forgotpasswd/aspect/style.css?1688377980717 */
/* /local/templates/aspektsnab/components/bitrix/main.register/aspect/style.css?1736794627996 */
