body {
	margin:0;
	padding:0;
	background-color:#ebecee;
	font-family: 'Ubuntu';
}
.entry-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
}   
.entry-wrap:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}
.entry-block {
    background: #fff;
	padding: 43px;
    width: 570px;
	display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
	color: #333;
	font-size: 14px;
    border-radius: 5px;
}
.entry-block p{
	margin: 25px 0 25px;
}

a{text-decoration: underline; color: #7c76b5;}
a.simple{font-size: 16px;}
a.tos{color: #333;}
.wrap-input{
	width:100%;
	max-width: 377px;
	border-radius: 5px;
	margin-bottom:20px; 
	border: 1px solid #d0d0d0;
	margin: 14px auto;
	text-align: left;
}
h1{
	color: #231f20;
	margin: 30px 0 0; 
	font-size: 32px;
	font-weight: bold;
}
.logo{
	margin: 0 auto;
}
.logo img{
	width: 115px;
}
.checkbox{margin: 30px auto;}
.note.no-marg .error{margin-top: 0px;}
input {
	outline:none;
	border: 0px solid transparent;
	border-radius: 5px;
}

input[type="text"],input[type="phone"],input[type="email"], input[type="password"] {
	width: 80%;
	height: 45px;
	padding-left: 30px;
	color: #333;
	font-size: 16px;
}

a.reg, a.reg:focus, a.reg:active, input[type="submit"] {
	border-radius: 5px;
	background-color: #7c76b5;
	color: #fff;
	font-size:20px;
	font-family:"Ubuntu",sans-serif;
	cursor: pointer;
	display: inline-block;
	border: none;
	transition: all 0.3s;
	font-size: 16px;
	padding: 10px 40px;
	margin: 0px auto;
	text-decoration: none;
}

a.reg:hover, input[type="submit"]:hover {
	background-color: #6d689f;
	color: #fff;
	 text-decoration: none;
}
.wrap-input{position: relative;}
label.error{
	text-align: center;
	font-weight: normal;	
}
.error{color: #f15e5b;}
.simple a{text-decoration: underline; font-size: 16px;}
.user_ico, .password_ico, .mail_ico{
	width: 45px; 
	height: 25px;
	float:left;
	margin:10px 0;
	border-right: 1px solid #a7a9ac;
}

.user_ico {
	background-image: url('images/user_ico.png');
	background-position:center center;
	background-repeat: no-repeat;	
	background-size: 12px;
}

.password_ico {
	background-image: url('images/pass_ico.png');
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 12px;
}
.mail_ico {
    background-image: url(images/mail_ico.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}

::-webkit-input-placeholder {color:#333333; opacity: 1;}
::-moz-placeholder          {color:#333333; opacity: 1;}/* Firefox 19+ */
:-moz-placeholder           {color:#333333; opacity: 1;}/* Firefox 18- */
:-ms-input-placeholder      {color:#333333; opacity: 1;}

.eye{
	position: absolute;
	right: 10px;
	bottom: 12px;
	display: block;
	width: 22px;
	height: 19px;
	background: url('images/hide.png') no-repeat center center;
	cursor: pointer;
}
.eye.show{
	background: url('images/show.png') no-repeat center center;
}
#exist{display: none;}
#result_place{color: #7c76b5;}
a.info-link{color: #939394; text-decoration: none; display: inline-block; margin-top: 10px;}

.header_logo a {
    display: inline-block;
    width: 180px;
    height: 37px;
    background: url('images/logo_30.svg') no-repeat;
    background-size: cover;
}
.quest {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(/img/ascon-spb/all_icon.svg);
    background-repeat: no-repeat;
    background-size: 1600px;
    background-position: -1220px -1px;
    margin-top: -5px;
    cursor: pointer;
}
a.empty_btn{
	border-radius: 5px;
	border: 1px solid #7c76b5;
	color: #7c76b5;
	font-family:"Ubuntu",sans-serif;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s;
	font-size: 16px;
	padding: 10px 30px;
	min-width: 135px;
	text-decoration: none;
}