.generated-password-comment {
  font-size: 13px;
  color: #999999;
}

.generated-password {
  margin: 5px 0;
  padding: 5px;
  background-color: #eeeeee;
  font-size: 24px;
  text-align: center;
}

.formError {
  background-color: #fff49a;
  margin-bottom: 10px;
  padding: 10px;
}

.table .thead-light th {
  background-color: #4e5c61;
  color: white;
  border: none;
}

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

.no-accounts .no-accounts-text {
  display: block;
  font-size: 28px;
  margin-bottom: 20px;
}

.add-account-page > div > div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  text-align: left;
}

.add-account-page h2 {
  margin-bottom: 20px;
}

.add-account-page h3 {
  font-weight: 300;
  font-size: 24px;
  margin: 0;
  align-self: center;
}

.add-account-page .pad {
  padding: 20px 0;
}

.add-account-page .number {
  font-size: 30px;
  background-color: #abc0cc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
}

@media (max-width: 760px) {
  .add-account-page .number {
    margin: 0 12px 0 0;
    width: 45px;
    height: 45px;
    font-size: 25px;
  }
}

.add-account-page .btn {
  width: 300px;
}

.add-account-page form > * {
  margin-bottom: 20px;
}

.add-account-page form .inputContainer {
  display: flex;
  align-items: center;
}

.add-account-page form .inputContainer a {
  margin-left: 10px;
}

.add-account-page form input[type=text] {
  font-size: 14px;
  padding: 5px;
  font-weight: 300;
  width: 300px;
}

@media (max-width: 760px) {
  .add-account-page form input[type=text] {
    width: unset;
  }
}

.add-account-page form .radio {
  display: inline-block;
  margin-right: 20px;
}

.add-account-page form #neteller {
  display: none;
}

.add-account-page .note {
  font-weight: 300;
  font-style: italic;
}

