/* Styles for the login page */
.loginBox {
	margin-top: 10px;
	margin-left: 25px;
}
.loginButtonDiv {
	margin-top: 10px;
	margin-bottom: 10px;
}
.btnLogin {
	width: 75px;
}
label {
    display: block;
    font-weight: bold;
    line-height: 20px;
}
