.button {
    border:1px solid #000;
    padding:4px 6px;
    font-size: 15px;
    background-color: #e2e5e8;
    color: #000;
}

.topbar-icon {
    height: 38px;
    border: 1px solid #35415a;
    color: #35415a;
    border-radius: 0.75rem;
    width: 70px;
    margin-left: 10px;
    padding: 7px;
    text-align: center;
}


input[type="button"], input[type="submit"] {
    border-radius: 12px;
    border: 0;
    padding: 4px 12px;
    background-color: darkblue;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

input[type="button"]:hover, input[type="submit"]:hover {
    opacity: 0.8;
}

input[type="button"]:disabled, input[type="submit"]:disabled {
    background-color: grey;
    opacity: 0.5;
}

div.main-content, body {
    background-image: url('/build/images/tenniscourt_bg.png');
    background-size: auto;
    background-repeat: repeat;
}

@media (max-width: 768px) {
    div.main-content, body {
        background-image: url('/build/images/tenniscourt_bg_mobile.png') !important;
        background-size: cover;
    }
}

.card {
    background-color: rgba(255,255,255,0.7) !important;
}

