body {
    background-color: #4c4c4c;
    background-image: url("/img/background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#wrapper {
    max-width: 600px;
}
.card {
    backdrop-filter: blur(8px) saturate(120%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
    background-color: #efefef;
    background-color: rgba(255,255,255,0.65);
    border-radius: 12px;
    border: 1px solid #fff;
    border: 1px solid rgba(255,255,255,0.8);

    box-shadow: 3px 5px 20px #444;
    box-shadow: 0px 4px 18px rgba(0,0,0,0.4);
}
.card-header, .card-footer {
    border: none;
    background: none;
}
hr {
    width: 80%;
    margin: auto;
}
.oauth-btn {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    font-size: 1.25rem;
}
.forgot-password { transition: all 0.2s ease-in-out; }
.forgot-password:hover { font-size: 1.2rem; }