h1 {
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 200;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

h1 strong {
    font-weight: 500;
}

.btn-login {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 0px;
    background-color: #03fffe !important;
    color: #000 !important;
}

.btn-login:hover {
    background-color: #000 !important;
    color: #03fffe !important;
}

.login-instructions-list {
    list-style: none;
    padding-left: 20px;
}

.login-instructions-list li::before {
    content: "•";
    color: #2e7bff;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.arrow-image {
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.teams-login-btn {
    display: none;
}

.login-instructions-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
} 
body {
    background-image: url('/static/imgs/bglogin.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff Im !important;
}

h1, h2, p, li {
    color: #fff !important;
}