.gcc_input {
    outline: none !important;
    border: 1px solid #cccccc !important;
    width: 300px;
    height: 50px !important;
    background: #fff !important;
    font-weight: 300;
    font-size: 16px !important;
    margin: 0px !important;
  }
  .gcc_change #password {
    margin-bottom: 0px !important;
  }
  .gcc_change .gcc_btn {
    margin-top: 10px;
  }
  gcc-badge-messsage {
    margin-bottom: 10px;
    font-size: 0.8em;
    text-align: left;
    padding-left: 5px;
    line-height: 1em;
    min-height: 1em;
  }
  .gcc_password_great {
    font-weight: 700;
    color: #6bc0b2;
  }
  .gcc_password_medium {
    color: #397eb3;
  }
  .gcc_password_weak, .gcc_password_weak a {
    color: #f06d6d;
    font-weight: 700;
  }
  .gcc_password_weak a:hover {
    color: #397eb3;
  }
  .gcc_input::placeholder {
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    opacity: 0.5;
  }
  .gcc_change .gcc_btn {
  margin-top: 10px;
}
  .gcc-badge-messsage {
    margin-bottom: 10px;
  }
  .gcc_btn {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    background: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 16px !important;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 44px;
    padding: 0px 41px 0px 41px;
    min-width: 200px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
}
.gcc_btn:hover {
  text-decoration: none;
}
.gcc_link {
  font-style: italic;
  text-decoration: underline;
  font-size: 18px;
}
.gcc_sub_err_row {
  grid-column: 1/-1;
  border-radius: 3px;
  line-height: 50px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px !important;
  font-weight: 300;
  margin-bottom: 30px;
}
.gcc_sub_err_row a {
 text-decoration: underline;
}
.gcc_simple_row {
  margin-top: 30px;
}
.gcc_text_row{
  margin-top: 0px;
  font-size: 18px;
}

.gcc_title h3 {
  margin: 0px;
}
.gcc_title {
  margin-bottom: 10px;
}