﻿body .my-account-wrapper.my-account-wrapper--ecom {
  background: #fff;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account {
  width: 940px;
  margin-left: -20px;
  margin: 0 auto;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper {
  padding-top: 15px;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .my-header {
  margin-top: 5px;
  margin-bottom: 5px;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .my-header .my-title {
  font-size: 32px;
  color: #6d1882;
  width: 100%;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .control-group {
  margin-top: 25px;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .control-group .editor-label {
  float: left;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .control-group .editor-label label {
  display: block;
  text-align: left;
  width: 205px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  color: #7c7c7c;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 2px;
  line-height: 34px;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .control-group .editor-label label span.required {
  color: #ad292f;
  margin-left: 5px;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .control-group .editor-field input {
  min-height: 40px;
  box-shadow: none;
  border-radius: 0;
  width: 380px;
  height: 40px;
  line-height: 32px;
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 6px;
  font-size: 16px;
  color: #555;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .control-group .editor-field .field-validation-error {
  margin: 0 0 0 205px;
  width: 380px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  font-size: 15px;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .control-group .editor-field .field-validation-error p,
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .control-group .editor-field .field-validation-error span {
  font-size: 15px;
  color: #b94a48;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .emphasized {
  color: #7c7c7c;
  font-size: 17px;
  line-height: 27px;
  font-style: normal;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper a.emphasized {
  color: #1687c5 !important;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper p {
  color: #7c7c7c;
  font-size: 16px;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .btn,
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .btn.btn-fiolet {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  border-radius: 3px;
  color: white;
  border: 1px solid #005c9d;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #006bb6;
  filter: none;
  font-size: 16px;
  padding: 0 20px;
  line-height: 36px;
  font-weight: normal;
  height: 38px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .btn:hover,
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .btn.btn-fiolet:hover {
  color: #fff;
  background: #004d83 !important;
  border-color: #003e6a !important;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .grey .inline {
  color: #7c7c7c;
  font-size: 16px;
  line-height: 20px;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .grey .inline form {
  display: inline;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .grey .inline form .page-loader {
  font-size: 16px;
  color: #0066cc;
  background: none;
  line-height: inherit;
  vertical-align: 0;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .grey .inline form .page-loader:hover {
  text-decoration: underline;
  color: #007aa8;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .grey a {
  font-size: inherit !important;
  line-height: inherit;
  vertical-align: 0;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .grey .last {
  font-size: 16px;
  margin-bottom: 0;
}
body .my-account-wrapper.my-account-wrapper--ecom .my-account .wrapper .grey .last a {
  font-size: 16px;
}