﻿.menu-background {
  position: absolute;
  background-color: #9aca3c;
  left: -1000px;
  right: 0px;
  top: -10px;
  bottom: 0px;
  z-index: 0;
}
.orders-menu {
  background-color: #9aca3c;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.orders-menu a:hover {
  text-decoration: none;
}
.orders-menu .orders-menu-header {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  padding-top: 25px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.orders-menu .orders-menu-item {
  padding-left: 20px;
  vertical-align: middle;
  line-height: 50px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.orders-menu .orders-menu-item:hover {
  background-color: #ffffff;
  color: #2a3323;
}
.orders-menu .orders-menu-item-selected {
  font-weight: 700;
  border-left: 4px solid #fff;
}
.eshop .content .password {
  background: url(/images/background-account-small.png);
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 768px) {
  .eshop .content .password {
    background: url(/images/background-account-medium.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  .eshop .content .password {
    background: url(/images/background-account.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.eshop .content .password .password-content {
  padding-left: 25px;
  padding-right: 25px;
}
.eshop .content .password .password-content .password-header {
  margin-top: 10px;
  color: #9aca3c;
  font-size: 37px;
  font-weight: 900;
}
.eshop .content .password .password-content .password-subheader {
  margin: -3px 0px 20px 0px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.eshop .content .password .shift {
  min-height: 183px;
  padding-left: 15px;
}
.eshop .content .password .shift .header {
  padding-top: 30px;
  font-size: 54px;
  font-weight: 300;
  color: #000000;
}
.eshop .content .password .shift .subtitle {
  margin-top: -5px;
  font-size: 27px;
  font-weight: 900;
  color: #000000;
}
.eshop .content .password .white-background {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .eshop .content .password .white-background {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  .eshop .content .password .white-background {
    min-height: 500px;
  }
}