#mainDesktop {
    height: 100vh;
    width: 100%;
    display: flex;
}

.container-main-desktop {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container-main-desktop:nth-child(2) {
    background: url("../../../Assets/Elements/img_cadastro_desktop.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#subcontainer-desktop-head {
    height: 10%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#a_voltar_desktop {
    cursor: pointer;
}

#img-voltar-desktop {
    width: 1.8vw;
    margin-left: 2.5vw;
}

#img-logo-desktop {
    width: 6vw;
    margin-right: 2.5vw;
}

#subcontainer-desktop-info {
    height: 90%;
    width: 100%;
}

#box-desktop-info {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

#h1-desktop {
    color: #000;
    font-size: 3.4vw;
    font-weight: 300;
    text-align: center;
}

#subox-desktop-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

#container-forms-desktop {
    width: 90%;
    height: 80%;
    overflow-x: hidden;
    overflow-y: auto;
}

#form-cadastro-empresa-desktop {
    height: 90%;
    width: 100%;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    overflow-x: hidden;
}

#form-cadastro-usuario-desktop {
    height: 70vh;
}

#container-forms-desktop::-webkit-scrollbar {
    width: 3.5px;
}

#container-forms-desktop::-webkit-scrollbar-thumb {
    background: #c7c5c5;
    border-radius: 10px;
}

#container-forms-desktop::-webkit-scrollbar-track {
    background: #d7d7d79c;
}

#container-etapa-desktop {
    height: 15%;
}

#container-etapa-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-etapa-desktop {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#linha-desktop {
    width: 18%;
    background: #04979c;
    height: 0.1vw;
}

.img_etapa_desktop {
    width: 2vw;
}

.span_etapa_desktop {
    font-size: 1vw;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
}

.container-ipt-desktop {
    height: 12%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    margin-top: 3%;
}

.label-ipt-desktop {
    float: left;
    color: #000;
    font-size: 0.9vw;
}

.ipt_style_desktop {
    all: unset;
    width: 100%;
    background: #f2f4f8;
    text-align: start;
    height: 60%;
    border-bottom: #dcdfe2 1.5px solid;
    padding-left: 1vw;
    color: #000;
    font-size: 0.85vw;
}

.btn_style-form-desktop {
    all: unset;
    margin-top: 3%;
    height: 7%;
    color: #fff;
    width: 100%;
    background: #00c4cc;
    cursor: pointer;
    transition: 0.2s ease;
    text-align: center;
}

.btn_style-form-desktop:hover {
    background: #00a9ae;
}

.spn-obrigatorio {
    color: #ff0000;
}


#container-possui-conta-desktop {
    width: 100%;
    height: 8%;
    display: flex;
    align-items: flex-end;
    margin-top: 3%;
    border-top: #dcdfe2 1px solid;
}

#a-possui-conta-desktop {
    all: unset;
    color: #173279;
    text-align: start;
    font-size: 0.85vw;
    cursor: pointer;

}

#a-possui-conta-desktop:hover {
    text-decoration: underline;
}

#container-voltar-form-desktop {
    height: 5%;
}

#voltar_form_desktop {
    width: 1vw;
}

#span-voltar-form-desktop {
    color: #000;
    font-weight: 400;
    padding-left: 0.4vw;
    font-size: 1vw;
}

#a-voltar-form-desktop {
    height: 100%;
    width: 11%;
    display: flex;
    align-items: center;
    justify-content: start;
    cursor: pointer;
}

#a-voltar-form-desktop:hover #span-voltar-form-desktop {
    text-decoration: underline;
}

#alerta_erros_desktop, #valida_cadastro_desktop {
    position: fixed;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.638);
    backdrop-filter: blur(2px);
    z-index: 999;
}

#box_container_erro_desktop {
    height: 25%;
    width: 40%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: #00c4cc 2px solid;
    border-radius: 15px;
}

#container-erro-desktop {
    overflow: hidden;
    height: 65%;
    width: 95%;
    background: #000;
}

#span-erro-desktop {
    font-size: 1vw;
    color: #fff;
}

#h2-erro-desktop {
    font-size: 1.8vw;
    font-weight: bold;
    color: #f01008;
}

#btnFecharErro-desktop {
    all: unset;
    width: 8vw;
    color: #fff;
    height: 2.1vw;
    border: #00c4cc 1px solid;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.2s ease;
}

#btnFecharErro-desktop:hover {
    background: #00c4cc;
    color: #000;
}

#container_valida_desktop {
    width: 40%;
    height: 60%;
    background: #000;
    border-radius: 15px;
    border: 1px solid #00c4cc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    color: #fff;
    font-family: Arial, sans-serif;
}

#container_valida_title_desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 30%;
}

#container_valida_loading_desktop, #container_valida_continuar_desktop {
    height: 30%;
}

#container_valida_loading_desktop, #container_valida_continuar_desktop, #container_info_progresso_desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#h1_valida_desktop {
    font-size: 1.5vw;
}

#span_valida_desktop {
    font-size: 1.2vw;
    font-weight: 300;
}

#container_progresso_desktop {
    position: relative;
    width: 100%;
    height: 100%;
}

#svg_carregamento_desktop {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    z-index: 998;
}

.bg {
    stroke: #1a1a1a;
    stroke-width: 8;
    fill: none;
}

.fg {
    stroke: #00c4cc;
    stroke-width: 8;
    fill: none;
}

#check_progresso_desktop {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00c4cc;
}

#btn_valida_desktop {
    all: unset;
    width: 14vw;
    text-align: center;
    height: 3vw;
    border-radius: 10px;
    border: 1px solid #00c4cc;
    cursor: pointer;
    font-size: 0.9vw;
    z-index: 999;
    transition: 0.3s ease-in;
}

#btn_valida_desktop:hover {
    background: #00c4cc;
    color: #000;
}

#container_info_progresso_desktop {
    text-align: center;
    height: 30%;
    font-size: 1vw;
}

#check_img_desktop {
    width: 4.3vw;
}