#header-login {
  position: relative;
  float: left; }
  #header-login .header_user_info a {
    color: #ffffff;
    display: block;
    cursor: pointer;
    font-size: 13px;
    line-height: 18px;
    -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: #efefef; }
  #header-login .header_user_info.active a {
    color: #efefef; }
  #header-login .header_user_info.current a:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    padding-left: 12px; }
  #header-login .header_user_info.current.active a:after {
    content: "\f0d8"; }
  #header-login .logout {
    overflow: hidden;
    margin-bottom: 0; }

#header-login-content {
  display: none;
  width: 270px;
  padding: 15px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 26px;
  z-index: 3;
  background: #fff;
  -moz-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  -webkit-box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  box-shadow: 4px 4px 5px 0 rgba(50, 50, 50, 0.09);
  color: #333; }
  @media (max-width: 767px) {
    #header-login-content {
      width: 215px;
      left: 0; } }
  #header-login-content label {
    color: #333;
    font-weight: normal; }
  #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 #eaeae0;
        line-height: 35px; }
        #header-login-content li ul li:first-child {
          border: none; }
        #header-login-content li ul li a {
          color: #333;
          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: #89bd19;
            color: white; }
          #header-login-content li ul li a i {
            display: none; }

#create_header_account_error {
  padding: 8px; }
