.logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    width: auto;
    padding-top: 50px;
}

.home-form{
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

.submit-btn{
    width: 100%;
    color: white;
    background-color: black;
    padding: 5px;
}

@media (max-width: 576px) {
    .logo {
        height: 35px;
        top: 70px;
        padding: 0;
    }
}
