html,
body {
  height: 100%;
}
main h1{
  color: #000;
}
.form-login{
  margin: 30px 0;
}
.login-main {
  background-image: url("../i/photo_2023-03-15_19-56-00.jpg");
  background-size:cover;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #464646;
}

.form-signin {
  background: rgba(156, 210, 214, 0.8);
  max-width: 350px;
  padding:20px;
  border-radius: 10px;
}

.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;
}
.btn-primary{
  background-color: #ed7942;
  border-color: #da5e29;
}
.btn-primary:hover{
  background-color: #e3936c;
  border-color: #da5e29;
}
.btn-primary:target{
  background-color: #ed7942;
  border-color: #da5e29;
}
.login-main h1{
  font-size: 24px;
  text-align: center;
  padding-bottom: 15px;
}