html, body {
    max-width: 100%;
    overflow-x: hidden;
}

textarea:focus, input:focus, select:focus, button:focus {
    border: 0 none;
    box-shadow: 0 0 0 0;
    outline: 0;
}

body {
      background: url(../img/bg-beneo.jpg);
    font-family: 'Roboto', sans-serif;
}

.wrapper {
    align-items: center;
    /* background-color: gray; */
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-around;
}

.div-bem-vindo {
    align-items: center;
    background-color: white;
    border-radius: 2em;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-around;
    position: relative;
    text-align: center;
    width: 20em;
}

.div-bem-vindo p {
    align-items: left;
    display: flex;
    font-size: 1.1rem;
    margin-bottom: 1.3em;
    margin-top: 1em;
    text-align: left;
}

.div-bem-vindo .bem-vindo {
    margin-top: 1.7em;
}

.bem-vindo {
    color: #2F2F2F;
    font-size: 1.5em;
}

.beneo-logo {
    align-items: center;
    display: flex;
    height: 33.3%;
    margin-bottom: 2.5em;
    margin-top: -1.5em;
    width: 13em;
}

.beneo-logo img {
    display: block;
    margin-bottom: -2em;
    max-height: 100%;
    max-width: 100%;
}

.beneo-form {
    width: 80%;
}

.div-input-email label {
    width: 100%;
    text-align: left;
}

.div-input-email input {
    background-color: #F3F3F3;
    border: none;
    border-radius: 1em;
    color: #000000;
    cursor: text;
    height: 3.1em;
    padding: 0 2em;
    position: relative;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.div-input-email {
    color: #000000;
    margin-bottom: 2em;
}

.div-input-email .input-email {
    margin-bottom: 1.5em;
    margin-left: 2.6em;
}

.input-email {
    font-size: 14px;
}

.botao-continuar {
    align-items: center;
    background-color: #F87501;
    border: none;
    border-radius: 2em;
    color: #FFF;
    cursor: pointer;
    height: 3em;
    margin-bottom: 1em;
    margin-top: -0.7em;
    text-align: center;
    position: relative;
    width: 100%;
}

a {
    color: #F87501;
    text-decoration: none;
}

.div-bem-vindo .mais-tarde {
    margin-top: 1em;
}

.site-seguro .texto-site-seguro {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-around;
    margin-left: -10em;
    margin-top: 2em;
    position: absolute;
    text-align: center;
    width: 20em;
}

.texto-site-seguro {
    color: #FFF;
}

.logo-ssl {
    display: flex;
    height: 33.3%;
    margin-bottom: 2.5em;
    margin-top: -1.5em;
    width: -1em;
}

.logo-ssl img {
    align-items: center;
    display: block;
    margin-left: -3.3em;
    margin-top: 4em;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    width: 30%;
}

/*Sobrescrevendo o estilo do erro do jQuery Validation*/
.error {
    color: red;
    text-align: left;
    width: 100%;
}

label.error {
    margin-bottom: 0;
    margin-top: 0.5em;
}

@media(max-width: 320px) {
    .div-bem-vindo {
        width: 18em;
    }
}