

/* Start:/bitrix/templates/new_template_old/components/bitrix/system.auth.authorize/.default/style.css?16310405115021*/
/*div.bx-auth {max-width:600px; margin-top:16px; margin-bottom:24px;}
div.bx-auth form {padding:0; margin:0;}*/
div.bx-auth-line {border-bottom:1px solid #E3E3E3; padding-bottom:10px;}
div.bx-auth-title {font-size:140%; border-bottom:none; padding-bottom:12px; }
div.bx-auth-note{margin:18px 0px 6px 0px;}
span.bx-auth-label{text-align:left; font-weight:bold;display:block;margin-bottom:3px;}
.authorize-submit-cell{
	margin-top:5px;
	display:block;
}
.lm_auth_table{
		
}
.lm_auth_table .leftSide{
	width:60%;
}
.lm_auth_table tr td{
	vertical-align:top;
}

div.bx-auth input.bx-auth-input {vertical-align:middle;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
   display: inline-block;
  width: 200px;
  height: 18px;
  padding: 4px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url(/bitrix/templates/new_template_old/components/bitrix/system.auth.authorize/.default/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/new_template_old/components/bitrix/system.auth.authorize/.default/images/sec-unlocked.png);}
.silver-block-auth{
	border: 1px solid #DCDFE2;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
	-moz-box-shadow: 0 0 0 1px #FFFFFF inset;
	box-shadow: 0 0 0 1px #FFFFFF inset;
	background: #FDFDFD;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FDFDFD), to(#F1F2F4));
	background: -webkit-linear-gradient(#FDFDFD, #F1F2F4);
	background: -moz-linear-gradient(#FDFDFD, #F1F2F4);
	background: -ms-linear-gradient(#FDFDFD, #F1F2F4);
	background: -o-linear-gradient(#FDFDFD, #F1F2F4);
	background: linear-gradient(#FDFDFD, #F1F2F4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#F1F2F4', GradientType=0);
  
}
.lm_auth_table .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
   
    border: 1px solid #cccccc;
    
   
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.lm_auth_table .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.lm_auth_table .btn-info:hover,
.lm_auth_table .btn-info:focus,
.lm_auth_table .btn-info:active,
.lm_auth_table .btn-info.active,
.lm_auth_table .btn-info.disabled,
.lm_auth_table .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.lm_auth_table .btn-info:active,
.lm_auth_table .btn-info.active {
  background-color: #24748c \9;
}
.lm_auth_table input[type="button"], .lm_auth_table input[type="reset"], .lm_auth_table input[type="submit"] {
    height: 30px;
    width: 210px;
}
.lm_auth_table button, .lm_auth_table input[type="button"], .lm_auth_table input[type="reset"], .lm_auth_table input[type="submit"] {
    cursor: pointer;
}	
.lm_auth_table a.btn{
	width: 180px;
}
.lm_auth_table a.forgotPass, .lm_auth_table .grey-text{
	font-size:11px;	
}
.lm_auth_table .grey-text{
	color:#666666;
}
/* End */


/* Start:/bitrix/templates/new_template_old/components/bitrix/system.auth.form/register/style.css?1631040511453*/
/* div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/bitrix/templates/new_template_old/components/bitrix/system.auth.form/register/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/new_template_old/components/bitrix/system.auth.form/register/images/sec-unlocked.png);}

 */
/* End */
/* /bitrix/templates/new_template_old/components/bitrix/system.auth.authorize/.default/style.css?16310405115021 */
/* /bitrix/templates/new_template_old/components/bitrix/system.auth.form/register/style.css?1631040511453 */
