html, body, section {
    height: 100%;
}

* {
    color: #231F20;
}

.ss-button, .ss-button:hover, .ss-button:active, .ss-button:focus {
    background-color: #41344F;
    border-color: transparent;
    color: #FFF;
}

.ss-bg-color {
    background-color: #41344F;
}
.box.ss-bg-color p {
    color: #FFF;
}

.ss-logo, .ss-text {
    margin-bottom: 5vh;
}

.ss-click {
    cursor: pointer;
}

#after-login i {
    font-size: 4em;
}

.flip-entry-last-modified {
    display: none;
}

.section {
    padding-bottom: 0;
    padding-top: 0.5rem;
}

.modal-content {
    background-color: white;
}