.section_data {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    height: 40vh;
}

.login_btn {
    padding: 5px 20px;
    font-weight: 400;
    border-radius: 10px;
}