@charset "uft-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

* {
    margin: 0.2em;
    padding: 0.2rem;
    box-sizing: border-box;
    text-decoration: none;
}

.usuario {
    background-color: black;
    background-image: url(img/fadu-01.png);
    background-repeat: no-repeat;
    background-position: bottom;

}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 20rem;
}

input[type="text"] {
    border: 0;
    border-bottom: 1px solid white;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6px;
    padding-top: 10px;
    width: 50%;
    max-width: 300px;
    text-align: center;
}

.completar .boton {
    display: flex;
    background-color: white;
    color: black;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    margin: auto;
    margin-top: 20px;