.login-wanzeller {
    display: flex;
    min-height: 100vh;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-items: flex-start;
    padding: 20px;
    box-sizing: border-box;
}


body.login {
    background-image: url("/static/blog/imagens/escritorio.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 100vh;
    overflow: hidden;
}


.login-bem-vindo {
    width: 40%;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-top: 35vh;
    padding-left: 5vw;
}

.login-form {
    width: 60%;
    display: flex;
    justify-content: center;
    margin-top: 25vh;
    padding-right: 5vw;
}

.login-container {
    width: 100%;
    max-width: 70%;
    min-width: 70%;
    max-height: 70%;
    background-color: #fff;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

#titulo {
    margin-bottom: 0px;
    font-size: 4rem;
    color: #fff;
    text-align: left;
}

#sub-titulo {
    margin-top: 30px;
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
}

/* Formulário  */
.grafismo {
    width: 40px;
    height: auto;
    margin-top: 20px;
}

#endbar {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.form-group {
    width: 100%;
    max-width: 496px;
    margin: 0 auto 25px auto;
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.form-group input {
    border-color: #E2C7B0 !important;
    box-shadow: 0 0 0 2px #e2c7b040 !important;
    outline: none !important;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    max-width: 496px;
    height: 40px;
    box-sizing: border-box;
}

input:focus, input:focus-visible {
    border-color: #b59c7e !important;
    box-shadow: 0 0 0 2px #e2c7b04d !important;
    outline: none !important;
   
}

#forgot-password {
    margin-top: 25px;
    margin-left: 30px;
    font-size: 15px;
    text-align: left;
}

#forgot-password a {
    color: #242427;
    outline: none;
}

.checkbox-wrapper-4 * {
    box-sizing: border-box;
}

.checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
}

.checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
}

.checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
    background-color: #cccfdb;
}

.checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
}

.checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #E2C7B0;
    border-color: #E2C7B0;
    animation: wave-4 0.4s ease;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.erro {
    width: 100%;
    max-width: 496px;
    margin: 0 auto 20px auto;
    padding: 2px;
    background: #faeee3;
    color: #7a6243;
    border: 1px solid #ecd4bd;
    border-radius: 5px;
    font-weight: 400;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
}

.btn-login {
    border: none;   
    background-color: #E2C7B0;
    color: #242427;
    height: 40px;
    width: 100%;
    font-weight: bold;
    max-width: 496px;
    border-radius: 20px;
    font-size: 16px;
    box-sizing: border-box;
}

.btn-login:hover {
    font-size: 18px;
}

.messages {
    margin-left: 30px;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #E2C7B0;
    outline: none;
}

.borda-redonda {
    border-radius: 25px !important;
}

.texto-preto{
    color: black !important;
}

.centralizado{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 3em;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {

    .login-wanzeller, .login-wrapper {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        width: 100vw;
        margin-top: 0px;
    }
    .login-bem-vindo {
        width: 100%;
        margin-top: 0;
        margin-left: 10px;
        padding: 0;
    }
    .login-form {
        width: 100%;
        display: flex;
        justify-content:center ;
        margin: 0;
        margin-left: 10px;
    }
    .login-container {
        max-width: 100%;
        max-height: 100%;
    }
    #titulo {
        margin-bottom: 0px;
        font-size: 3rem;
        margin-left: 10px;
    }
    #sub-titulo {
        margin-top: 30px;
        font-size: 1.4rem;
        margin-left: 10px;
    }
    #forgot-password {
        margin-left: 10px;
        margin-bottom: -40px;
    }
    .grafismo {
        margin-top: 0px;
    }
   
}


@media screen and (max-width: 400px) {
    #titulo {
        font-size: 2rem;
        margin-right: 4px;
    }
    #sub-titulo {
        font-size: 1rem;
        margin-top: 20px;
        margin-left: 4px;
        margin-right: 4px;
    }
    .login-container {
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 16px;
    }
    
}

/* Botão voltar fino */
.btn.btn-voltar {
  padding: 8px 16px !important; /* altura e largura */
  line-height: 1 !important;
  font-size: 14px !important;
  border: 1px solid #EA6018 !important;
  background-color: #EA6018;
  color: #fff;
  border-radius: 4px;
}

.btn.btn-voltar:hover {
  background-color: transparent;
  color: #EA6018;
}

/* Botões avançar e voltar da página artigo */
@media (max-width: 767.98px) {
  .btn.btn-voltar {
    padding: 2px 6px !important;
    font-size: 13px !important;
    background-color: transparent;
    color: #EA6018;
  }

  .btn.btn-voltar:hover {
    background-color: #EA6018;
    color: #fff;
  }
}

.share-social-icons {
  margin-left: -20px !important;
}

@media (max-width: 768px) {
  ul.share-social-icons { margin-left: -15px !important; }
}