

/* Start:/local/templates/probrite/components/bitrix/system.auth.form/main/style.css?166808105510086*/
.hidden {
    display: none!important;
}

/* общие стили для /auth/, /forgot-password/, /forgot-password-phone/, /confirmation/, /change-password/ */
#auth_sys_module input::-webkit-input-placeholder,
#auth_sys_module input::-moz-input-placeholder,
#auth_sys_module input::-ms-input-placeholder,
#auth_sys_module input::-o-input-placeholder{color:#6a6a6a;}

#auth_sys_module input[type="tel"]:focus,
#auth_sys_module input[type="text"]:focus,
#auth_sys_module input[type="password"]:focus,
#auth_sys_module input[type="email"]:focus,
#auth_sys_module textarea:focus,
#auth_sys_module select:focus{outline:none;}

#auth_sys_module input[type="tel"],
#auth_sys_module input[type="text"],
#auth_sys_module input[type="password"],
#auth_sys_module input[type="email"],
#auth_sys_module select,
#auth_sys_module textarea {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:#f2f2f2;
	border:0;
	box-shadow:none;
	color:#383838;
	height:auto;
	font-size:16px;
	padding:15px 15px;
	width:100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#auth_sys_module textarea{resize:none;min-height:90px;}
#auth_sys_module input[readonly],
#auth_sys_module select[readonly], 
#auth_sys_module textarea[readonly]{background:#FFF;}
#auth_sys_module input:not(.button){line-height:20px;}
#auth_sys_module .bx-ie input:not(.button){line-height:16px;}
#auth_sys_module input.big{padding:10px 13px 9px;}
#auth_sys_module input.grey{background:#eeeeee;}
#auth_sys_module input.medium{padding:8px 13px 7px;}
#auth_sys_module input.error,
#auth_sys_module textarea.error{border-color:#e62222;background:#ffefef;}
#auth_sys_module .bxml-dialog input[type="text"]{width:auto;padding:initial;border-color:initial;}
#auth_sys_module .bx-ie input[type="text"],
#auth_sys_module .bx-ie  input[type="password"],
#auth_sys_module .bx-ie  input[type="email"]{padding-bottom:10px;}
#auth_sys_module .bx-ie .bx-sls .bx-ui-sls-fake,
#auth_sys_module .bx-ie .bx-sls .bx-ui-sls-route{padding-bottom:0px;}
/*#auth_sys_module form[name="bx_auth_services"] .form-control input{margin:5px 0px 20px;}
#auth_sys_module form[name="bx_auth_services"] .form-control span{display: inline-block; font-size: 12px; padding: 0 10px 0 0; vertical-align: top;}
#auth_sys_module form[name="bx_auth_servicesform_inline"] #bx-auth-services > div span{display: inline-block; font-size: 12px; padding: 0 10px 0 0; vertical-align: top;}
#auth_sys_module .form-control {position:relative; height:auto; border:0; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; -o-box-shadow:none; padding:6px 0 6px 0; border-radius: 10px; background: transparent;}
#auth_sys_module .form-control label {font-weight:600;}*/

/*.soc-avt{margin-top: 27px; color:#888;font-size:12px;}
.soc-avt.inline{padding:0px;}
.soc-avt .row{margin:12px 0px 0px;}
.soc-avt .row .auth span{display:none;}
.soc-avt .row a i.soc-icon, .soc-serv-main .row a i, .catalog_detail .b-share a span {width:35px;height:35px;display:inline-block;background:url('/bitrix/templates/asgard/images/social.svg') top left no-repeat; transition:opacity 0.5s ease;}
.soc-avt .row a, .catalog_detail .b-share a{height:35px;width:35px;float:left;line-height:32px;box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;text-decoration:none;cursor:pointer;padding:0px;}
.soc-avt .row .button.short{font-size:10px;line-height:16px;text-transform:uppercase;width:auto;}
.soc-avt .row .button.short{position:relative;top:-1px;}
.soc-avt .row input[type="text"]{margin:9px 5px 15px 0px;}
.soc-avt .row form input[type="text"] + span:not(.bx-ss-icon), .soc-avt .row form input[type="text"] + label + span:not(.bx-ss-icon){font-size:12px;padding:0px 10px 0px 0px;}
.soc-avt .row input[type="text"]{width:100% !important;}
.soc-avt .row #bx_auth_serv_formOpenID input[type="text"], .soc-avt .row  #bx_auth_serv_form_inlineOpenID input[type="text"]{width:100%;}
.soc-avt .row label.error{top:-10px;left:0px;}
.soc-avt .row #bx_auth_serv_formOpenID label.error{top:8px;}
.soc-avt .icon{text-indent:0px;padding:0px;}
.soc-avt .row a.button:hover{background:none; background-color: #00b0e1;} */

.auth_button {
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #5fbb43;
    border: 0;
	outline: none;
    cursor: pointer;
    font-size: 16px;
	display:inline-block;
}
.auth_button:hover {text-decoration: none;}
.auth_button.popup {background-color:#58b13e; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; -o-transition:all .4s ease; -ms-transition:all .4s ease; transition:all .4s ease;}
.auth_button.popup:hover {background-color:#5fbb43; color:#fff;}

#popup-auth {background:transparent; padding:20px;}
#popup-auth .registration .main-btn {width:100%; background-color:#69d9ed;}
#popup-auth .registration .main-btn:hover {width:100%; background-color:#007bff;}
#block-forgot {padding:10px 0;}
#popup-auth.load {opacity: .5; position: relative;}
#popup-auth.load:before {
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent url("/bitrix/templates/asgard/images/loader.gif") no-repeat 50% 50% scroll;
	position: absolute;
	display: block;
	z-index:5;
}
/* общие стили для /auth/, /forgot-password/, /forgot-password-phone/, /confirmation/, /change-password/ */










/* стили popup шаблона */
.main-auth {width:380px; height:auto; padding: 0; border-radius: 12px; background: #fff; /*display:flex;*/ margin:0 auto;}
.main-auth {width: 100%; max-width: 420px;}
.main-auth .auth_sys_module {background: #fff !important; color: #4D4D4D; padding: 40px 150px !important;}
.main-auth .auth-link-block a {color: #898989;}

.main-auth .auth-reg-link {display: flex; flex-direction: row; justify-content: right; font-size: 16px;}
.main-auth .auth-reg-link a {font-size: 16px; color: #1691dd; font-weight: 600; text-decoration: none; border-bottom: 1px solid #1691dd; margin-bottom:10px;}
.main-auth .auth-reg-link a:hover {border-bottom: 1px solid #1691dd;}

.main-auth .auth-title {text-align: center; font-size: 30px; font-weight: 700; line-height: normal; margin-bottom:20px;}
.main-auth .auth-link-block {margin: 25px 0; display: flex; flex-direction: row; justify-content: space-between;}
.main-auth #block-forgot {margin: 5px 0;}

.main-auth .auth_sys_module .form-control {
	height:auto;
	border:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	padding: 0;
	margin: 0 0 12px;
	position: relative;
}
.main-auth .auth_sys_module input[type="tel"],
.main-auth .auth_sys_module input[type="text"],
.main-auth .auth_sys_module input[type="password"],
.main-auth .auth_sys_module input[type="email"]
{
	box-sizing:border-box;
	background:#fff;
	border:1px solid #007bff;
	box-shadow:none;
	height:auto;
	font-size:14px;
	font-weight:600;
	padding: 0 18px;
	line-height: 50px;
	width:100%;
	border-radius: 8px;
	color: #4D4D4D;
}
.main-auth .auth_sys_module input[type="tel"]:focus ,
.main-auth .auth_sys_module input[type="text"]:focus ,
.main-auth .auth_sys_module input[type="password"]:focus ,
.main-auth .auth_sys_module input[type="email"]:focus {border: 1px solid #46b366;}

.main-auth .auth_sys_module input::-moz-placeholder {color: #007bff;}
.main-auth .auth_sys_module input::-webkit-input-placeholder {color: #007bff;}
.main-auth .auth_sys_module input:-ms-input-placeholder {color: #007bff;}
.main-auth .auth_sys_module input::-ms-input-placeholder {color: #007bff;}
.main-auth .auth_sys_module input::placeholder {color: #007bff;} 
  
.main-auth .auth_button {
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	color: #898989;
	text-align: center;
	text-decoration: none;
	padding: 1.3em 1em 1.1em 1em;
	border-radius: 6px;
	background: #DEDEDE;
	border: 0;
	outline:none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	display: block;
	width: 100%;
	margin: 20px 0 30px;
	transition: color .1s, background .3s;
	white-space: nowrap;
	z-index: 1;
}
.main-auth .auth_button:hover {
	text-decoration: none;
	background: #1691dd;
	transition: color .1s, background .3s;
	color:#fff;
}

.main-auth .auth_button.active {
	text-decoration: none;
	background: #1691dd;
    background: linear-gradient(45deg, #1691dd, #0461ef);
	color:#fff;
}

.main-auth .forgot {float: none; margin: 0;}
.main-auth .change-login {text-align: center; margin: 18px 0;}
.main-auth .change-login a {color: #4D4D4D; font-weight:700; font-size:16px; text-decoration: none; border-bottom: 1px solid #656565;}
.main-auth .change-login a:hover {color: #007bff; border-bottom: 1px solid #007bff;}

.main-auth .form-group .fa {
	position: absolute;
	right: 20px;
	top: 1px;
	height: 50px;
	width: auto;
	background: transparent;
	color: #007bff;
	font-size: 1em;
	line-height: 50px;
	cursor: pointer;
}

.main-auth .block_sms-title {font-size: 22px; line-height: normal; font-weight: 700; text-align: center; margin: 20px 0;}
.main-auth .block_sms-info {margin: 20px 0; font-size: 13px; line-height: normal; font-weight: 700; text-align: center;}
.main-auth .block_sms-inputs {overflow: hidden; display: flex; flex-direction: row; width: 220px; justify-content: space-between; margin: 20px auto;}
.main-auth .block_sms-inputs input {
	width: 46px !important;
	line-height: 58px !important;
	text-align: center !important;
	border-radius: 6px !important;
	border: 1px solid #e5e5e5 !important;
	background: #fff !important;
	color: #3b3b3b !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 30px !important;
}
.main-auth .block_sms-inputs input.error-code {border: 2px solid #ff5656 !important; color: #4D4D4D !important;}
.main-auth .block_sms-inputs input:focus {border: 2px solid #007bff !important;}
.main-auth .block_sms-info-timer {margin: 20px 0; font-size: 12px; line-height: normal; font-weight: 600; text-align: center; color: #007bff;}
/* End */
/* /local/templates/probrite/components/bitrix/system.auth.form/main/style.css?166808105510086 */
