html, body {
    height: 100%;
    font-size: 0.9rem;
}
body.public {
    background: linear-gradient(to bottom right, #000, #2e655e);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    margin: 0;
    font-family: sans-serif;
}

.login-form input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.login-form input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.event {
    border-color: rgba(74, 152, 143, 0.5);
}

.event-header {
    background-color: rgba(74, 152, 143, 0.5);
}

.event-body {
    background-color: #f8f9fa;
}