@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:#29416d4d;
}

.container{
    width: 80%;
    height: 80vh; /*80vh*/
    display: flex;
    box-shadow: 5px 5px 10px  rgba(0, 0, 0, .212);
    
}

.imagem-lateral{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fde3a7d7;
    padding: 1rem;
}

.imagem-lateral img{
    width: 30rem;
}

.form{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 3rem;
}

.form-image{    
    display: none;    
}

.form-header{
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    /*border: 1px solid #000; */
}

.login-button{
    display: flex;
    align-items: center;    
}

.login-button button{
    border: none;
    background-color: #6c63ff;
    padding: 0.4rem 1rem;
    border-radius: 5px;
    cursor: pointer;
}

.login-button button:hover{
    background-color: #6b63fff1;     
}

.login-button button a {
    text-decoration: none;
    font-weight: 500;
    color: #fff;     
}

.form-header h1::after{
    content: '';
    display: block;
    width: 5rem;
    height: 0.3rem;
    background-color: #ff2020 ; /*#6c63ff*/
    margin: 0 auto;
    position: absolute;
    border-radius: 10px; 
}

.input-group{
    display:flex;
    flex-wrap: wrap;
    
    justify-content: space-between;
    padding: 1rem 0;
}

.input-box{
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    margin-bottom: 1.1rem;
}

.input-box input {
    margin: 0.6rem 0;
    padding: 0.8rem 1.2rem;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #0000001c;
}

.input-box input:hover {
    background-color: #eeeeee75;
}

.input-box input:focus-visible {
    outline: 1px solid #6c63ff;
}

.input-box label,
.gender-title h6 { 
    font-size: 0.75rem;
    font-weight: 600;
    color: #000000c0;   
}

.input-box input::placeholder {     
    color: #000000be;    
}

.borda_certificado{ 
    width: 100%;  
    display: flex;
    justify-content: center;
    align-items: center;
      
    /*border: 1px salmon solid;*/
   /* background-color: #3e435b;*/
    margin-top: 1.5rem;
}
.borda_certificado .form{
    
    display: flex;     
    padding: 3rem;
}
.borda_certificado h1{
    font-size: 1.5rem;
}
.borda_certificado .input-group{
    display: flex;   
    padding: 1rem 0;    
    background-color: #0000001c;
    border-radius: 10px;
}
.borda_certificado .input-box{
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    margin-bottom: 0rem; /*1.1*/
}

.borda_certificado .input-box input {
    margin: 0.6rem 0; /*0.6rem 0;*/
    padding: 0.8rem 1.2rem;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #0000001c;
}
.borda_certificado .continue-button{
    width: 100%;
    display: flex;   
    margin:0 auto;
}
.gender-group{
    display: flex;
    justify-content: space-between;
    margin-top: 0.62rem;
    padding: 0 0.5rem;
}

.gender-input{
    display: flex;
    align-items: center;
}

.gender-input input{
    margin-right: 0.35rem;
}

.gender-input label{
    font-size: 0.81rem;
    font-weight: 600;
    color: #000000c0;
}

/*
        DOCUMENTAÇÃO LOGO
            AZUL #3e435b
            VERMELHO #ff2020
    */

.continue-button button{
    width: 100%;
    margin-top: 0.5rem;
    border: none;
    background-color: #3e435b; /*#333 #6c63ff;*/
    padding: 0.62rem;
    border-radius: 5px;
    cursor: pointer;
}

.continue-button button:hover{
    background-color: #666; /*#6b63fff1;*/
}

.continue-button button a{
    text-decoration: none;
    font-size: 0.93rem;
    font-weight: 500;
    color: #fff;
}
.assinatura{
    display: none;
}

/*ORIGINAL
    @media screen and (max-width: 1330px){
*/
@media screen and (max-width: 1347px){
    .imagem-lateral{
        display: none;
    }
    .container{
        width: 50%;
        height: 98vh;         
    }     
    .form{
        width: 100%;
        height: 100%; 
        border: #3e435b solid 1px;
        /*background-color:#ccc ;*/     
    }
    /*
        DOCUMENTAÇÃO LOGO
            AZUL #3e435b
            VERMELHO #ff2020
    */
    .form-image{
        width: 100%;
        display: flex;
        justify-content: center;        
        /*background-color: #fde3a7d7; /*#fde3a7d7*/
        padding: 1rem;        
        margin-bottom: 1rem;
    }

    .form-image img{
        width: 9rem;
    }
    .borda_certificado{ 
        width: 100%;
        height: 100%;
    }
    .borda_certificado .form{
        
       
    }   
}
/*ORIGINAL
    @media screen and (max-width: 1064px){
*/
@media screen and (max-width: 1080px){    
    .container{
        width: 90%;
        height: 98vh;       
    }
    
    .form{    
    padding: 0.5rem;

}
    .form-image img{
        width: 9rem;
        
       /* background-color: #3e435b;*/
    }
    .input-group{
        flex-direction: column;
        /*overflow-y: scroll;*/
        flex-wrap: nowrap;
        max-height: 12rem;
        padding-right: 5rem;
    }
    .borda_certificado{     
        margin-top: 0rem;
    }
    .borda_certificado .input-group{
        flex-direction: column;
        /*overflow-y: scroll;*/
        flex-wrap: nowrap;
        max-height: 12rem;
        padding-right: 5rem;   
        background-color: #0000001c;
        border-radius: 10px;
    }
       
    
    .gender-inputs{
        margin-top: 2rem;
    }
    .gender-group{
        flex-direction: column; 
    }
    .gender-input{
        margin-top: 0.5rem;
    }
     .assinatura{
        margin-top: 0.5rem;
        display: flex;
        text-decoration: none;
        font-size: 0.93rem;
        font-weight: 500;
        color: #3e435b;
    }
    
}
@media screen and (max-width: 600px){    
    .container{
        width: 94%;
        height: 90vh;       
    }    
    .form{    
        padding: 0.7rem;
        /*background-color: #ff2020;*/
    }   
    .form-image img{
        width: 6rem;        
       /* background-color: #3e435b;*/
       margin-bottom: 0;        
       padding: 0;
    }

    .form-header{
        margin: 0 0;        
        /*border: 1px solid #000;*/
    }
    .form-header h1{
        font-size: 1.2rem;
    }
    .borda_certificado h1{
        font-size: 1.1rem;
    }

    .input-group{
        flex-direction: column;
        /*overflow-y: scroll;*/
        flex-wrap: nowrap;
        max-height: 9rem;
        padding-right: 2rem;          
    }

    .input-box{
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
        margin-bottom: 0rem; /*1.1rem*/
    }

    .input-box input {
        margin: 0.4rem 0; /*0.6rem 0;*/
        padding: 0.8rem 1.2rem;/* 0.8rem 1.2rem;*/
        border: none;
        border-radius: 10px;
        box-shadow: 1px 1px 6px #0000001c;
    }

    .borda_certificado{     
        margin-top: 0rem;
    }
    .borda_certificado .input-group{
        flex-direction: column;
        /*overflow-y: scroll;*/
        flex-wrap: nowrap;
        max-height: 10.8rem;
        padding-right: 2rem;   
        background-color: #0000001c;
        border-radius: 10px;
    }      
    
    .continue-button button{
        width: 100%;
        margin-top: 1.0rem; /*1.2rem;*/
        border: none;
        background-color: #3e435b; /*#333 #6c63ff;*/
        padding: 0.62rem;
        border-radius: 5px;
        cursor: pointer;
    }
    .borda_certificado .continue-button button{
        width: 100%;
        margin-top: 0.3rem;
        border: none;
        background-color: #3e435b; /*#333 #6c63ff;*/
        padding: 0.62rem;
        border-radius: 5px;
        cursor: pointer;
    }
     .assinatura{
        /*margin-top: 0.2rem;*/
        display: flex;
        
        text-decoration: none;
        font-size: 0.93rem;
        font-weight: 500;
        color: #3e435b;
    }
    
}