@charset "utf-8";
/* CSS Document */

body,td,th {
    font-size: 1.0rem;
}
body {
    background-color: #124289;
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.form {
  width: 450px;
}
.TextoPeque{
	font-size: 12px;
	color: #666;
}
