#header-login {
  position: relative;
  float: right;
  margin-top: 3px;
  clear: right; }
  #header-login .header_user_info {
    float: right; }
    #header-login .header_user_info a {
      color: #17c9be;
      font-weight: 500;
      display: block;
      padding: 0;
      font-size: 16px;
      line-height: 26px;
      text-transform: uppercase;
      cursor: pointer;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #header-login .header_user_info a:hover {
        color: #4f4f4f; }
    #header-login .header_user_info i {
      font-size: 26px;
      line-height: 26px;
      font-weight: normal;
      margin-right: 10px;
      vertical-align: -3px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #header-login .header_user_info.current.active a {
      color: #4f4f4f; }
  #header-login .logout {
    overflow: hidden;
    margin-bottom: 0; }

#header_login_form .form-control {
  /* Firefox 19+ */
  /* Firefox 18- */ }
  #header_login_form .form-control::-webkit-input-placeholder {
    color: #888; }
  #header_login_form .form-control::-moz-placeholder {
    color: #888; }
  #header_login_form .form-control:-moz-placeholder {
    color: #888; }
  #header_login_form .form-control:-ms-input-placeholder {
    color: #888; }

#header_login_form .btn.btn-default {
  display: block;
  text-align: center;
  width: 100%;
  padding: 16px 0; }
  #header_login_form .btn.btn-default i {
    font-size: 21px;
    vertical-align: -3px;
    margin-right: 6px; }
#header_login_form .form-group {
  margin-bottom: 10px; }
  #header_login_form .form-group label {
    display: none; }
  #header_login_form .form-group .form-control {
    width: 100%;
    height: 49px;
    line-height: 20px;
    width: 100%;
    background: #fff;
    font-size: 12px;
    border: 1px solid #ebebec;
    color: #888;
    padding: 14px 12px 15px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

#header-login-content {
  display: none;
  width: 230px;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  right: 0;
  top: 37px;
  z-index: 1;
  background: #fff;
  color: #888; }
  #header-login-content label {
    color: #333; }
  #header-login-content li {
    margin: 0;
    padding: 0; }
    #header-login-content li ul {
      margin: 0 0 10px 0; }
      #header-login-content li ul li {
        display: block;
        border-top: 1px solid #ccc;
        line-height: 35px; }
        #header-login-content li ul li:first-child {
          border: none; }
        #header-login-content li ul li a {
          font-weight: normal;
          color: #888;
          padding: 0 10px 0 10px;
          display: block;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #header-login-content li ul li a:hover {
            background: #17c9be;
            color: #fff; }
          #header-login-content li ul li a i {
            display: none; }

#create_header_account_error {
  padding: 8px; }
