﻿.ps-page-container {
    min-height: 100vh;
    min-width: 100vw;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ps-login-page-content {
    min-width: 500px;
}

.label-forgot {
    text-decoration: underline;
    font-style: italic;
    font-weight: lighter;
}

.label-signup a {
    color: #fff;
    text-decoration: underline;
}

/* Tablet styles */
@media screen and (max-width: 768px) {
    .ps-login-page-content {
        min-width: 400px;
        max-width: 90vw;
    }
}

/* Mobile styles */
@media screen and (max-width: 480px) {
    .ps-login-page-content {
        min-width: 280px;
        max-width: 90vw;
        width: 100%;
    }
}
