body {
  font-family: Arial, sans-serif;
  text-align: center;
  color: white;
  margin: 0;
  height: 100vh;
}

#topBar {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#topBar #logo {
  margin-left: auto;
  padding: 10px 20px 10px 0;
  display: block;
}

.flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#logo {
  height: 42px;
}

.align-left {
  text-align: start;
}

.section {
  margin: 10%;
}

.section-wide {
  margin: 10% 2%;
  width: 85%;
  max-width: 600px;
}

.sub-section {
  padding: 20px;
  color: black;
  border-radius: 2px;
  background-color: #ffffffba;
}

.subtitle {
  color: #676a6c;
}

.label {
  color: #676a6c;
  font-size: 13px;
}

.label-danger {
  color: #ed5565;
  font-size: 11px;
  font-weight: 600;
}

.password-complexity-label {
  font-size: 11px;
  font-weight: 100;
  margin-left: 2px;
  margin-top: 3px;
}

.form-control {
  height: 35px;
  border-radius: 8px;
  border-width: thin !important;
  border-color: white !important;
  background-color: #ffffff;
  background-image: none;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 90%;
  font-size: 14px;
  border: 1px solid #cccccc00;
  margin: 3px 0;
}

.btn {
  border-radius: 8px;
  margin-top: 10px;
  font-weight: 500;
  position: relative;
  line-height: 1px;
  outline: 0px;
  font-weight: bold;
  height: 45px;
}

.btn-primary {
  background-color: black;
  color: #ffffff;
  border-color: #1ab394;
}
