#header-login {
  border-left: 1px solid #3f3f43;
  border-right: 1px solid #3f3f43;
  float: left;
  position: relative; }
  #header-login .header_user_info a {
    color: #888;
    font: 300 12px/18px "Ubuntu", sans-serif;
    display: block;
    padding: 11px 15px 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 479px) {
      #header-login .header_user_info a {
        padding: 11px 2px 10px; } }
    #header-login .header_user_info a:hover {
      color: #8ac249; }
  #header-login .header_user_info.current a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 18px;
    padding-left: 12px; }
  #header-login .header_user_info.current a:before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 18px;
    padding-right: 5px; }
    @media (max-width: 479px) {
      #header-login .header_user_info.current a:before {
        display: none; } }
  #header-login .header_user_info.current.active a:after {
    content: "\f106"; }
  #header-login .header_user_info.current.active a {
    color: #8ac249; }
  #header-login .logout {
    overflow: hidden;
    margin-bottom: 0; }
  @media (max-width: 767px) {
    #header-login {
      border-bottom: 1px solid #3f3f43;
      text-align: center;
      width: 50%; } }

#header-login-content {
  background: #070707;
  color: #fff;
  display: none;
  left: 0;
  margin: 0;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 40px;
  width: 270px;
  z-index: 4; }
  @media (min-width: 480px) and (max-width: 767px) {
    #header-login-content {
      width: 100%; } }
  #header-login-content p a {
    color: #fff;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #header-login-content p a:hover {
      color: #8ac249; }
  #header-login-content label {
    color: #fff;
    font-weight: normal; }
  #header-login-content li {
    margin: 0;
    padding: 0; }
    #header-login-content li ul {
      margin: 0 0 10px; }
      #header-login-content li ul li {
        display: block;
        border-top: 1px solid #3f3f43;
        line-height: 35px; }
        #header-login-content li ul li:first-child {
          border: none; }
        #header-login-content li ul li a {
          color: #fff;
          padding: 0 10px 0 10px;
          display: block; }
          #header-login-content li ul li a:hover {
            background: #8ac249; }
          #header-login-content li ul li a i {
            display: none; }
  #header-login-content .logout .btn.btn-default,
  #header-login-content .submit .btn.btn-default {
    background: #fff;
    border: none;
    color: #000; }
    #header-login-content .logout .btn.btn-default:hover,
    #header-login-content .submit .btn.btn-default:hover {
      background: #8ac249;
      color: #fff; }

#create_header_account_error {
  padding: 8px; }
