@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic);
#header-login {
  position: relative;
  float: right;
  margin-right: 10px; }
  #header-login .header_user_info {
    float: right; }
    #header-login .header_user_info a {
      position: relative;
      height: 40px;
      font: 300 13px/19px "Ubuntu", sans-serif;
      color: #3988c0;
      display: block;
      padding: 9px 9px 11px 8px;
      cursor: pointer;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      #header-login .header_user_info a:after {
        position: absolute;
        font-family: "fl-outicons";
        content: '\e060';
        font-size: 20px;
        line-height: 22px;
        color: #3988c0;
        left: -21px;
        top: 8px;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }
      #header-login .header_user_info a:hover {
        color: #fff; }
        #header-login .header_user_info a:hover:after {
          color: #fff; }
    #header-login .header_user_info.active a {
      color: #fff; }
  #header-login .logout {
    overflow: hidden;
    margin-bottom: 0; }
    #header-login .logout a {
      font: 700 14px/14px 'Ubuntu', sans-serif;
      text-transform: uppercase;
      border-radius: 3px;
      background: #525252;
      color: #fff;
      border: none;
      display: block;
      text-align: center;
      width: 100%;
      padding: 13px 2px 13px 4px;
      margin-bottom: 10px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      #header-login .logout a i {
        display: none; }
      #header-login .logout a:hover {
        background: #3988c0; }

#header-login-content {
  display: none;
  width: 210px;
  padding: 22px 20px 12px 20px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 37px;
  z-index: 1;
  background: #2e2e2e;
  color: #fff; }
  #header-login-content .form-group {
    margin-bottom: 11px; }
  #header-login-content label {
    font: 300 12px/14px 'Ubuntu', sans-serif;
    color: #888888; }
  #header-login-content #HeaderSubmitLogin {
    font: 700 14px/14px 'Ubuntu', sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    background: #525252;
    color: #fff;
    border: none;
    display: block;
    text-align: center;
    width: 100%;
    padding: 13px 2px 13px 4px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    #header-login-content #HeaderSubmitLogin i {
      display: none; }
    #header-login-content #HeaderSubmitLogin:hover {
      background: #3988c0; }
  #header-login-content .create {
    font: 700 14px/14px 'Ubuntu', sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    background: #525252;
    color: #fff;
    border: none;
    display: block;
    text-align: center;
    width: 100%;
    padding: 13px 2px 13px 4px;
    margin-bottom: 0px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    #header-login-content .create:hover {
      background: #3988c0; }
  #header-login-content input {
    background: #2e2e2e !important;
    background-color: #2e2e2e !important;
    border-radius: 3px;
    padding: 10px 10px 11px 12px;
    font: 300 12px/14px 'Ubuntu', sans-serif;
    height: 40px;
    color: #888888; }
  #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 #515151;
        line-height: 35px; }
        #header-login-content li ul li:first-child {
          border: none; }
        #header-login-content li ul li a {
          font-weight: bold;
          color: #fff;
          padding: 0 10px 0 10px;
          display: block; }
          #header-login-content li ul li a:hover {
            background: #484848; }
          #header-login-content li ul li a i {
            display: none; }

#create_header_account_error {
  padding: 8px; }
