:root {
    --color-0: #2e3192;
    --color-1: #3a3a3a;
    --color-2: #3a3a3a;
    --color-3: #4b4f58;
    --color-4: #f9fafb;
    --color-5: #FFFFFF;
    --color-6: #e5e5e5;
    --color-7: #424242;
    --color-8: #000000;
}
body{
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
address, blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    border: 0;
   
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
form{
    display: block;
    margin-top: 0em;
}
.container{
    margin-left: calc( -50vw + 50%);
    margin-right: calc( -50vw + 50%);
    max-width: 100vw;
    width: 100vw;
    min-height: 100vh;
    padding: 0;
    row-gap: 0;
    column-gap: 0;
    overflow: visible;
    background-image: linear-gradient(135deg,rgba(47,50,145,0.9) 0%,rgba(237,28,35,0.7) 100%), url("fundo.jpg");
	background-image: linear-gradient(135deg,rgba(227,222,209,0.9) 0%,rgba(0,128,185,0.7) 100%), url("fundo.jpg");
	background-image: linear-gradient(135deg,rgba(0,128,185,0.5) 0%,rgba(49,39,185,0.5) 100%), url("fundo.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    display: flex;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    transition-property: box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.colunas{
    min-width: unset;
    --inner-content-custom-width: min( 100%, 1000px);
    max-width: var(--inner-content-custom-width);
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    row-gap: 0;
    column-gap: 0;
    display: flex;
    position: relative;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 2;
}
.colunaA{
    max-width: 60%;
    width: 100%;
    border-color: #4B4F58;
    box-shadow: 0 4px 12px 0 #00000070;
    overflow: visible;
    background-color: var(--color-5);
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
    border-color: #4B4F58;
    box-shadow: 0 4px 12px 0 #00000070;
}
.principal{
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
    row-gap: 20px;
    column-gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    background-color: var(--color-5);
    box-sizing: border-box;
}
.instrucoes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 4px 12px 0 #00000070;
    background-color: var(--color-6);
    text-align: left;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.instrucoes > ul > li:hover{
    color: var(--color-0);
}
.tituloInstrucoes{
    color: var(--color-1);
    margin: 0; 
    margin-bottom: 15px;  
    font-weight: 500;
    line-height: 1.2em; 
}
.titulo{
    color: var(--color-1);
    margin: 0;   
    font-weight: 500;
    line-height: 1.2em; 
}
.textos{
    min-width: unset !important;
    width: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.separador12{
    border-top-style: solid;
    border-top-width: 1px;
    width: 25%;
    border-color: var(--color-1);
    margin-bottom: 15px;
	margin-top: 10px;
}

.colunaB{
    max-width: 40%;
    width: 100%;
    border-color: #4B4F58;
    box-shadow: 0 4px 12px 0 #00000070;
    row-gap: 0;
    column-gap: 0;
    overflow: visible;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    display: flex;
    position: relative;
    box-sizing: border-box;
    z-index: 5;
    transition-property: box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
.botoesCadastro{
    display: flex;
    min-width: unset !important;
    width: 100%;
   
}
.botaoCadastro{
    color: var(--color-6);
    font-weight: 600; 
    width: 50%;
    height: 50px;
    border: none;
    background: transparent;
    transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: ease; 
    
}
.botaoCadastro:hover{
    color: var(--color-5);
     background: rgba(255,255,255,0.2);
    -backdrop-filter: blur( 10px );
    -webkit-backdrop-filter: blur( 10px ); 
    cursor:pointer; 
}
#btnCadastrar{
    
}
#btnCadastrado{
    color: var(--color-1);
     background: rgba(255,255,255,0.6);
    -backdrop-filter: blur( 10px );
    -webkit-backdrop-filter: blur( 10px );    
}
#btnCadastrar:hover{

}
.conteudoColunaB{
    min-width: unset !important;
    width: 100%;
    background: rgba(255,255,255,0.6);
    -backdrop-filter: blur( 10px );
    -webkit-backdrop-filter: blur( 10px );
}
.conteudoForm{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.formulario{
    text-align: left;
    margin-top: 0em;
}
#formCadastrado{
    display: block;
}
#formCadastrar{
    display: none ;
}
.labelInput{
    margin-bottom: 20px;
    box-sizing: inherit;
    display: block;
    word-wrap: break-word;
}
.label{
    color: var(--color-1);
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}
.input{
    width: 100%;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid var(--color-6);
    border-color: var(--color-6);
    border-style: solid;
    color: #666;
    padding: 0.75em;
    height: auto;
    box-shadow: none;
    box-sizing: border-box;
    transition-property: border-color;
    transition-duration: 0.5s;
    transition-timing-function: ease; 
}
.input:hover{
    border-color: var(--color-0); 
}
.input:focus{
    color: var(--color-1);
}
.botaoEnviar{
    font-size: 15px;
    color: var(--color-0);
    border-color: var(--color-0);
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-style: solid;
    border-width: 1px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1em;
    transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: ease; 
	cursor:pointer;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.botaoEnviar:hover{
    color: var(--color-5);
    border-color: var(--color-0);
    background-color: var(--color-0);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-style: solid;
    border-width: 1px;
    font-weight: 500;
}
.recuperarSenha{
    margin-top: 20px;

}
.botaoSaibaMais{
    color: var(--color-1);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition-property: color;
    transition-duration: 0.5s;
    transition-timing-function: ease; 
    display: block;
	margin-top: 20px;
}
.botaoSaibaMais:hover{
    color: var(--color-0);
    border-color: var(--color-0);
}
.botaoSaibaMais:link{
	color: var(--color-1) !important;
}
.botaoSaibaMais > a:link{
    color: var(--color-1);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition-property: color;
    transition-duration: 0.5s;
    transition-timing-function: ease; 
    display: block;
}

.logo{
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom; 
    border: 0;
}

#id-link-1{
	margin-top: 1rem;
}






@media (max-width: 976px){
    .container{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .colunas{
        --inner-content-custom-width: min( 100%, 1024px);
        max-width: var(--inner-content-custom-width);
    }
    .principal{
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
        row-gap: 10px;
    }
    .instrucoes{
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 767px){
    .colunas{
        flex-direction: column;
        justify-content: flex-start;
        --inner-content-custom-width: min( 100%, 767px);
        max-width: var(--inner-content-custom-width);
        row-gap: 20px;
        column-gap: 0;
    }
    .colunaA{
        max-width: 100%;
        width: 100%;
    }
    .colunaB{
        max-width: 100%;
        width: 100%;
    }
}

