body {
  height: 100vh;
  background: #f5f5f5;
}

.full-height {
  height: 100%;
}

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-content.flex {
  flex-direction: column;
}

.password-box {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  transition: all 300ms linear;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.12),
    0 5px 25px 0 rgba(0, 0, 0, 0.21);
}

.header-logo {
  width: 225px;
  /* position: absolute; */
  margin: 24px;
}

.btn-rb {
  background-color: #d6464e;
  border-color: #d6464e;
  color: #fff;
  font-family: "Quicksand", sans-serif;
}

.forgot-ip {
  font-family: "Quicksand", sans-serif;
}

.forgot-header {
  font-size: 28px;
  font-family: "Quicksand", sans-serif;
}

.forgot-subtext {
  font-family: "Roboto", cursive;
  font-size: 16px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #d6464e;
}

.reset-container {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.reset-done {
  background: #fff;
  padding: 24px;
  width: 45%;
  font-family: Quicksand;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.12),
    0 5px 25px 0 rgba(0, 0, 0, 0.21);
  border-radius: 8px;
}

.input-containers {
  width: 100%;
  margin: 12px 0;
}

.input-containers > input {
  display: block;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-containers > input:focus {
  box-shadow: none !important;
  border-color: #d6464e !important;
  outline: 0;
}

.errorlist {
  color: red;
}

.form-row-custom {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.button-width {
  width: 200px;
}

.google {
  background-color: #dd4b39;
  color: white;
}
