.text-agc {
  text-align: center;
}
body {
  font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
  background: url("../img/bg.jpg");
}
.h3_title {
  color: #dbdbdb;
  font-size: 30px;
  font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-align: center;
  padding-top: 25px;
}
.content {
  max-width: 744px;
  margin: 26px auto 0;
  padding: 24px;
  background: #cdcdcd url("../img/middle_bg.png") repeat-x top;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 18px rgba(0, 0, 0, 0.1);
}
.form_block {
  background: #171717;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form_block .title {
  color: #55b8ff;
  font-size: 23px;
  padding: 16px 22px;
}
.form_block .title_cont {
    font-size: 14px;
    color: #89B100;
    margin-bottom: 10px;
    padding: 0;
}
.form_block fieldset {
  min-height: 342px;
  background: url("../img/form_bg.png") no-repeat;
  background-size: cover;
  padding: 28px 24px;
  border-top: 1px solid #4b4b4b ;
  border-radius: 4px;
}
.form_block fieldset label,
.form_block fieldset label[type="pass"] {
  font-size: 17px;
  color: #dfdfdf;
  margin-bottom: 10px;
}
.form_block fieldset input[type="text"],
.form_block fieldset input[type="password"] {
  border: 1px solid #4b4b4b;
  color: #dfdfdf;
  background: #000000;
  margin-bottom: 17px;
}
.form_block .btn-login {
  background: url("../img/login_btn.png") repeat-x;
  color: #ffffff;
  font-weight: bold;
  font-size: 19px;
  text-shadow: -1px 0 0 #007fb9;
  border: none;
  margin: 6px 0 15px;
  font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  min-height: 38px;
  padding: 9px 0;
}
.form_block .btn-login:hover {
  background: url("../img/login_btnH.png") repeat-x;
}
.form_block .forgot_your {
  color: #55b8ff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
.form_block .forgot_your:hover {
  text-decoration: none;
}
.content_block h2 {
  text-align: center;
  color: #358ac7;
  font-size: 36px;
  line-height: 37px;
  margin: 0 0 17px 0;
  text-shadow: 1px 1px 0 #ffffff;
  font-family: arial, sans-serif;
}
.content_block h3 {
  text-align: center;
  font-weight: normal;
  font-size: 27.43px;
  color: #232323;
  line-height: 31px;
  margin: 3px 0 0px 0;
  text-shadow: 1px 1px 0 #ffffff;
  font-family: arial, sans-serif;
}
.content_block .li_block {
  border: 1px solid #ffffff;
  -webkit-box-shadow: inset 0 0 32px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 32px 0 rgba(0, 0, 0, 0.1);
  min-height: 300px;
  background: #f5f5f5;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.content_block .li_block ul {
  margin: 0;
  padding: 26px 0 0 50px;
}
.content_block .li_block ul li {
  list-style-image: url("../img/list_st.png");
  font-size: 18px;
  font-family: arial, sans-serif;
  color: #232323;
  line-height: 20px;
  margin-bottom: 11px;
}
.content_block .join_btn {
  background: url("../img/login_but.png") repeat-x;
  border: 1px solid #6d6d6d;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  padding: 9px 0px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  margin: 21px 0 0 0;
  text-shadow: -1px 0 0 #71a128;
}
.content_block .join_btn:hover {
  background: url("../img/login_buHt.png") repeat-x;
}
.no-ip {
  font-size: 10px;
  color: #979797;
  font-family: arial, sans-serif;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
a:hover,
a:focus {
  color: #55b8ff;
  text-decoration: underline;
}
.checkbox input[type="checkbox"] {
  outline: none;
  border: none;
}
@media (min-width: 980px) {
  .main {
    background: url("../img/bg_msin.jpg") no-repeat top center;
  }
  .form_block {
    max-width: 318px;
  }
  .form_block fieldset {
    min-height: 361px;
  }
  .content {
    min-height: 472px;
  }
  .content_block .li_block {
    min-height: 290px;
  }
  .row-fluid .no_witch {
    width: 45.817949%;
  }
  .content_block .join_btn {
    width: 335px;
    margin-left: 13px;
  }
  .content_block .li_block {
    width: 332px;
    margin-left: 13px;
  }
}
@media (max-width: 767px) {
  .content_block h3 {
    margin-top: 20px;
  }
  .h3_title {
    padding-top: 25px;
    font-size: 25px;
  }
  .content_block h2 {
    font-size: 28px;
  }
  .middle {
    width: 391px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .middle {
    width: auto;
  }
}
