* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url('../img/366373.jpg');
  background-repeat: no-repeat;
  background-size: cover;
background-position: center center;

}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.box {
  width: 100%;
  max-width: 600px;
  padding: 40px;
  border-radius: 10px;
  background-color: rgba(246, 248, 250, 0.8);
  box-shadow: 0px 0px 20px rgba(47, 47, 47, 0.3);
  text-align: center;
}

h2 {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: 500;
  color: #1B283F;
}

h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 400;
  color: #1B283F;
}

h4 {
  margin: 20px 0 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #1B283F;
}

label {
  display: block;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #1B283F;
}

input[type="cedula"] {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 2px solid #5E7CE2;
  background-color: #F6F8FA;
  font-size: 16px;
  color: #1B283F;
}

input[type="cedula"]::placeholder {
  color: #999;
  font-style: italic;
}

input::placeholder {
  color: rgba(0, 0, 0, 0.295);
  font-size: 1.0em;
  font-style: italic;
  text-align: initial;
}

button[type="submit"] {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: none;
  background-color:  #554cfc;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}


button[type="submit"]:hover {
 background-color: #4159a8 ;
}

.box-btn {
  background-color: #6c63ff;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.291);
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
  text-decoration: none;
}

.box-btn:hover {
  background-color: #514ac9;
  color: #fff;
}
