.bg-image {
    background-image: url("/static/base/background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/*
Size classes
*/
.maxw-500 { max-width: 500px; }

.card-title {
    font-size: 1.5rem;
    font-weight: 400;
}

.card-subtitle {
    font-size: 0.75rem;
    font-weight: 400;
}

.aslink, .aslink:visited, .aslink:hover {
    text-decoration: none !important;
    color: #1976D2;
    cursor:pointer;
    font-size: 14px;
    font-weight:500;
    line-height:1.715em;
}
.aslink:hover {
    color: #31ccec;
}
