body {
    background: url('/Images/background.png') no-repeat center center fixed;
    background-size: cover;
}

.logo-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.logo-container img {
    width: 60px;
    height: 60px;
    display: block;
}

.page-container {
    padding: 10px;
    min-height: calc(100dvh - 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.form-container {
    width: 100%;
    max-width: 500px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

.form-container .ui.icon.input > span.material-symbols-outlined {
    cursor: pointer;
}