.eco-user-login .dropbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E1A34;
  cursor: default;
  font-family: 'FrutigerLTPro-Bold';
  font-size: 1.0625rem;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .eco-user-login .dropbtn {
    color: white;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  .eco-user-login .dropbtn .username {
    position: relative;
    top: .0625rem;
  }
}
.eco-user-login .dropbtn svg {
  position: relative;
  left: 0.375rem;
}
@media only screen and (max-width: 1199px) {
  .eco-user-login .dropbtn svg {
    fill: white;
  }
}
.eco-user-login .avatar {
  height: 2.25rem;
  width: 2.25rem;
  margin-right: 0.75rem;
}
@media only screen and (max-width: 1199px) {
  .eco-user-login .avatar {
    height: 2rem;
    width: 2rem;
  }
}
.eco-user-login .avatar-text {
  background-color: #E9E8EB;
  border-radius: 6.25rem;
  color: #1E1A34;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.eco-user-login .avatar-text::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.eco-user-login .avatar-text .initial-wrap span {
  line-height: 2.25rem;
}
@media only screen and (max-width: 1199px) {
  .eco-user-login .avatar-text .initial-wrap span {
    line-height: 2.125rem;
  }
}
.eco-user-login .eco-user-menu {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.14);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 11.5625rem;
  opacity: 0;
  transform: translateY(45px);
  transition: all .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .eco-user-login .eco-user-menu {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: none;
    padding: 0;
    position: relative;
    margin: 0;
    transform: none;
    width: auto;
  }
}
.eco-user-login .eco-user-menu li {
  margin-left: 0;
  transition: background-color .25s ease-in-out;
}
.eco-user-login .eco-user-menu a {
  display: block;
  font-family: 'FrutigerLTPro-Roman';
  font-size: 0.9375rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
@media only screen and (max-width: 1199px) {
  .eco-user-login .eco-user-menu a {
    height: auto;
    padding: 0;
    line-height: 1.85;
    text-align: center;
  }
}
.eco-user-login:hover .eco-user-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(45px);
}
@media only screen and (max-width: 1199px) {
  .eco-user-login:hover .eco-user-menu {
    opacity: 0;
    visibility: hidden;
    transform: none;
  }
}
.eco-user-login:hover .eco-user-menu li:hover {
  background-color: #F4F4F5;
}
@media only screen and (max-width: 1199px) {
  .eco-user-login:hover .eco-user-menu li:hover {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1199px) {
  .eco-user-login.dropdown-open .eco-user-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .eco-user-login.dropdown-open .eco-user-menu li:first-child {
    border-top: 0.0625rem solid #434150;
    margin-top: 1rem;
  }
  .eco-user-login.dropdown-open .eco-user-menu li:last-child {
    padding-bottom: 0;
  }
}
.eco-user-login .dropbtn::before,
.eco-user-login .eco-user-menu a::before {
  content: none;
}
