body {
    font-family: Verdana, Geneva, sans-serif;
    background: url(../img/marca_agua2.png) repeat;
    background-position: center center;
    background-attachment: fixed;
    overflow-x: hidden;
}

h1 {
    color: rgb(3, 1, 1);
    margin-bottom: .5rem;
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.icon i {
    color: white;
    font-size: 120px;
    cursor: pointer;
}

#form {
    margin: auto;
    width: 380px;
    display: flex;
    margin-top: 11%;
    border-radius: 5px;
    box-shadow: 0 0 3px 3px white;
    background: rgb(131, 130, 128, 0.7);
}

#form #content {
    margin: 20px;
}

#formu {
    margin-top: -30px;
}

div.error {
    background-color: #FCC;
    border-color: #F66;
    color: #F00;
    margin: .375rem;
    text-align: center;
    padding: .50rem 2rem;
    font-family: Roboto, sans-serif;
    border-radius: .125rem;
}

input {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    height: 45px;
    margin-top: 45px;
    width: 340px;
    border-bottom: 2px solid white;
    color: white;
}

input:hover {
    border-bottom: 1px solid white;
}

#form #content button {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    padding: 0.85rem 2.15rem;
    margin: 0.375rem 0 0 0;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 0.3rem;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-top: 2.5rem;
}

#form #content button:hover {
    color: #ffffff;
    background-color: #8D1459 !important;
    font-weight: 600;
}

.heading,
.info {
    color: #fff;
    margin-top: 20px;
}

.btn-signup {
    color: #b39964;
}

@media only screen and (max-width: 767px) {
    body {
        background-image: url('/fotos/portada/portada_ext_movil.jpg');
    }

    #form {
        width: 330px;
    }

    input {
        width: 285px;
    }
}