.button{
background: #009CD6 !important;
}
.button:hover{
background: #10ACE6 !important;
}
@media only screen and (max-width: 767px) and (min-width: 0px){
	#login_page .container .button {
		box-shadow: 0 5px 0 #006CA6;
	}
}

#login_page .form_container .bottom_note a, #not_guest_page .form_container .bottom_note a {
	color: #009CD6 !important;
	border-bottom: 1px solid rgba(00, 156, 214, 0.5) !important;
}
