.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  zoom: 1;
  display: block;
}
.wrapper .side {
  float: left;
  width: 220px;
}
.wrapper .main {
  float: right;
  width: 720px;
  padding: 35px 0 0;
  margin: 0 0px 0 0;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d3d3d3;
  opacity: 0.9;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.inTextTitle {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.inText {
  width: calc(100% - 30px);
  padding: 10px 15px;
  border: 1px solid lightgray;
  border-radius: 3px;
  background-color: white;
  vertical-align: middle;
}

.pagetop {
  position: fixed;
  z-index: 10;
  right: 50px;
  bottom: 0;
}
.pagetop a {
  float: left;
  padding-top: 40px;
  width: 40px;
  height: 0 !important;
  height: 40px;
  overflow: hidden;
  outline: none;
  background: url(../img/pagetop.gif) no-repeat 0 0;
}

.contact header#comhead {
  width: 720px;
  margin: 0 auto 20px;
}

.responsive-box {
  width: 700px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: clamp(0px, (100vw - 700px) / 2, 590px);
  transition: margin-left 0.3s ease;
  background-color: white;
  text-align: center;
}/*# sourceMappingURL=ecpasswordreset.css.map */