﻿.bg {
    display: flex;
    position: fixed;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    background-image: url('/Content/images/LOGIN BG.svg');
    background-position-x: center;
    background-position-y: center;
    background-size: auto 135%;
    background-repeat: no-repeat;
    background-color: #219BB8;
}

.centro {
    display: flex;
    width: 100%;
    border-radius: 4px;
    align-content: flex-start;
    justify-content: center;
}

.logo-div {
    width: 270px;
    height: 437px;
    background-image: url('/Content/images/LOGIN BG 2.svg');
    background-position-x: center;
    background-repeat: no-repeat;
    display: flex;
    float: left;
    border-radius: 4px 0px 0px 4px;
}

.logo-img {
    width: 174px;
    margin: auto;
    z-index: 10;
}

.retangulo-preto {
    width: 270px;
    height: 437px;
    background-color: black;
    opacity: 0.1;
    position: absolute;
    border-radius: 4px 0px 0px 4px;
}

.form-div {
    float: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0px 4px 4px 0px;
    overflow: auto;
    min-width: 800px;
}

.form-div-container-interno {
    max-width: 800px;
    margin: auto;
}

.form-registrar {
    margin-top: 13px;
    margin-bottom: 13px;
    margin-right: 0px;
    margin-left: 0px;
}

.form-group {
    margin-bottom: 1rem;
    width: calc(100% - 10px);
    margin-left: 5px;
    position:relative;
}

.form-group-metade {
    margin-left: 5px;
    margin-right: 5px;
    float: left;
}

.label-logo {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 21px;
    margin-left: 6px;
    margin-bottom: 0px;
    vertical-align: sub;
    color: #FFF;
}

.container-passos-registro {
    display: flex;
}

.registro-passos {
    display: flex;
    transition: 2s;
    flex-direction: column;
    width: 100%;
    background: #FFF;
    padding: 48px;
    border-radius: 0px 0px 4px 4px;
}

.form-btn {
    width: fit-content;
}

.form-btn-secondary {
    width: fit-content;
}

.interacao-registrar-botoes {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.template-conteudo {
    padding: unset !important;
    height: unset !important;
}

.header-form {
    margin: unset !important;
    width: 100%;
    padding: 40px;
    text-align: center;
    color: #FFF;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 4px 4px 0px 0px;
}

.barra-progresso-container {
    display: flex;
    justify-content: space-between;
}

.status-registro {
    display: flex;
    gap: 2px;
    align-items: center;
}

.barra-progresso {
    width: 32px;
    height: 2px;
}

.titulo-sessao-cadastro {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.s-numero {
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid;
}

.s-numero-ativo {
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    color: #FFF;
}

.progresso-concluido {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    background: #4CBE22;
    color: #FFF;
}

.barra-concluido {
    width: 32px;
    height: 2px;
    background: #4CBE22;
}

.alert-campos p {
    padding: 8px;
    width: fit-content;
    text-align: center;
    background: #dc3545;
    color: #fff;
    border-radius: 4px;
}

.ui-autocomplete {
    position: fixed;
}

#registrar-erro-validacao {
    padding: 8px;
    width: fit-content;
    text-align: center;
    background: #dc3545;
    color: #fff;
    border-radius: 4px;
}


@media only screen and (max-width: 768px) {
    .centro {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .centro {
        background-image: url('/Content/images/LOGIN BG 2.svg');
        background-position-x: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: auto;
    }

    .logo-div {
        background-image: none;
        width: 100%;
        height: 130px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .retangulo-preto {
        display: none;
    }

    .form-div {
        width: 100%;
        height: auto;
        background-color: transparent;
        color: #FFFFFF;
    }

    .form-registrar {
        margin-top: 0px;
        margin-right: 35px;
        margin-left: 35px;
        margin-bottom: 0px;
    }

    #form-group-senha {
        margin-bottom: -3px;
    }
}



@media (max-width: 900px) {
    .form-div {
        min-width: unset;
    }

    label {
        color: #000;
    }

    .input-duplo {
        flex-direction: column;
    }

    .form-div {
        margin-bottom: 80px;
        margin-top: 16px;
    }

    .barra-progresso-container {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 16px;
    }

    .registro-passos {
        padding: 16px;
    }

    .status-registro {
        align-self: center;
    }

    .ui-autocomplete {
        position: fixed;
        width:65% !important;
    }
  
}

/*@media only screen and (max-height: 532px) {
    .centro {
        height: auto;
    }
}*/
