.login{
    margin: 200px 0 0 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-data-button {
    background-color: #522462;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}

@media only screen and (max-width: 768px) {
    .login{
        margin: 25vh 0 0 0 !important;
    }
}