.page-header{
    border-bottom: 0 !important;
}

#nextStepLogin{
    width:100%;
    font-size: 1.5rem;
}

#login-card{
    display:block;
    width:60%;
    padding:2%;
    margin:3% auto;
    border-radius:24px;
    overflow-x: hidden;
    overflow-y: hidden;
}

#container-cpf{
    z-index:1;
}

#container-represetante{
    z-index: 2;
    margin-left: 600px;
    display:none;    
}

#container-password{
    z-index:2;
    margin-left: 600px;
    display:none;
}

#rowCpfRepresentante{
    display:none;
}

.styleGovBr {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
}

.btn-gov {
    border-radius: 35px !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    background-color: rgb(223, 240, 246);
}

.btn-gov img {
    width: 20%;
}