.container_correios {
    height: 100%;
    width: 100%;
    padding: 15px;
    padding-top: 60px;
    text-align: center;
    padding: 0;
}

.container_correios_apresentacoes {
    width: 80%;
    margin: 0 auto;
    display: flex;
    height: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container_correios_apresentacoes img {
    width: 293px;
    object-fit: contain;
}

.container_correios_apresentacoes p {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8em;
    color: #000;
    margin: 12px 0 0 0;
}   

.form_correios_user {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 30px;
    align-items: center;
}

.integration_correios_inputs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 25%;
}

.form_correios_user span {
    font-size: 1.5em;
    color: #000;
}

.input_correios {
    width: 100%;
    height: 30px;
    margin: 9px 0 0 0;
}

.form_correios_user button {
    width: 150px;
    height: 50px;
}