
.modifyAccount-form {
  padding: 1em 0.727272727em 1em;
  background-color: white;
}
.modifyAccount-form p {
  margin: 0;
}
.modifyAccount-form form {
  padding: 1em 0;
}
.modifyAccount-form form label {
  font-size: 10pt;
  color: #929292;
}
.modifyAccount-form input,
.modifyAccount-form button,
.modifyAccount-form [class*="button"],
.modifyAccount-form textarea,
.modifyAccount-form select {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.modifyAccount-form input[name="phone1"] {
  padding-left: 2.25em;
  background-repeat: no-repeat;
  background-image: url('/img/icon-building.png');
  background-image: url('/img/icon-building.svg');
  background-size: 1.5em;
}
.modifyAccount-form input[name="phone2"] {
  padding-left: 2.25em;
  background-repeat: no-repeat;
  background-image: url('/img/icon-home.png');
  background-image: url('/img/icon-home.svg');
  background-size: 1.5em;
}
.modifyAccount-form input[name="phone3"] {
  padding-left: 2.25em;
  background-repeat: no-repeat;
  background-image: url('/img/icon-li-mobile.png');
  background-image: url('/img/icon-li-mobile.svg');
  background-size: 1.5em;
}
.modifyAccount-form input[type="checkbox"],
.modifyAccount-form input[type="radio"] {
  width: auto;
}
.modifyAccount-form input[name="address1"] {
  padding-left: 2.25em;
  background-repeat: no-repeat;
  background-image: url('/img/icon-li-map.png');
  background-image: url('/img/icon-li-map.svg');
  background-size: 1.5em;
}
.modifyAccount-form .action {
  padding-top: 1.5em;
  text-align: center;
}
.modifyAccount-form .action h1 {
  text-align: center;
}
.modifyAccount-form h2 {
  color: #0078a2;
  position: relative;
  padding-left: 1.5em;
}
.modifyAccount-form h2::before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-stretch: normal;
  font-size: inherit;
  line-height: 0;
  font-family: FontAwesome, Themify, Linear;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  width: auto;
  height: auto;
  text-transform: none;
  text-decoration: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  overflow: visible;
  speak: none;
  text-align: center;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  content: "\f2ba";
  color: #929292;
  position: absolute;
  top: 0.125em;
  bottom: unset;
  left: 0.25em;
}
.modifyAccount-form h2::before h1 {
  text-align: center;
}
.modifyAccount-form h2 span {
  display: block;
}
.modifyAccount-form h3 {
  margin: 0 0 0.5em;
  font-size: 1.625em;
  color: #ff631d;
}
.modifyAccount-form .row:last-of-type,
.modifyAccount-form .row .row {
  padding-top: 1em;
}
.modifyAccount-phone {
  width: 70%;
  float: left;
  clear: both;
  padding-right: 0.5em;
}
.modifyAccount-phone-left {
  clear: left;
}
.modifyAccount-phone-right {
  clear: right;
}
.modifyAccount-phone-none {
  clear: none !important;
}
.modifyAccount-phone-ext {
  width: 30%;
  float: left;
  padding-left: 0.5em;
}
@media print, screen and (min-width: 37.5em) {
  .modifyAccount-form {
    padding-right: 0.88889em;
    padding-left: 0.88889em;
  }
  .modifyAccount-form button,
  .modifyAccount-form [class*="button"] {
    width: auto;
    margin: 0.5em 0.25em;
  }
}
@media print, screen and (min-width: 50em) {
  .modifyAccount-form {
    padding-right: 1em;
    padding-left: 1em;
  }
  .modifyAccount-form .row .row {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 58.75em) {
  
}
@media print, screen and (min-width: 70em) {
  
}
@media print, screen and (min-width: 80.625em) {
  
}
