#header-login {
  position: relative;
  float: right; }
  @media (max-width: 991px) {
    #header-login {
      float: left; } }
  @media (max-width: 767px) {
    #header-login {
      margin-bottom: 20px; } }
  #header-login .header_user_info {
    float: right;
    margin-right: 10px; }
    @media (max-width: 767px) {
      #header-login .header_user_info {
        margin-right: 0; } }
    #header-login .header_user_info a {
      display: block;
      padding: 0;
      cursor: pointer; }
    #header-login .header_user_info.current a {
      padding: 5px 7px;
      background: #222222;
      font-size: 14px;
      color: white; }
      #header-login .header_user_info.current a:after {
        content: "\f107";
        font-family: "FontAwesome";
        line-height: 1em;
        vertical-align: 0;
        padding-left: 7px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        display: inline-block;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s; }
    #header-login .header_user_info.current.active a:after {
      content: "\f106"; }
    #header-login .header_user_info.current a:hover, #header-login .header_user_info.current.active a {
      background: #e5e5e5;
      color: #222222; }
      #header-login .header_user_info.current a:hover:after, #header-login .header_user_info.current.active a:after {
        -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
        animation-name: hvr-icon-bob-float, hvr-icon-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate; }
  #header-login .logout {
    overflow: hidden;
    margin-bottom: 0; }

#header-login-content {
  display: none;
  width: 315px;
  padding: 15px 15px 0 15px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 2;
  background: #e5e5e5;
  color: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.07) 0 0 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0 0 7px;
  box-shadow: rgba(0, 0, 0, 0.07) 0 0 7px; }
  @media (max-width: 767px) {
    #header-login-content {
      left: inherit;
      right: 0;
      width: 311px; } }
  @media (max-width: 480px) {
    #header-login-content {
      width: 240px; } }
  #header-login-content label {
    color: #222222;
    font-weight: 300; }
  #header-login-content .submit {
    padding: 10px 0 0 0; }
    #header-login-content .submit .btn {
      background: none;
      border: none;
      padding: 0;
      color: #777;
      float: left;
      height: 30px;
      line-height: 30px;
      vertical-align: middle;
      display: inline-block;
      margin-bottom: 15px; }
      #header-login-content .submit .btn span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        text-align: center;
        background: #222222;
        font-size: 15px;
        vertical-align: 0;
        color: white;
        margin-right: 10px;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        #header-login-content .submit .btn span i {
          margin: 0;
          padding: 0; }
      #header-login-content .submit .btn em {
        font-style: normal;
        display: inline-block; }
      #header-login-content .submit .btn:hover {
        color: #222222; }
        #header-login-content .submit .btn:hover span i {
          -moz-animation: zoomIn 600ms ease 450ms 1 alternate;
          -webkit-animation: zoomIn 600ms ease 450ms 1 alternate;
          animation: zoomIn 600ms ease 450ms 1 alternate; }
    #header-login-content .submit #HeaderSubmitLogin {
      margin-right: 30px; }
  #header-login-content li {
    margin: 0;
    padding: 0; }
    #header-login-content li .form-control {
      height: 30px;
      font-size: 12px; }
    #header-login-content li .form-error input,
    #header-login-content li .form-ok input {
      background-position: 98% 7px; }
    #header-login-content li ul {
      margin: 0 0 10px 0; }
      #header-login-content li ul li {
        display: block;
        border-top: 1px solid #d8d8d8;
        line-height: 35px; }
        #header-login-content li ul li:first-child {
          border: none; }
        #header-login-content li ul li a {
          padding: 0 10px 0 10px;
          display: block;
          color: #222222; }
          #header-login-content li ul li a:hover {
            background: #eeeeee; }
          #header-login-content li ul li a i {
            display: none; }

#create_header_account_error {
  padding: 8px; }
