#header-login {
  position: relative;
  float: right;
  margin-right: -12px; }
  @media (max-width: 767px) {
    #header-login {
      margin-right: 0; } }
  #header-login .header_user_info a {
    display: block;
    color: #00bbd3;
    position: relative;
    text-align: center;
    padding: 10px 10px 15px 10px;
    background: #fff;
    z-index: 4; }
    #header-login .header_user_info a:before {
      content: "\e18b ";
      font-family: "material-design";
      display: inline-block;
      font-size: 26px;
      line-height: 26px;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      perspective: 2000px; }
    #header-login .header_user_info a.accountBox:before {
      content: "\e18b"; }
  #header-login .header_user_info em {
    display: none; }
  #header-login:hover .header_user_info a {
    -moz-box-shadow: rgba(0, 0, 0, 0.12) 0 -6px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 -6px 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 -6px 10px; }
  #header-login .logout {
    overflow: hidden;
    margin-bottom: 0; }

#header-login-content {
  display: none;
  width: 270px;
  padding: 15px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 3;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 0 16px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 0 16px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 0 16px;
  color: #fff; }
  @media (max-width: 479px) {
    #header-login-content {
      width: 210px; } }
  #header-login-content label {
    color: #888888;
    display: none; }
  #header-login-content input {
    border: none;
    background: #f4f4f5;
    height: 50px;
    padding: 0 12px;
    line-height: 50px; }
  #header-login-content .form-error input {
    background: #ffe9ec; }
  #header-login-content .form-ok input {
    background: #dafbee; }
  #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;
        line-height: 35px; }
        #header-login-content li ul li a {
          font-weight: normal;
          padding: 0 10px 0 10px;
          display: block;
          margin: 1px 0; }
  #header-login-content .btn.btn-default {
    display: block;
    padding: 12px 0;
    text-align: center;
    width: 100%; }
    #header-login-content .btn.btn-default i {
      font-size: 26px;
      line-height: 26px;
      vertical-align: -2px;
      margin-right: 7px; }

#create_header_account_error {
  padding: 8px; }
