.logo {
    width: 11*32/17vh;
    height: 11vh;
    margin-left: 2.5%;
}

.logo img {
    width: 100%;
    height: 100%;
}

#signup {
    width: 20%;
}

#signup button {
    width: 100%;
    color: #00BB00;
    border-style: solid;
    border-width: 2.5px;
    border-radius: 20%/50%;
    padding: 1.25%;
    cursor: pointer;
}

.header, .footer {
    width: 100%;
    height: 12.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header_buts, .footer_buts {
    width: 50%;
    height: 90%;
    margin-right: 1.25%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header_buts {
    justify-content: end;
}

.footer_buts {
    justify-content: baseline;
}

.header_buts a, .footer_buts a {
    margin: 0 1%;
    cursor: pointer;
}

.header_buts button, .footer_buts button, .header > label {
    height: 60%;
    color: #30508B;
    font-size: 110%;
    font-weight: bold;
    background: transparent;
    border: 0;
    margin: 0;
}

.header_buts > a:nth-child(3) > button {
    color: #EEEEEE;
}

.header > label {
    height: 30%;
    font-family: sans-serif;
}

.header_buts button:hover, .footer_buts button:hover {
    opacity: 70%;
}

#estado_de_cuenta {
    font-size: 100%;
    text-align: center;
    border-radius: 10%/50%;
    color: #EEEEEE;
    background: #00BB00;
    border: 0;
    cursor: pointer;
}

.content {
    width: 100%;
    height: 80%;
}

.footer {
    width: 100%;
    height: 7.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #EEEEEE
}