
button#loginBtn {
  font-size: 1.5em;
  padding: 10px 30px;
}

dialog.pp2-modal {
  /* all: unset; */
  display: none;
  margin: auto;
  outline: none !important;
}
dialog.pp2-modal[open] {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.form-group.row {
  flex-direction: column;
}

/* modal styles */
.pp2-modal-container {  
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100vh;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  max-height: 100%;
  max-width: 100%;
  z-index: -1;
}

.pp2-modal {
  background: #fff;
  border: 1px solid #888;
  border-radius: 8px;
  margin: auto;
  padding: 20px;
  /*
  display: none; 
  position: fixed; 
  z-index: 100; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.5);
  */ 
}

.pp2-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.60);
}

.pp2-modal-content {
  max-width: 460px;
  padding: 0;
  width: fit-content;
  /*
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
  max-width: 500px; 
  position: relative;
  */
}

.pp2-modal-content p {
  font-size: 1.4rem;
  margin-top: 10px;
  width: 90%;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  width: 20px;
  align-self: flex-end;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#mfaModal .form-row {
  min-height: fit-content;
}

#mfaModal .form-item {
  min-height: fit-content;
}

#mfaModal .form-button {
  min-height: fit-content;
}

#mfaModal h2 {
  font-size: 2rem;
}

#loadingModal h2 {
  font-size: 2rem;
}

#loadingModal h3 {
  font-size: 1.8rem;
  text-align: center;
  margin: 20px 0;
}

#mfaModal .form-item input.mfa-code-control {
  width: 150px !important;
  text-align: center;
  margin: auto;
  font-size: 32px !important;
  font-weight: bold;
  line-height: 38px !important;
  height: 40px !important;
}

#mfaError {
  display: none;
  padding: 10px 50px;
}

#mfaError ul {
  margin-top: 10px;
}

