#log-in .login-form button {
	background-color: #4C7CB1!important;
	background-image: -webkit-linear-gradient(to bottom, #61ceff, #09658e)!important;
	background-image: -moz-linear-gradient(to bottom, #61ceff, #09658e)!important;
	background-image: -ms-linear-gradient(to bottom, #61ceff, #09658e)!important;
	background-image: -o-linear-gradient(to bottom, #61ceff, #09658e)!important;
    background-image: linear-gradient(to bottom, #61ceff, #09658e)!important;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4C7CB1, endColorstr=#002F64)!important;
}

#log-in .login-form button:hover {
	background-color: #004490!important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#004490), to(#002248))!important;
	background-image: -webkit-linear-gradient(to bottom, #1197d4, #034360)!important;
	background-image: -moz-linear-gradient(to bottom, #1197d4, #034360)!important;
	background-image: -ms-linear-gradient(to bottom, #1197d4, #034360)!important;
	background-image: -o-linear-gradient(to bottom, #1197d4, #034360)!important;
    background-image: linear-gradient(to bottom, #1197d4, #034360)!important;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#004490, endColorstr=#002248)!important;
}
