﻿body {
    color: white;
    background-image: url('/background4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Replaces inline center styling */
.page-title {
    text-align: center;
    margin-top: 5%;
}

.subtitle {
    text-align: center;
    font-style: italic;
}

.centered-large {
    text-align: center;
    margin-top: 5%;
    font-size: x-large;
}

.white-link {
    color: white;
    text-decoration: none;
}

.error-box {
    margin-top: 2%;
    margin-left: 25%;
    margin-right: 25%;
    background-color: #FFE600;
    color: black;
    padding: 5px;
}

.logout-btn {
    cursor: pointer;
}

/* Toast UI fix */
.csp-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 5000;
}

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: white;
}
