﻿html {
    height: 100%;
}

label {
    color: #9fa5ad;
    margin: auto;
}

.titulo-entre {
    margin-left: 20px;
    margin-right: 20px;
}

.header-entre {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    margin-top: 28px;
}

    .header-entre p {
        width: 259px;
        height: 24px;
        text-align: center;
        margin-top: 3px;
        margin-left: 40px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #012169;
    }

    .header-entre span {
        margin-top: 6px;
        width: 16px;
        height: 16px;
        background-image: url('../assets/img/icons/icon-voltar-cadastro.svg');
        background-repeat: no-repeat;
        position: absolute;
    }

.titulo-entre {
    margin-top: 56px;
    margin-bottom: 32px;
}

    .titulo-entre h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 125%;
        letter-spacing: -0.04em;
        color: #012169;
    }

    .titulo-entre label {
        display: none;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: #696f76;
    }

.span-senha {
    background-image: url('../assets/img/icons/icon-neutro.svg');
    background-repeat: no-repeat;
}

.row-condition {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.column-condition {
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .column-condition a {
        margin-top: 24px;
    }

.separacao {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 50px 0px 50px 0px;
}

    .separacao p {
        margin-left: 32px;
        margin-right: 32px;
    }

.botao-entrar, .botao-cadastre {
    background-color: #d9dfe7;
    border-radius: 8px;
    border: none;
    width: 373px;
    height: 48px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #9fa5ad;
}

.botao-cadastre {
    background: #227fc2;
    color: #fff;
}

#formulario-entre input {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 16px;
    width: 373px;
    height: 66px;
    border: 1px solid #d9dfe7;
    border-radius: 8px;
}

    #formulario-entre input:first-child {
        margin-bottom: 12px;
    }

    #formulario-entre input.botao-cadastre {
        padding: 8px 24px;
        gap: 12px;
        width: 373px;
        height: 48px;
        background: #227fc2;
        border-radius: 8px;
    }

.container-login-esqueceu .input-esqueci-senha {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 16px;
    width: 373px;
    height: 66px;
    border: 1px solid #d9dfe7;
    border-radius: 8px;
}

.container-login-esqueceu .senha-enviar {
    background-color: #d9dfe7;
    border-radius: 8px;
    border: none;
    width: 373px;
    height: 48px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #9fa5ad;
}

#esqueci-senha-pintor button.active {
    background-color: #227fc2;
    color: #fff;
}

    #esqueci-senha-pintor button.active:hover {
        background-color: #175582;
        color: #fff;
    }

.container-login-esqueceu {
    min-height: 20rem;
}


    @media (min-width: 769px) {
        header {
            border: hidden;
        }

        .wrap-header {
            margin-top: 40px;
            background: unset;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-direction: column;
            flex-wrap: wrap;
            border: hidden;
        }

        .header-entre, .menu-mobile-deslogado .wrap-header--menus-saibamais,
        .menu-mobile-logado .wrap-header--menus-saibamais, .menu-mobile-deslogado,
        .menu-mobile-logado {
            display: none;
        }

        .wrap-header--logo img {
            width: 100%;
        }

        #formulario-entre {
            width: 800px;
            margin: auto;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .titulo-entre {
            margin-top: 20px;
            margin-bottom: 32px;
        }

            .titulo-entre h2 {
                font-size: 56px;
            }

            .titulo-entre label {
                display: block;
            }

        .row-condition {
            display: block;
        }

        .container-login-esqueceu .input-esqueci-senha {
            margin-left: 10px;
            margin-right: 10px;
            padding-left: 16px;
            width: 373px;
            height: 66px;
            border: 1px solid #d9dfe7;
            border-radius: 8px;
        }

        .container-login-esqueceu .senha-enviar {
            background-color: #d9dfe7;
            border-radius: 8px;
            border: none;
            width: 373px;
            height: 48px;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 24px;
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 160%;
            color: #9fa5ad;
        }

        .container-login-esqueceu {
            width: 800px;
            margin: auto;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 100px;
        }
    }
