#logInForm {
    display: none;
}

.toggleFormBox {
    margin-top: -20px;
}

.toggleForms {
    font-weight: bold;
    cursor: pointer;
}

.toggleForms:active {
    opacity: 50%;
    text-transform: uppercase;
    font-style: italic;
    font-weight: normal;
    font-size: small;
}

.toggleForms:hover {
    font-style: italic;
    border: 0.5px solid #fff;
    border-radius: 5px;
    padding: 5px;
    background-color: #00220099;
}

.playAsGuest {
    font-weight: bold;
    cursor: pointer;
}

.playAsGuest:hover {
    font-style: italic;
    border: 0.5px solid #fff;
    border-radius: 5px;
    padding: 5px;
    text-transform: uppercase;
    background-color: #00002299;
}

#homePageContainer {
    margin: 40px auto 0 auto;
}

.form-control {
    margin: 0 auto;
}

#pwdToggle,
#pwdlogToggle,
#rptpwdToggle {
    position: relative;
    left: 45%;
    bottom: 30px;
    cursor: pointer;
    color: #444;
}

#password,
#rptpassword {
    margin-bottom: -30;
}

.forgotPassword {
    border-radius: 5px;
    padding: 5px;
    color: #fff;
}

.forgotPassword:active {
    border-radius: 12px;
    border-width: 2px;
    opacity: 50%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: small;
}

.forgotPassword:hover {
    border: 0.5px solid #fff;
    cursor: pointer;
    font-style: italic;
    color: #fff;
}

.row {
    flex-direction: row;
    display: flex;
    justify-content: center;
}

.rememberMe {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}

label {
    color: #0abf30;
    font-weight: bold;
    background-color: #444444cc;
    padding: 4px 12px 2px 12px;
    border-radius: 8px;
    border: solid 1px #444444cc;
}

label:hover {
    background-color: black;
    border: solid 1px #dddddd99;
}

label:active {
    background: none;
    border: black solid 1px;
}