#app {
    background-color: rgb(27, 28, 31);

    background-image: url("/img/frontend/login/bg.jpg");
    background-size: cover;
    background-position: center center;
}

#app > .container {
    padding-top: 20px;
    color: rgb(27, 28, 31);
}

.page {
    min-height: calc(100vh - 20px);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.page .title {
    font-weight: bold;
    text-align: center;
}

.page fieldset {
    margin-top: 30px;
}

.page .title img {
    width: 100%;
    height: auto;
}

.page .input-group-text {
    font-size: 18px;
    background-color: transparent;
}

.page .block-text .text {
    font-size: 14px;
    color: #fff;
}

.page .block-text .logos-prefeitura {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 345px;

    /* background-image: url("/img/frontend/login/logos-prefeitura.png");
    background-repeat: no-repeat;
    width: 356px;
    height: 50px; */
}

.page .block-text .logos-prefeitura a {
    display: inline-block;
    vertical-align: top;
}

.page .checkbox {
    display: flex;
    align-items: center;
}

.page .label-checkbox {
    font-size: 14px;
    margin-left: 4px;
    margin-bottom: 0px;
}

.page .subtitle {
    font-size: 22px;
    font-weight: 600;
}

.page .image-login {
    background-image: url("/img/frontend/login/login.png");
    background-size: cover;
    height: 100%;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-login #accessibility {
    display: none;
}

