.page-restricted{
    max-width: 91%;
    margin: 0 auto;
}

.page-restricted #loginform{
  min-width: 50%;
}

.restricted-login__form{
  margin: initial;
}

.restricted-login__form{
  padding-bottom: 25px;
}

.restricted-login__form #loginform {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.restricted-login__form p{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  /* max-width: 40%; */
}

.restricted-login__form p label{
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.restricted-login__form p input[type="text"],.restricted-login__form p input{
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  margin: 0;
  max-width: 40%;
  min-width: 40%;
}

.restricted-login__form p input[type="text"]:focus,.restricted-login__form p input:not([type="checkbox"]):focus{
  border-color: #000 !important;
  outline: 2px solid #4E2ECE !important;
}

.restricted-login__form .login-remember{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.restricted-login__form .login-remember input{
  min-width: initial;
}

.page-restricted .login-submit input{
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
text-align: center;
}