.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 0.4em;
  background-color: #0457af;
  border-radius: 25px;
  transition: 0.4s ease-in-out;
}

.container-Login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px;
  border-radius: 8px;
}

.logo {
  width: 100px;
  margin-bottom: 20px;
  background-color: #0457af;
  border-radius: 50%;
}

#heading {
  text-align: center;
  margin: 2em;
  color: rgb(255, 255, 255);
  font-size: 1.2em;
}

.field {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 25px;
  padding: 0.6em;
  border: none;
  outline: none;
  color: white;
  background-color: #ffffff;
}

.input-icon {
  height: 1.3em;
  width: 1.3em;
  fill: #0457af;
}

.input-field {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  color: #0457af;
}

.form .btn {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 2.5em;
}

.button1 {
  padding: 0.5em;
  padding-left: 1.1em;
  padding-right: 1.1em;
  border-radius: 5px;
  margin-right: 0.5em;
  border: none;
  outline: none;
  transition: 0.4s ease-in-out;
  background-color: #00448d;
  color: #fff;
  width: 130px;
  margin-left: 23%;
  margin-bottom: 10%;
  text-decoration: none;
}

.button1:hover {
  color: #fff;
  background-color: #0473e9;
}

.button2 {
  padding: 0.5em;
  padding-left: 1.1em;
  padding-right: 1.1em;
  border-radius: 5px;
  margin-right: 0.5em;
  border: none;
  outline: none;
  transition: 0.4s ease-in-out;
  background-color: #00448d;
  color: #fff;
  width: 130px;
  margin-left: 23%;
  margin-bottom: 10%;
  text-decoration: none;
  align-items: center;
}

.button2:hover {
  color: #fff;
  background-color: #c90606;
}

#enlace {
  text-decoration: none;
  color: #5eacff;
}

#enlace:hover {
  color: #95c3f5;
}

#register-link {
  color: #fff;
}
