body, html{
  height: 100%;
  margin: 0;
  font-family: 'Arial', sans-serif;
}

.show{
  display: flex;
  height: 50px;
  margin-right: 3px;
}
  
.background-image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
  
.card {
  background-color: white;
  border-radius: 15px;
  border: none;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  min-height: 450px;
}
  
h3 {
  color: #333;
  font-weight: bold;
}
  
.toggle-btns {
    display: flex;    justify-content: center;
    margin-bottom: 20px;
}
 
.login-input{
    border-radius: 30px !important;
    padding: 15px;
    font-size: 16px;
} 

 #loginBtn{
    border: 1px solid #aaa6a6;
}

#button-login{
    background-color:  #0A66C2;
    color: white;
    border-radius: 30px  !important;
    padding: 10px;
    font-size: 16px;
}
 #button-login:hover{
    background-color: #0055aa;
    color: white;
 }

@media (min-width: 320px) and (max-width: 399px) {
    .background-image {
      background: white;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
}