.min-h-screen {
    /* background-image: url(/img/tachoweb-background.jpg); */
    /* background-size: cover; */
}

.logo {
    width: 100%;
    vertical-align: top;
}

#login-form {
    width: 100%;
}

.stores-logo {
    position: absolute;
    top: 0px;
    left: 0px;
}

.notification-message {
    text-align: center;
    border: 2px solid var(--color-primary) !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: white;
    width: 100%;
}

.policy-link {
    color: var(--color-primary);
}