.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
a:hover , a {
  color: inherit;
  text-decoration: inherit;
}
ul{
  list-style-type: none;
  padding: 0;
}
li{
  margin-left: 0;
}

html,body{
  margin: 0;
  padding: 0;
  background-color: #E3E5E6;
}
body{
  margin-top: -28px;
  margin-bottom: -10px;
}

/***********/
/* HEADER  */
/***********/
div.main{
  min-width: 1340px;
}
header.header_auth{
  background-color: #465C77;
  height: 120px;
  line-height: 120px;
}
h1{
  text-align: center;
  font-family:Helvetica, Arial, "sans-serif";
  font-size: 42px;
  color: #E7E7E7;
}

/***********/
/*  AUTH   */
/***********/
.auth_head{
  text-align: center;
  margin-top: 150px;
}
.auth_head h2{
  font-family: Helvetica, Arial, "sans-serif";
  color: #2A2A2A;
}
.login-form{
  margin: 0 auto;
  width: 200px;
}
.login-form div.login, .login-form div.password{
  text-align: center;
  margin-bottom: 10px;
}

.login-form div.submit{
  text-align: center;
  margin-bottom: 5px;
}