

/* Sekcja 9  Typ sekcji Logowanie Widok Logowanie za pomocą hasła */

#section9 {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin-top: 0 !important;

#LoginByPasswordView button.btn{
  background-color: var(--orange) !important;
    width: 200px;
    border-radius: 18px;
    height: 36px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
};

p#header-text, h3{
  text-align: center;
  color: white;
  
  margin-bottom: 20px;
}

input{
  display: block;
  width: 200px;
  margin: 16px auto;
  border-radius: 18px !important;
  height: 36px;
  text-align: center;
 color: var(--orange) !important;
}

.col-6{
  display: flex;
  justify-content: center;
}
}
