@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    background-color: #f8f8f8f8;
    font-family: 'Roboto', sans-serif;
}

.cas-footer {
    display: none !important;
}

/* custom styles for the theme */
#passwordSection button {
    display: none;
}

.instructions {
    font-weight: bold;
}