section.customer-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.customer-page .account-menu {
  border-bottom: 2px solid #f4f4f4;
  height: 34px;
  margin-bottom: 15px;
}
section.customer-page .account-menu .nav li.nav-item {
  background: #f4f4f4;
  border: 2px solid #f4f4f4;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
section.customer-page .account-menu .nav li.nav-item a {
  color: #404040;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  outline: none;
  padding: 6px 12px;
}
section.customer-page .account-menu .nav li.nav-item:first-child {
  border-top-left-radius: 0;
}
section.customer-page .account-menu .nav li.nav-item:last-child {
  border-top-right-radius: 0;
}
section.customer-page .account-menu .nav li.nav-item.active a {
  background: #ffffff;
  color: #404040;
}
section.customer-page label {
  font: normal 400 16px/20px 'Poppins', sans-serif;
  color: #404040;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 8px;
}
section.customer-page input,
section.customer-page select,
section.customer-page textarea {
  border: 2px solid #f4f4f4;
  background-color: #ffffff;
  color: #777777;
  font: normal 400 15px 'Poppins', sans-serif;
  line-height: inherit;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 15px 0 15px;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  transition: all 700ms ease 0s;
}
section.customer-page input:focus,
section.customer-page select:focus,
section.customer-page textarea:focus,
section.customer-page input:active,
section.customer-page select:active,
section.customer-page textarea:active {
  border: inputHoverBorder;
  background: #ffffff;
  outline: none;
}
section.customer-page textarea {
  padding-top: 5px;
  height: 70px;
}
section.customer-page .form-control-plaintext {
  height: 50px;
  margin-bottom: 30px;
}
section.customer-page legend {
  padding: 0 0 5px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
section.customer-page legend small {
  font-size: 70%;
  font-style: italic;
}
section.customer-page .form-group {
  margin-bottom: 0px;
}
section.customer-page .form-group:after {
  clear: both;
}
section.customer-page .form-actions .btn-theme {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  display: block;
  border-radius: 30px;
  padding: 12px 25px 10px;
  transition: all 500ms ease;
  background: #3f6b78;
  border: 2px solid #3f6b78;
  color: #ffffff;
}
section.customer-page .form-actions .btn-theme:hover {
  background: #ffffff;
  color: #252525;
}
section.customer-page .table tr td {
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
}
section.customer-page .table a {
  color: #3f6b78;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  outline: none;
}
section.customer-page .table a:hover {
  opacity: .8;
}
