@charset "utf-8";
/* CSS Document */

/* / mail login */
.alert_error {
  background: #fff none repeat scroll 0 0;
  margin: 0 16px;
}
.alert_error p {
  padding: 7px 0;
}
.login_part {
  background: #e6e4e4 ;
  height: 100%;
  padding-top: 150px;
  position: fixed;
  width: 100%;
}
.login_part02 {
  background: #e6e4e4 none repeat scroll 0 0;
  height: 100%;
  padding-top: 0px;
  position: fixed;
  width: 100%;
}
.login_container {
  background: rgba(0, 0, 0, 0) url("../images/gray_login_bg.png") no-repeat scroll 0 0 / 100% auto;
  margin: auto;
  min-height: 470px;
  position: relative;
  width: 378px;
}
.hanger_sep {
  background: rgba(0, 0, 0, 0) url("../images/hanger_sep_gray.png") no-repeat scroll center top;
  height: 250px;
  margin: auto;
  position: absolute;
  top: -216px;
  width: 100%;
}
.contant_part {
  padding: 65px 40px;
}
.contant_part h1 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.contant_part h1 span {
  color: #7f7f7f;
  display: block;
  padding: 10px 0 20px;
  width: 100%;
}
.input_box {
  background: #7f7f7f !important;
  border: 1px solid #dce1d7;
  border-radius: 5px;
  box-shadow: 0 0 3px #666 inset;
  margin-bottom: 10px;
  padding: 5px 10px;
  line-height: 31px;
}
.login_input {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #000;
  font-size: 16px;
  padding-left: 5px;
}
.remember_part {
  float: left;
}
.remember_part {
  color: #7f7f7f;
}
.forgot_text {
  float:right;
}
.forgot_text > a {
  color: #7f7f7f;
}
.forgot_text a:hover {
  color: #000;
}
.signin_btn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#19cba5+0,1bacbb+100 */
background: #7f7f7f; /* Old browsers */
background: -moz-linear-gradient(left, #7f7f7f 0%, #4c4e4e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #7f7f7f 0%,#4c4e4e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #7f7f7f 0%,#4c4e4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#4c4e4e',GradientType=1 ); /* IE6-9 */
border: 0 none;
    border-radius: 5px;
    box-shadow: 0px 0px 0px #838383;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.create_text {
  color: #7f7f7f;
  display: block;
  padding-top: 20px;
  text-align: center;
  text-decoration: underline;
}
.create_text:hover {
  color: #000;
}
