.bgColorBlue {
    background-color: #0067b1;
}

#authProviderLogin .button,
#commit .submit{
	font-size: 18px;
    height: 44px;
    width: 320px;
	float: right;
}

#authProviderLogin,
#commit {
    height: 25px;
    margin: 19px auto 30px;
    width: 320px;
}

#authProviderLogin input.button {
    background-color: #afafaf;
}

#authProviderLogin input.button:hover {
    background-color: #a1a1a1;
}