*{
    box-sizing: border-box;
}
@font-face {
    font-family: 'League Spartan';
    src: url('leaguespartan-bold.eot');
    src: url('leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
         url('leaguespartan-bold.woff2') format('woff2'),
         url('leaguespartan-bold.woff') format('woff'),
         url('leaguespartan-bold.ttf') format('truetype'),
         url('leaguespartan-bold.svg#league_spartanbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

body{
    font-size: 16px;
    font-family: 'system-ui';
    margin: 20px;
}
.cuerpo{
    background-image: url(./../images/data-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    font-size: 16px;
    overflow-y: initial;
    overflow-x: hidden;
    font-family: 'League Spartan', Arial;
}

img {
    vertical-align: middle;
    border-style: none;
}

.align{
    margin-top: 20px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
}

.center{
    margin-top: 30px;
    display: flex;
    place-content: center;
    align-items: center;
}

.W100{
    width: 100%!important;
    margin-bottom: 30px;
}
.contenedor{
    max-width: 28rem;
    border-radius: 0.25rem;
    background-color: #fff;
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 75%);
}

.logo-card {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
}

.inputs{
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
   
}

input {
    padding: 12px 10px;
    box-sizing: border-box;
}

input:focus{
    border: solid #555;
}

.forms{
    margin-bottom: 16px;
}

.forms-group{
    margin-bottom: 25px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #67757c;
    margin-left: 20px;
}

.p-component {
    font-size: .8rem;
}

.form-control {
    color: #67757c;
    min-height: 38px;
    width: 410px;
    display: inline;
    display: initial;
    margin-left: 20px;
}

.mt-2 {
    margin-top: 0.5rem!important;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

.btn{
    width: 280px;
    height: 30px;
    cursor: pointer;
    border-radius: 0.25rem;
    margin-left: 80px;
}

.btn2{
    width: 100px;
    height: 30px;
    cursor: pointer;
    border-radius: 0.25rem;
    margin-left: 20px;
}

.mt-3 {
    margin-top: 1rem;
}

.login-button {
    background-color: #1976D2;
    border-color: #c8c8c8;
    color: #fff;
}

.ml-20{
    margin-left: 20px;
}

.center-image{
    margin-left: 450px;
}

.center-text{
    text-align: center;
}

.center-button{
    margin-left: 500px;
}
.mt-50{
    margin-top: 50px;
}

/* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  font-size: 22px;
  margin: 15px;
  transition: opacity 0.6s;
}

/* The close button */
.closebtn {
  margin-top: 5px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 32px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}


.colorEda {
    color: #163c49!important;
}
.colorEdalitics{
    color: #009cc8!important;
}

.inverso {
    display: inline-block;
    transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
    vertical-align: text-bottom;

}
.enfasis{
font-size: larger;
font-weight: bolder;
margin-top: 14px !important;
white-space: pre;
}

a {
    color: inherit; /* blue colors for links too */

}
h1{
    margin: 15px;
}

