.savedusers-wrapper {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
}

.savedusers-form {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 6px 10px 20px 1px rgba(0,0,0,0.75);
    background-image: url(ozekilogintopnocube.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.savedusers-form-header {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: flex-end;
    user-select: none;
}

.savedusers-form-body {
    display: flex;
    flex-direction: row;
    margin: 20px;
    gap: 24px;
}

.savedusers-logo-mini {
    max-width: 32px;
    max-height: 32px;
}

.savedusers-logo {
    display: flex;
    align-items: flex-start;
    min-width: 150px;
    max-width: 150px;
    justify-content: center;
}

.savedusers-loginform {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media only screen and (min-width: 440px) {
    .savedusers-form {
        width: 440px;
    }

    .savedusers-logo-mini {
        display: none;
    }
}

@media only screen and (max-width: 440px) {
    .savedusers-wrapper {
        max-width: 360px;
        min-width: 100px;
        padding: 15px;
    }

    .savedusers-logo {
        display: none;
    }
}

.savedusers-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    text-align: center;
}

.savedusers-loginlbl {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    line-height: 30px;
    font-size: 25px;
    color: #cecece;
    user-select: none;
}

.savedusers-titlelbl {
    font-size: 32px;
    font-weight: bold;
}
