#header-login {
  position: relative;
  float: left;
  margin: 16px 0px 16px 0; }
  #header-login .header_user_info {
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: white;
    text-decoration: none;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    -webkit-transition: 0.4s linear all;
    transition: 0.4s linear all;
    float: right; }
    @media (max-width: 480px) {
      #header-login .header_user_info {
        font-size: 12px; } }
    #header-login .header_user_info a {
      cursor: pointer;
      padding: 0px 0px 0px 24px;
      position: relative;
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 18px;
      font-weight: normal;
      color: white;
      text-decoration: none;
      -moz-transition: 0.4s linear all;
      -o-transition: 0.4s linear all;
      -webkit-transition: 0.4s linear all;
      transition: 0.4s linear all; }
      @media only screen and (max-width: 767px) {
        #header-login .header_user_info a {
          font-size: 0; } }
    #header-login .header_user_info.current {
      padding: 0;
      border: none; }
      #header-login .header_user_info.current a:after {
        -moz-transition: 0.4s linear all;
        -o-transition: 0.4s linear all;
        -webkit-transition: 0.4s linear all;
        transition: 0.4s linear all;
        position: absolute;
        left: 0;
        top: 0;
        font-family: "Material Icons";
        content: "\e0da";
        display: inline-block;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: white; }
      #header-login .header_user_info.current a:hover, #header-login .header_user_info.current a:focus, #header-login .header_user_info.current a.active {
        color: #af005e; }
        #header-login .header_user_info.current a:hover:after, #header-login .header_user_info.current a:focus:after, #header-login .header_user_info.current a.active:after {
          -moz-transform: rotateY(360deg);
          -ms-transform: rotateY(360deg);
          -o-transform: rotateY(360deg);
          -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg); }
  #header-login .logout {
    overflow: hidden;
    padding-top: 10px;
    margin: 0; }

#header-login-content {
  display: none;
  width: 170px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 18px;
  z-index: 5;
  overflow: hidden;
  background: #333333;
  border-radius: 2px;
  color: #78797c;
  width: 270px; }
  #header-login-content li {
    padding: 5px; }
  @media only screen and (max-width: 767px) {
    #header-login-content {
      right: auto;
      left: 0; } }
  @media only screen and (max-width: 479px) {
    #header-login-content {
      left: -70px; } }
  #header-login-content label {
    color: white; }
  #header-login-content a:not(.btn):hover, #header-login-content a:focus:not(.btn) {
    color: white; }
  #header-login-content li ul li a i {
    display: none; }
  #header-login-content .user-email {
    position: relative; }
    #header-login-content .user-email:before {
      position: absolute;
      left: 12px;
      top: 11px;
      color: #00c247;
      font-size: 14px;
      line-height: 17px;
      font-family: "fl-justicons";
      content: "\e04c";
      display: inline-block;
      font-weight: normal; }
  #header-login-content .user-pass {
    position: relative; }
    #header-login-content .user-pass:before {
      position: absolute;
      left: 15px;
      top: 9px;
      color: #00c247;
      font-size: 17px;
      line-height: 19px;
      font-family: "fl-justicons";
      content: "\e042";
      display: inline-block;
      font-weight: normal; }
  #header-login-content .form-control {
    padding: 7px 0 7px 39px;
    height: 36px;
    font-size: 16px;
    line-height: 18px;
    color: #b5b5b5;
    border-radius: 2px; }
  #header-login-content .submit .btn.btn-default,
  #header-login-content .logout .btn.btn-default,
  #header-login-content .btn-login-facebook,
  #header-login-content .btn-login-google,
  #header-login-content .btn.btn-login-vk {
    display: block;
    width: 100%;
    padding: 8px 18px 9px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    -webkit-transition: 0.4s linear all;
    transition: 0.4s linear all;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    #header-login-content .submit .btn.btn-default:hover,
    #header-login-content .logout .btn.btn-default:hover,
    #header-login-content .btn-login-facebook:hover,
    #header-login-content .btn-login-google:hover,
    #header-login-content .btn.btn-login-vk:hover {
      border-color: #E2007A;
      background: #E2007A; }
  #header-login-content .submit .btn.btn-default {
    background: #af005e;
    border-color: #af005e;
    padding-top: 10px;
    padding-bottom: 10px; }
  #header-login-content .logout .btn.btn-default {
    background: #af005e;
    border-color: #af005e;
    margin-bottom: 0; }
  #header-login-content .btn-login-facebook {
    background: #3b5998;
    border-color: #3b5998; }
  #header-login-content .btn-login-google {
    background: #df4a32;
    border-color: #df4a32; }
  #header-login-content .btn.btn-login-vk {
    background: #6d8fb3;
    border-color: #6d8fb3;
    margin-bottom: 0; }
  #header-login-content .create_wrapper {
    margin-bottom: 15px; }
    #header-login-content .create_wrapper .create {
      -moz-transition: 0.4s linear all;
      -o-transition: 0.4s linear all;
      -webkit-transition: 0.4s linear all;
      transition: 0.4s linear all; }
  #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;
        margin-top: 15px; }
        #header-login-content li ul li:first-child {
          border: none;
          margin-top: 0px; }
        #header-login-content li ul li a {
          font: 400 13px/16px "Open Sans", sans-serif;
          color: #78797c;
          display: block;
          -moz-transition: 0.4s linear all;
          -o-transition: 0.4s linear all;
          -webkit-transition: 0.4s linear all;
          transition: 0.4s linear all; }
          #header-login-content li ul li a i {
            display: none; }

#create_header_account_error {
  padding: 8px; }
