html,
body {
  height: 100%;
}

img{
  max-width: 45%!important;
  margin-bottom:50px;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin button[type="submit"] {
  background-color:rgba(0,67,155,1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

p.error{
  width:100%;
  background-color: rgba(255,0,0,0.1);
  color:rgba(255,0,0,1);
  font-weight: bold;
  text-align: center;
  padding:10px;
  border-radius: 10px;
}