

.form {
  background-color: #ffffffa7;
  width: 500px;
  max-width: 500px;
  padding: 35px;
  margin:auto;
  margin-top: 50px;
  border-radius: 50px;
}
.label{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    
}
.link{
    color: rgb(0, 85, 255);
   text-decoration-line: none;
   text-align: center;
   font-weight: bold;
   border-bottom: 10px;
   border-radius: 8px;
}
.link:hover{
    background-color: rgb(27, 16, 90);
    color: rgb(166, 246, 96);

}

.form-signin .checkbox {
  font-weight: 400;
}

.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;
}

.nav{
    color: black;
    font-size: 18px;
    text-decoration-line: none;
    border-radius: 8px;
    padding: 15px;
}
.nav:hover{
    background-color: black;
    color: white;
}

.style{
    font-weight: bold;
    color: black;
    
}
