#siteContent.password {
    left: 0;
    width: 100%;
    overflow: hidden;
}

.password-form {
    display: block;
    max-width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.password-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border: 0;
    border-radius: 8px;
    background-color: #4b9f06;
    color: white;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 6px #000;
    text-decoration: none;
    cursor: pointer;
}

    .password-button:disabled {
        -webkit-filter: grayscale(100%) opacity(50%);
        filter: grayscale(100%) opacity(50%);
        cursor: default;
    }

#username {
	width: 100%;
	margin-bottom: 10px;
}

.password {
	width: 100%;
	margin-bottom: 10px;
}

.passwordError {
    text-align: left;
    position: absolute;
    width: 203px;
    top: 110px;
    left: 840px;
}