.logo {
    width: 70%;
    max-width: 700px;
    display: block;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 30px;
    filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.197));
}

.loginform {
    width: 95vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 30px;
}

.formfield {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    height: 70px;
    background-color: rgb(36, 36, 36);
    color: rgb(207, 207, 207);
    border-style: none;
}

.formfield.top {
    margin-bottom: 1px;
    border-radius: 30px 30px 0 0;
}

.formfield.bottom {
    margin-top: 1px;
    border-radius: 0 0 30px 30px;
    background-color: rgb(31, 31, 31);
}