.cabecalho {
    display: flex;
    background-image: url(./Imagens/redpikachu.jpg);
    background-position: -11rem;
    background-size: 100%;
    width: 100%;
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
    
}



.logoca {
    position: absolute;
    top: 0;
    left: 0;
    width: 10.5rem;
    margin-left: .4rem;
    
}

.posicao_links {
    display: flex;
    width: 100%;
    position: relative;
    left: 63vw;
    text-transform: uppercase;
    color: rgb(255, 255, 109);
    font-weight: 300;
    font-family: 'Montserrat';
}

.logo_cadastro {
    padding-right: 1rem;
    font-size: 2rem;
    font-family: 'Montserrat';
    font-weight: 900;
    text-shadow: 3px 3px 8px #000000;
}

.logo_loguin {
    
    font-size: 2rem;
    font-family: 'Montserrat';
    font-weight: 900;
    text-shadow: 3px 3px 8px #000000;
    
}

.cabecalho__links {
    display: flex;
    width: 100%;
    background: linear-gradient(white,red 50%,white);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    justify-content: space-evenly;  
    font-weight: 900;
    font-family: 'Montserrat';
    font-size: 1.5rem;
    color: white;
    text-shadow: 5px 5px 5px #000000;  
}



body {
    background-color: #eee;
}

.corpo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.card {
    background-color: rgb(223, 12, 12);
    padding: 5rem;
    border-radius: 4%;
    box-shadow: 3px 3px 1px 0px #00000080;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
    color: white;
    font-size: 2.5rem;
    margin: 0rem 3rem 2rem 3rem;
}

.label-float input {
    width: 100%;
    padding: 5px 5px;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid white;
    background-color: transparent;
    outline: none;
    min-width: 180px;
    font-size: 16px;
    transition: all .3s ease-out;
    border-radius: 0;
}

.label-float{
    position: relative;
    padding-top: 13px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.label-float input:focus{
    border-bottom: 2px solid white;
}

#usuario {
    color: white;
}

#senha {
    color: black;
    padding-bottom: 5rem;
    background: white;
    position: relative;
    top: 1.5rem;
    width: 100%;
}

.label-float label {
    color: white;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 13px;
    transition: all .3s ease-out;
}

.label-float input:focus + label,
.label-float input:valid + label{
    font-size: 13px;
    margin-top: 0;
    color: white;
}


button {
    background-color: transparent;
    border-color: white;
    color: white;
    padding: 7px;
    font-weight: bold;
    font-size: 12pt;
    margin-top: 20px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition: all .3s ease-out;
    width: 200px;
}

button:hover {
    background-color: rgb(136, 1, 1);

}

.justify-center {
    display: flex;
    justify-content: center;
}

hr {
    margin-top: 10%;
    margin-bottom: 10%;
    width: 60%;
}

p {
    color: white;
    font-size: 14pt;
    text-align: center;
}

a {
    color: #eee;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: rgb(139, 139, 139);
    transition: all .3s ease-out;
}

.fa-eye {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    color: white;
}





.footer {
    background-color: black;
}

.pokemonpng {
    position: absolute;
    width: 10rem;
    padding: 1rem;
}

.pokebolapng {
    position: relative;
    width: 5rem;
    left: 90vw;
    top: 2rem;
}

h4 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 2rem;
    padding-bottom: 1rem;
}

.contatosrodape {
    color: white;
    padding: 3rem;
    padding-left: 5rem;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 300;
}

.productions {
    padding-top: 5rem;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 1rem;
}