html, body, #wrap {
    height: 100%;
    margin: 0px;
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
}

body > #wrap {
	height: auto;
	min-height: 100%;
	background-color: #efefef;
	color: white;
}
a {
	color: #4694ff;
}
h1{
	font-size: 26px;
	font-weight: 600;
}
#headline {
	width: 100%;
	color: #4694ff;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-bottom: 3px solid #ccc;
	background: #000 url(template-example-headline-bg.gif);
	font: 250% Georgia, Arial, Helvetica, sans-serif;
}
#headline a {
	color: #4694ff;
	text-decoration: none;

}
#headline a:hover {
	color: #8b8b8b;
}
#content {
	padding-bottom: 40px;
}
#footer {
	clear: both;
	height: 40px;
	color: #4694ff;
	margin-top: -53px;
	text-align: right;
	position: relative;
	padding: 10px 50px 0px 0px;
	border-top: 3px solid #ccc;
	font: 150% Georgia, Arial, Helvetica, sans-serif;

}
#footer a {
	color: #4694ff;
	text-decoration: none;

}
#footer a:hover {
	color: #4694ff;
}
.clearfix:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


#center {
	top: 43.6%; /* Отступ в процентах от верхнего края окна */
	left: 48%; /* Отступ в процентах от левого края окна */
	width: 540px; /* Ширина блока */
	min-height: 580px; /* Высота блока */
	position: absolute; /* Абсолютное позиционирование блока */
	margin-top: -225px; /* Отрицательный отступ от верхнего края страницы, должен равняться половине высоты блока со знаком минус */
	margin-left: -225px; /* Отрицательный отступ от левого края страницы, должен равняться половине высоты блока со знаком минус */
	background: url(../img/login_panel.png) no-repeat #efefef;
	background-size: cover;
}
img.logo{
	left: 15px;
    position: fixed;
    top: 30px;
}
#center .logo{
    float: left;
    height: 450px;

}
#center .logo img{
    padding-top: 30px;
}
#center .in{
    /*margin-left: 210px;*/
	padding: 5px 0px 0px 62px;
    border: none;
	font-size: 22px
}
#center h1{
	text-align: left;
    padding: 80px 0px 0px 50px;
}

form.login label{
	font-style: italic;
	font-size: 24px;
}
form.login input[type="text"],form.login input[type="password"]{
	margin: 15px 0px 10px 0px;
	font-size: 21px;
    padding: 10px 10px 10px 10px;

}
form.login button{
	background-color: #e20026;
    border-radius: 4px;
    color: white;
    border: none;
    padding: 10px 35px 10px 35px;
    font-size: 20px;
    margin-top: 17px;
}


img.iqthech_logo{
	width:350px;
}

img.footer_logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 20vw;
}
.btn_input {
	color: #fff;
    background-color: #fb182c;
    border-radius: 4px;
    border: 1px solid #fb182c;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    font-family: 'neo_sans', sans-serif;
}
.f-w-600 {
	font-weight: 600;
}
.text_form {
	font-size: 18px;
    margin-right: 40px;
    margin-bottom: 30px;
}

