body {
    background-color: inherit;
}

html {
    background: rgba(221, 233, 237, 1);
    background: -moz-linear-gradient(left, rgba(221, 233, 237, 1) 0%, rgba(196, 224, 232, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(221, 233, 237, 1)), color-stop(100%, rgba(196, 224, 232, 1)));
    background: -webkit-linear-gradient(left, rgba(221, 233, 237, 1) 0%, rgba(196, 224, 232, 1) 100%);
    background: -o-linear-gradient(left, rgba(221, 233, 237, 1) 0%, rgba(196, 224, 232, 1) 100%);
    background: -ms-linear-gradient(left, rgba(221, 233, 237, 1) 0%, rgba(196, 224, 232, 1) 100%);
    background: linear-gradient(to right, rgba(221, 233, 237, 1) 0%, rgba(196, 224, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde9ed', endColorstr='#c4e0e8', GradientType=1);
}

.menulogin {
    font-family: GothamHTF-Bold, sans-serif;
    border-bottom: 2px solid #9c065c !important;
}

.login {
    width: 100%;
    max-width: 529px;
    margin: 7% auto 120px;
    background-color: #f7f7f7;
    border-bottom: 10px solid #9c065c;
    -webkit-box-shadow: 1px -1px 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px -1px 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px -1px 5px 1px rgba(0, 0, 0, 0.15);
    padding: 10px 50px 30px;
}

.login_header {
    font-family: GothamRounded-Bold, sans-serif;
    color: #9c065c;
    margin-bottom: 20px;
}

.login_header p {
    font-size: 31px;
    font-weight: bold;
}

.input {
    border: none;
    border-bottom: 1px solid #a9a9a9;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    color: #a2a2a2;
    letter-spacing: 0.20em;
    padding-left: 25px;
    border-radius: 0;
    padding-bottom: 10px;
}

#email {
    margin-bottom: 15px;
    padding-left: 25px;
    border-radius: 0;
}

.login_content > div {
    position: relative;
}

.login_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.recuperarcontrasenya {
    position: relative;
}

.recuperarcontrasenya a {
    letter-spacing: 0.25em;
    color: black;
    text-decoration: underline;
    font-size: 10px;
}

.loginboton, .resetboton {
    font-family: GothamRounded-Bold, sans-serif;
    background-color: #4db7c5;
    border-bottom: 5px solid white;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.25em;
    border-radius: 3px;
    position: relative;
    padding: 5px 45px;
    text-align: center;
    cursor: pointer;
}

.loginboton:hover, .resetboton:hover {
    background-color: #ee8600;
}

#panelreset {
    display: none;
}

#error_email {
    margin-left: 25px;
}

.correct {
    display: none;
    color: #917608;
    font-size: 18px;
    text-align: center;
}

.imagenemail, .imagenpassword {
    position: absolute;
    top: 5px;
    left: 0;
}

.error {
    display: none;
    color: red;
    font-size: 13px;
    text-align: left;
    margin-left: 60px;
}

@media only screen and (max-width: 1024px) {
    form {
        padding-left: 90px;
    }

}

@media only screen and (max-width: 991px) {
    .login_footer {
        flex-direction: column-reverse;
        text-align: center;
        margin-left: 0;
    }

    .error {
        margin-left: 25px;
    }

    .loginboton, .resetboton {
        padding: 10px;

    }

    .login {
        padding: 15px 25px 30px 25px;
    }

    .login_header {
        margin: 0;
    }

    .login_content {
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    form {
        padding-left: 0;
        padding-top: 6vw;
    }

    .containerLogo img {
        position: relative;
    }
}

@media only screen and (max-width: 414px) {
    .containerLogo img {
        margin-bottom: 10vw
    }
}