* {
    font-family: "Raleway", sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
}

.bg-black {
    background-color: black;
}

.text-center {
    text-align: center;
}

.text-white {
    color: white;
}

footer {
    padding: 39px 0 42px;
    text-align: center;
}

div.card {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
}

@media (min-width: 1024px) {
    div.card {
        background-color: white;
        padding: 3rem;
        border-radius: 10px;
        border: 1px solid #eaeaea;
    }
}

.login-button {
    display: inline-block;
    background-color: #f0ce35;
    color: white;
    border: none;
    padding: 15px 18px;
    cursor: pointer;
    font-weight: 600;
    height: 56px;
    border-radius: 38px;
    text-decoration: none;
}

.login-button:disabled {
    background-color: #edd56f;
    cursor: not-allowed;
    pointer-events: all !important;
}
