/*
 * example:@include background-2x( 'path/to/image', 'jpg', repeat-x);
 */
#account_forgot h1 {
  color: #2E3742;
}
#account_forgot .heading {
  margin-top: 30px;
  padding-top: 0;
}
#account_forgot .heading:after {
  display: none;
}
@media (max-width: 1023px) {
  #account_forgot .container {
    width: 100%;
  }
}
@media (min-width: 480px) {
  #account_forgot .forgot.container {
    max-width: 670px;
  }
  #account_forgot .heading {
    margin-top: 90px;
  }
}
#account_forgot .panel {
  padding: 15px 30px;
  margin: 0 auto;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#account_forgot .panel h4 {
  margin: 20px 0 19px;
  text-align: center;
  font-size: 16px;
}
#account_forgot .panel .row {
  margin: 20px 0;
}
#account_forgot .panel .row:last-child {
  margin-bottom: 0;
}
#account_forgot .panel .btns {
  margin: 40px 0;
}
#account_forgot .panel input,
#account_forgot .panel .btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: auto;
}
#account_forgot .panel .footnote {
  font-size: 13px;
}
#account_forgot .panel form {
  text-align: center;
}
#account_forgot .panel form .row {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
#account_forgot .panel .send_result .icon {
  padding-top: 24px;
}
#account_forgot .panel .send_result p span.bold {
  font-weight: 600;
}
#account_forgot .panel .send_result .bottom_note {
  background-color: #f5f7f9;
  padding: 13px 30px 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 53px;
  text-align: left;
}
#account_forgot .panel .send_result .bottom_note h4 {
  text-align: left;
  margin: 2px 0 0;
}
#account_forgot .panel .send_result .bottom_note ul {
  font-size: 12px;
  padding-left: 0;
  list-style: none;
  line-height: 21px;
  margin: 6px 0 3px;
}
#account_forgot .panel .send_result .bottom_note ul li {
  padding-left: 10px;
}
#account_forgot .panel .send_result .bottom_note ul li:before {
  content: '';
  width: 2px;
  height: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #2E3742;
  display: inline-block;
  position: relative;
  margin-left: -3px;
  top: -3px;
  left: -4px;
}
#account_forgot .panel .send_result .text-link {
  font-weight: 600;
}
@media (max-width: 470px) {
  #account_forgot form {
    overflow-x: hidden;
  }
}
#account_forgot #account_activate .heading {
  margin-top: 0;
}
#account_forgot #account_activate .heading:after {
  border: none;
}
#account_forgot #account_activate a {
  color: #0067e6;
}
