.mwd-section-pg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 220px;
}

.mwd-section-pg-01 {
  background-image: url("../images/bg-01.jpg");
}

.mwd-section-pg-02 {
  background-image: url("../images/bg-02.jpg");
}

.mwd-section-pg-03 {
  background-image: url("../images/bg-03.jpg");
}

.mwd-checkbox-wrapper {
  margin: 0 0 1rem 0;
}

.mwd-input-container {
  margin-bottom: 4px;
}

.mwd-password-generator-area-main {
  padding: 2rem 1rem;
}

.mwd-tools-main-sub {
  background: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

.mwd-password-generator-container-main {
  margin: 0 auto;
  max-width: 440px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  border-radius: 10px;
}

.mwd-password-generator-container-input {
  margin-top: 1rem;
  text-align: center;
}

.mwd-password-generator-container-buttons {
  padding-top: 6px;
}

.mwd-password-generator-button-refresh {
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  padding: 6px 10px 6px 42px;
  border: none;
  margin-bottom: 10px;
  text-align: right;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}

.mwd-password-generator-button-refresh:before {
  position: absolute;
  display: inline-block;
  font-family: 'FontAwesome';
  top: 0;
  left: 0;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.6);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.mwd-password-generator-button-copy {
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  padding: 6px 10px 6px 42px;
  border: none;
  margin-bottom: 10px;
  text-align: right;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}

.mwd-password-generator-button-copy:before {
  position: absolute;
  display: inline-block;
  font-family: 'FontAwesome';
  top: 0;
  left: 0;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.6);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.mwd-password-generator-button-refresh:before {
  font-family: 'FontAwesome';
  content: "\f2f1";
}

.mwd-password-generator-button-copy:before {
  font-family: 'FontAwesome';
  content: "\f0c5";
}

.mwd-password-generator-button-copied {
  position: relative;
  width: 100%;
  padding-right: 34px;
  border: none;
  margin-bottom: 10px;
  text-align: left;
  border-radius: 4px;
  background: rgba(69, 104, 86, 0.9) !important;
  color: rgba(255, 255, 255, 0.9);
}

.mwd-password-generator-button-copied:before {
  position: absolute;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f00c";
} 

.mwd-password-generator-input-field {
  width: 100%;
  border: none;
  border: 1px solid rgba(111, 111, 111, 0.40);
  text-align: center;
  font-family: "Courier new", Courier, "sans-serif"; 
  font-size: 2em;
  padding: 0 !important;
}