@import "reset.css";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,greek,greek-ext,cyrillic-ext,cyrillic);

html, body, .iframe_body {
	background: #f4f4f4;
	color: #5a5a5a;
	font-family: 'Roboto', sans-serif;
}
.clear {
	zoom: 1;
}

.clear:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.hr {
	height: 1px;
	overflow: hidden;
	border-top: 0 none;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 12px;
	float: left;
	width: 100%;
	clear: both;
}

.text {
	font-size: 13px;
	line-height: 18px;
	margin: 12px 0;
	float: left;
	clear: both;
}

.col-1 {
	position: relative;
	float: left;
	width: 170px;
}

.col-1:nth-child(1) {
	margin-right: 20px;
}

.col-2 {
	float: left;
}

.inp {
	padding: 4px 10px 5px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #aeaeae;
	background: #fff;
}

.inp:focus {
	   -webkit-transition: border-color .4s ease-out .4s;
     -moz-transition: border-color .4s ease-out .4s;
     -o-transition: border-color .4s ease-out .4s;
     transition: border-color .4s ease-out .4s;
	border-color: #707070;
}

.col-1 label {
	color: #636363;
 	margin-bottom: 5px;
 	color: #707070;
 	display: inline-block;
}

label.none {
	position: static;
}

label.none,
.fgt {
	color: #707070;
	text-decoration: none;
}

.enter {
	display: block;
	width: 100%;
	max-width: 150px;
	height: 15px;
	padding: 8px;
	background: #ffd506 none repeat scroll 0 0;
	text-decoration: none;
	color: #363636;
	text-align: center;
}

.login-lnk.login-lnk--register {
	height: 15px;
	padding: 8px;
	display: block;
	float: left;
	color: #016cb7;
}

.auth-form .clear {
	padding-bottom: 10px;
}

.lnk {
	font-size: 11px;
}

.lnk input {
	vertical-align: bottom;
	margin-right: 5px;
}



.lnk a {
	color: #707070; 
}

.lnk a:hover {
	text-decoration: underline;
}

.reg {
	padding-top: 10px;
	margin-bottom: 20px;
}

.reg a {
	display: block;
	width: 138px;
	height: 22px;
	padding-top: 7px;
	color: #ffd506;
	text-decoration: none;
	background: #ffd506 none repeat scroll 0 0;
	text-align: center;
}

.reg a.click {
	background: #363636;
	color: #ffd506;
}

.services {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
}

.services a {
	display: block;
    float: left;
    margin-right: 10px;
}

.login-form__icon.login-form__icon--user {
  background: 0 0 url(../img/user_blue.png) no-repeat;
  height: 13px;
  width: 13px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -2px;
}