/* line 3, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login {
  position: relative;
  float: left;
}
@media (max-width: 767px) {
  /* line 3, ../../../../sass/modules/tmheaderaccount/css/front.scss */
  #header-login {
    float: none;
    margin-left: 15px;
  }
}
/* line 14, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login .header_user_info a {
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  color: #ddd;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
/* line 25, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login .header_user_info.current a:before {
  color: #fff;
  font-family: "material-design";
  font-size: 18px;
  line-height: 20px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: normal;
  content: "\e18b ";
}
@media (max-width: 991px) {
  /* line 25, ../../../../sass/modules/tmheaderaccount/css/front.scss */
  #header-login .header_user_info.current a:before {
    margin-right: 5px;
  }
}
/* line 40, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login .header_user_info.current a:hover, #header-login .header_user_info.current a.active {
  color: #5c3317;
}
/* line 43, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login .header_user_info.current a:hover:before, #header-login .header_user_info.current a.active:before {
  color: #fff;
}
/* line 50, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login .logout {
  overflow: hidden;
  margin-bottom: 0;
}

/* line 56, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login .header_user_info.active.current a {
  color: #5c3317;
}
/* line 56, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login .header_user_info.active.current a:before {
  color: #fff;
}

/* line 58, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login-content {
  display: none;
  width: 270px;
  padding: 15px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 37px;
  z-index: 1000;
  background: #191919;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 58, ../../../../sass/modules/tmheaderaccount/css/front.scss */
  #header-login-content {
    right: auto;
    left: 0;
    top: 36px;
  }
}
/* line 77, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login-content .form-control {
  padding: 3px 12px 4px;
  height: 27px;
  box-shadow: none;
  box-sizing: border-box;
  line-height: 20px;
}
/* line 85, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login-content .create:hover {
  color: #fff;
}
/* line 88, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login-content label {
  color: #fff;
}
/* line 91, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login-content li {
  margin: 0;
  padding: 0;
}
/* line 94, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login-content li ul {
  margin: 0 0 10px 0;
}
/* line 96, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login-content li ul li {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 35px;
}
/* line 100, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login-content li ul li:first-child {
  border: none;
}
/* line 101, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login-content li ul li a {
  color: #fff;
  padding: 0 10px 0 10px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 106, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login-content li ul li a:hover {
  background: #5c3317;
}
/* line 109, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#header-login-content li ul li a i {
  display: none;
}

/* line 115, ../../../../sass/modules/tmheaderaccount/css/front.scss */
#create_header_account_error {
  padding: 8px;
}
