body {
  margin: 0;
  padding: 0;
}

body.bodyLogin {
  margin: 0;
  padding: 0;
  background-color: #0A3B85;
}

header {
  background-color: #0A3B85;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
}
header nav a {
  text-decoration: none;
  color: #ffffff;
  font-size: 2rem;
  margin-right: 2rem;
}
header nav a:hover {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 15px;
  color: #0A3B85;
}
header .btnsys a {
  text-decoration: none;
}
header .btnsys a button {
  background-color: #ffffff;
  color: #0A3B85;
  font-weight: bolder;
  border-radius: 15px;
  padding: 5px;
  width: 70px;
  border: 1px solid #ffffff;
  font-size: 0.9rem;
}
header .btnsys a button:hover {
  background-color: #008F44;
  color: #ffffff;
}

.style-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.style-form .title-center {
  display: flex;
  width: 100%;
  justify-content: center;
}
.style-form .title-center h2 {
  color: #ffffff;
  font-size: 2.5rem;
}
.style-form .img {
  display: flex;
  width: 100%;
  justify-content: center;
}
.style-form .img img {
  width: 150px;
  height: 150px;
}
.style-form .formLogin-center {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  text-align: center;
  margin-top: 3%;
}
.style-form .formLogin-center input {
  width: 100%;
  margin: 2% 0;
  border-radius: 15px;
  border: 0 solid white;
  height: 25px;
}
.style-form .formLogin-center input::placeholder {
  text-align: center;
  color: #0e0d0d;
  font-weight: bold;
}
.style-form .formLogin-center input:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #008F44;
  color: #ffffff;
}
.style-form .formLogin-center input:focus::placeholder {
  color: #ffffff;
}
.style-form .formLogin-center button {
  background-color: #ffffff;
  border: 0px solid white;
  border-radius: 15px;
  color: #0A3B85;
  font-weight: bolder;
  height: 25px;
  width: 200px;
  margin-top: 2%;
}
.style-form .formLogin-center button:hover {
  background-color: #008F44;
  color: #ffffff;
}
.style-form .info {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2%;
}
.style-form .info p {
  white-space: pre;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 2%;
  color: #ffffff;
  font-weight: bolder;
}

.mensajes {
  display: flex;
  justify-content: center;
  text-align: center;
}

.formFunct {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.formFunct .form {
  display: flex;
  flex-wrap: 100%;
  justify-content: center;
  align-items: center;
  margin: 10%;
  width: 100%;
  max-width: 350px;
  text-align: center;
}
.formFunct .form label {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 2em;
}
.formFunct .form label span {
  display: inline;
}
.formFunct .form label span img {
  position: relative;
  width: 30px;
  height: 30px;
  color: #008F44;
  padding-top: 12%;
}
.formFunct .form input {
  width: 280px;
  border-radius: 15px;
  border: 1px solid #008F44;
  height: 35px;
}
.formFunct .form input:hover {
  background-color: #008F44;
  color: #ffffff;
}
.formFunct .form input:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #008F44;
  color: #ffffff;
}
.formFunct .form input:focus::placeholder {
  color: #ffffff;
}
.formFunct .form input[filetype=submit] {
  background-color: #ffffff;
  border: 0px solid white;
  border-radius: 15px;
  color: #0A3B85;
  font-weight: bolder;
  height: 25px;
  width: 200px;
  margin-top: 2%;
}
.formFunct .form input[filetype=submit]:hover {
  background-color: #008F44;
  color: #ffffff;
}
.formFunct .form input[type=file] {
  background-color: #ffffff;
  border: 1px bold white;
}

.table {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 2%;
}
.table table {
  border: 1px solid #0A3B85;
  width: 100%;
  max-width: 1024px;
}
.table table thead th {
  background-color: #0A3B85;
  color: #ffffff;
  padding: 10px;
}
.table table tr {
  text-align: center;
}
.table table tr a img {
  height: 40px;
  width: 40px;
}