.information-user{
    margin: 0em 2em;
}

.information-user h1{
    margin: 0.2em auto;
    font-family: Arial;
    background: linear-gradient(to bottom right, rgb(49, 189, 172), rgb(0, 176, 240));
    background-clip: text; 
    -webkit-background-clip: text;  
    -webkit-text-fill-color: transparent;
    font-size: 22pt;
    text-align: center;
    font-weight: bold;
}

.information-user h2{
    margin: 0.5em auto;
    font-family: Arial;
    color: rgb(117, 116, 116);
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
}

.information-user .results{
    max-width: 90%;
    margin: auto;
    align-items: center;
    align-content: center;
}

.information-user .results a{
    max-width: 90%;
    margin: auto;
    align-items: center;
    align-content: center;
    text-decoration: none;
}

.information-user .data{
    margin: 0em;
}

.data .title-input{
    margin: 0em;
}

.data .title-input h3{
    font-family: Arial;
    background: linear-gradient(to bottom right, rgb(49, 189, 172), rgb(0, 176, 240));
    background-clip: text; 
    -webkit-background-clip: text;  
    -webkit-text-fill-color: transparent;
    font-size: 12pt;
    margin: 1em auto 0.5em 0em;
    text-align: left;
    font-weight: bold;
}

.data input{
    height: 35px;
    width: 100%;
    margin: 0em;
    background-color: rgb(245, 245, 245);
    font-family: Arial;
    font-size: 1rem;
    border-style: solid;
    border-color: #cecece;
    border-width: 0.3mm;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.data select{
    height: 35px;
    width: 100%;
    margin: 0em;
    background-color: rgb(245, 245, 245);
    font-family: Arial;
    font-size: 1rem;
    border-style: solid;
    border-color: #cecece;
    border-width: 0.3mm;
    padding-left: 10px;
    box-sizing: border-box;
}


.boton-gb{
    height: 40px;
    width: 120px;
    margin: 1em auto;
    font-family: Arial;
    font-size: 10pt;
    color: #ffffff;
    background: linear-gradient(to bottom right, rgb(49, 189, 172), rgb(0, 176, 240));
    box-shadow: 5px 5px 20px 0px #a3d4fe;
    cursor: pointer;
    border-style: none;
    border-radius: 15px;
}

.boton-gb:hover{
    background: rgb(41, 41, 41);
    transition: all 2s;
}

#Personal{
    max-width: 90%; 
    margin: auto;
}

#Username-section{
    max-width: 90%; 
    margin: auto;
}

#Password-section{
    position: absolute;
    transform: translate(200px,0);
    max-width: 90%; 
    margin: auto;
    opacity: 0;
    transition: all 0.5s linear;
}

#User{
    position: absolute;
    transform: translate(200px,0);
    max-width: 90%; 
    margin: auto;
    opacity: 0;
    transition: all 0.5s linear;
}

#Validation{
    position: absolute;
    transform: translate(200px,0);
    max-width: 90%; 
    margin: auto;
    opacity: 0;
    transition: all 0.5s linear;
}