 .input {
  font-size: 18px;
  font-family: Times New Roman, Arial;
  border:none;
  border-bottom:#000000 1px solid;
  border-top:#FFFFFF 1px solid;
  border-right:#FFFFFF 1px solid;
  border-left:#FFFFFF 1px solid;
}

 .password {
  font-size: 18px;
  font-family: Times New Roman, Arial;
  border:none;
  border-bottom:#000000 1px solid;
  border-top:#FFFFFF 1px solid;
  border-right:#FFFFFF 1px solid;
  border-left:#FFFFFF 1px solid;
}

.table th {
  padding: 5px;
  font-size: 16px;
  background-color: #00023D;
  background-repeat: repeat-x;
  color: #ffffff;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  font-family: Times New Roman, Arial;
  text-transform: uppercase;
}

.table td {
  padding: 5px;
  font-size: 16px;
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  color: #ff0000;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  font-family: Times New Roman, Arial;
  text-transform: uppercase;
}

.boton {
  border: 1px solid #2e518b; /*anchura, estilo y color borde*/
  padding: 10px;             /*espacio alrededor texto*/
  background-color: #00023D; /*color botón*/
  color: #ffffff;            /*color texto*/
  text-decoration: none;     /*decoración texto*/
  text-transform: uppercase; /*capitalización texto*/
  font-family: Times New Roman, Arial; /*tipografía texto*/
  border-radius: 50px;       /*bordes redondos*/
}