#header-login {
  position: relative;
  float: right; }
  @media (max-width: 767px) {
    #header-login {
      float: left; } }
  #header-login .header_user_info a {
    font: 400 12px/39px "PT Sans Narrow", sans-serif;
    color: #777777;
    display: block;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase; }
    #header-login .header_user_info a:before {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-family: "material-design";
      font-size: 16px;
      line-height: 16px;
      content: "\e18b";
      font-weight: normal;
      padding-right: 6px;
      vertical-align: -2px; }
  #header-login .header_user_info.current a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 11px;
    line-height: 11px;
    vertical-align: 0;
    padding-left: 3px; }
  #header-login .header_user_info.current.active a:after {
    content: "\f106"; }
  #header-login .header_user_info:hover a, #header-login .header_user_info.active a {
    color: #78a131; }
    #header-login .header_user_info:hover a:before, #header-login .header_user_info.active a:before {
      color: #78a131; }
  #header-login .logout {
    overflow: hidden;
    margin-bottom: 0; }

#header-login .form_content p {
  display: inline-block; }
#header-login .form_content .form-group {
  margin-bottom: 10px; }
#header-login .form_content a {
  color: white; }
#header-login .form_content .form-control {
  background: none;
  text-transform: uppercase;
  font: 300 12px/16px "PT Sans Narrow", sans-serif;
  color: #333333;
  border: none;
  opacity: 0.6;
  padding: 2px 17px 3px;
  font-family: "PT Sans Narrow", sans-serif;
  border: 1px solid #bdbdbd;
  height: 36px; }
  #header-login .form_content .form-control::-webkit-input-placeholder {
    color: #333333;
    font-size: 12px;
    opacity: 0.8; }
  #header-login .form_content .form-control::-moz-placeholder {
    color: #333333;
    font-size: 12px;
    opacity: 0.8; }
  #header-login .form_content .form-control:-moz-placeholder {
    color: #333333;
    font-size: 12px;
    opacity: 0.8; }
  #header-login .form_content .form-control::-o-input-placeholder {
    color: #333333;
    font-size: 12px;
    opacity: 0.8; }
  #header-login .form_content .form-control:ms-input-placeholder {
    color: white;
    font-size: 13px;
    opacity: 0.8; }

#header-login-content {
  display: none;
  width: 233px;
  padding: 15px 20px 20px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 2;
  background: #f0f0f0;
  color: #fff; }
  @media (max-width: 767px) {
    #header-login-content {
      left: 0 !important; } }
  #header-login-content .btn.btn-default,
  #header-login-content a.create {
    font: 700 15px/19px "PT Sans Narrow", sans-serif;
    display: inline-block;
    background: #78a131;
    text-align: center;
    text-transform: uppercase;
    color: white;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 11px 5px;
    width: 90px;
    height: 42px;
    vertical-align: middle;
    border: none; }
    #header-login-content .btn.btn-default i,
    #header-login-content a.create i {
      display: none; }
    #header-login-content .btn.btn-default span,
    #header-login-content a.create span {
      display: none; }
    #header-login-content .btn.btn-default.btn-login-facebook,
    #header-login-content a.create.btn-login-facebook {
      background: #3952a2;
      margin-bottom: 0; }
      #header-login-content .btn.btn-default.btn-login-facebook:hover,
      #header-login-content a.create.btn-login-facebook:hover {
        background: #3d3d3d; }
    #header-login-content .btn.btn-default.btn-login-google,
    #header-login-content a.create.btn-login-google {
      background: #d94141;
      margin-bottom: 0; }
      #header-login-content .btn.btn-default.btn-login-google:hover,
      #header-login-content a.create.btn-login-google:hover {
        background: #3d3d3d; }
    #header-login-content .btn.btn-default:hover,
    #header-login-content a.create:hover {
      background: #78a131; }
  #header-login-content .btn.btn-default {
    margin-right: 9px; }
    #header-login-content .btn.btn-default:before {
      font-size: 20px;
      line-height: 20px;
      content: '\e0bd';
      font-family: "material-design"; }
  #header-login-content a.create:before {
    font-size: 20px;
    line-height: 20px;
    content: '\e006';
    font-family: "material-design"; }
  #header-login-content .logout .pull-right {
    float: left;
    width: 100%; }
    #header-login-content .logout .pull-right span {
      display: inline-block;
      padding-left: 6px;
      vertical-align: 2px; }
  #header-login-content label {
    color: #fff;
    opacity: 0.7;
    display: none; }
  #header-login-content li {
    margin: 0;
    padding: 0; }
    #header-login-content li ul {
      margin: 0 0 15px 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: 400 13px/17px "PT Sans Narrow", sans-serif;
          color: #888;
          padding: 7px 0;
          display: block;
          text-transform: uppercase; }
          #header-login-content li ul li a:hover {
            color: #333; }
          #header-login-content li ul li a i {
            display: none; }

#create_header_account_error {
  padding: 8px; }
