body {
    background: black;
}

.loginPageContainer {
    background: black;
    display: block;
}

.header {
    background: black;
    margin: auto;
    width: 35%;
    padding: 10px;
    align-content: center;
    display: inherit;
    text-align: center;
}

.headerTextRow {
    color: white;
    font-weight: bold;
    display: inherit;
    font-size: 58px;
    font-style: italic;
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
}

.headerImg {
    height: 100px;
}


.headerSupportTextContainer {
    background: black;
    margin: auto;
    width: 50%;
    padding: 10px;
    align-content: center;
    display: inherit;
    text-align: center;
}

.supportTextRow {
    background: black;
    margin: auto;
    width: 100%;
    padding: 10px;
    display: inherit;
    text-align: center;
    color: white;
    font-size: 22px;
}

.headerSupportText {
    margin: 0px;
}

.mainFormDiv {
    color: white;
    text-align: center;
}

.signInText {
    margin-top: 22px;
    font-size: 22px;
}

.links {
    margin-top: 35px;
}

.button {
    background-color: #286be3;
    border: none;
    color: white;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}