html,
body {
  height: 100%;
}

p {
    color: white;
    font-size: 1rem;
}

h1 {
    color: white;
    font-size: 1.3rem;
}

body {
  display: flex;
  align-items: center;
  /* padding-top: 5%; */
  padding-bottom: 40px;
}

.form-signin {
  max-width: 450px;
  padding: 15px;
}

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

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

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

.error-message {
  color: #ff6961;
}

.icon {
    width: 350px;
    height: 350px;
    /* border: 3px solid white; */
    /* border-radius: 20px; */
}

button {
    /* background-color: #305cb5 !important; */
}