/**
 * Unicorn Admin Template
 * Version 2.2.0
 * Diablo9983 -> diablo9983@gmail.com
**/
html,
body {
  width: 100%;
  height: 100%;

}
body {
  position: relative;
  min-height: 600px;
    background: #2c3742;
    background: -moz-linear-gradient(top, #2c3742 0%, #28303a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c3742), color-stop(100%,#28303a));
    background: -webkit-linear-gradient(top, #2c3742 0%,#28303a 100%);
    background: -o-linear-gradient(top, #2c3742 0%,#28303a 100%);
    background: -ms-linear-gradient(top, #2c3742 0%,#28303a 100%);
    background: linear-gradient(to bottom, #2c3742 0%,#28303a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3742', endColorstr='#28303a',GradientType=0 );
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans GB",OpenSans-Regular,"microsoft yahei",helvetica,arial,sans-serif;
}
.grey,
a.grey {
  color: #aaaaaa;
}
a.blue {
  font-weight: bold;
}
@media (max-width: 400px) {
  a.grey,
  a.blue {
    font-size: 12px;
  }
}

#container {

  top: 0;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  margin-top: 20px;
  padding-bottom: 25px;
}
@media (max-width: 480px) {
  #container {
    margin: 20px 5% 0;
    left: auto;
    width: 90%;
  }
}
#logo,
#loginbox {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#loginbox{
  width:440px;}
@media (max-width: 480px) {
  #logo,
  #loginbox {
    width: 100%;
  }
}
#logo {
  padding: 30px 0;
}
#logo img {
  width: 360px;
  margin: 0 auto;
  display: block;
}
#user {
  width: 100%;
  height: 100px;
  opacity: 0;
}
#user,
#user .avatar,
#user .inner,
#user .text {
  position: absolute;
}
#user .avatar {
  border: 2px solid #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  left: 45px;
  top: 10px;
}
#user .inner {
  background-image: -moz-linear-gradient(-55deg, rgba(255, 255, 255, 0.7) 0%, transparent 100%);
}
#user .avatar,
#user .inner {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 40px;
}
#user .text {
  top: 17px;
  left: 150px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
#user .user_name {
  display: block;
  font-size: 24px;
}
#loginbox {
  margin-top: 20px;
  height: 255px;
  background: #ffffff;
  box-shadow: 0 0 4px #000000;
  border-radius: 7px;
  overflow: hidden !important;
  text-align: center;
  position: relative;
}
#loginbox form {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#loginbox form#loginform {
  z-index: 200;
}
#loginbox form#recoverform {
  z-index: 100;
  opacity: 0;
  display: none;
}
#loginbox form#recoverform .control-group {
  margin: 23px 0;
}
/*// #loginbox form#registerform {
//   z-index: 100;
//   opacity: 0;
//   display: none;
// }*/
#registerform{
  font-size: 13px;
}
#loginbox p {
  color: #2c3742;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 400px) {
  #loginbox p {
    font-size: 12px !important;
  }
}
#loginbox .form-actions {
  padding: 5px 20px 15px;
  border-radius: 0 0 30px 30px;
}
#loginbox .form-actions .pull-left,
#loginbox .form-actions .pull-right {
  margin-bottom: 10px;
}
#loginbox .form-actions .pull-left {
  text-align: left;
}
#loginbox .form-actions .pull-right {
  text-align: right;
}
.input-group {
  padding: 0 20px 5px;
}
.input-group-addon {
  min-width: 7em;
  font-size: 13px;
  background-color: #7e91aa;
  color: #fff;
  border: 1px solid #7e91aa;
}

.footer-login {
  border-top: 1px solid #e6e6e6;
}
.footer-login .text {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
  padding: 12px 20px;
}
.btn-inverse {
  color: #ffffff;
  background-color: #555555;
  border-color: #494949;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #414141;
  border-color: #2a2a2a;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #555555;
  border-color: #494949;
}
.btn-social .btn {
  display: inline-block;
  font-size: 20px;
  border-left: 1px solid #e6e6e6;
  color: #888888;
  padding: 9px 0 10px;
  margin: 0 0 0 -4px;
  border-radius: 0;
}
.btn-social .btn:hover {
  color: #fff;
}
.btn-social .btn.btn-facebook:hover {
  background-color: #428bca;
}
.btn-social .btn.btn-twitter:hover {
  background-color: #5bc0de;
}
.btn-social .btn.btn-google-plus:hover {
  background-color: #d9534f;
}
.btn-social .btn i {
  padding: 0 15px 0 17px;
}
hr {
  margin: 8px 0 -5px;
}

.flip-link{
  padding-top: 5px;
  display: inline-block;
  font-weight: bold;
}

.btn-login{
  background-color: #7e91aa;
  color: #fff;
}
.btn-login:hover,
.btn-login:focus,
.btn-login:active{
  color: #fff;
  background-color: #8ca0bb;
}

.login_desc{
  position: absolute;
  top: 100%;
  padding-top: 15px;
  width: 825px;
  text-align: justify;
  left:50%;
  margin-left: -412px;  
  color: #fff;
}
#footer {
  position: absolute;
  bottom: 10px;
  width: 825px;
  left:50%;
  margin-left: -412px;    text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
  font-size: 12px;
  font-weight: 200;
  padding: 10px 0;
}
.alert{
  padding-top: 8px;
  padding-bottom: 8px;
  width: 440px;
  margin-bottom: 10px;
}
.get-code{
  cursor: pointer;
}