﻿a#gnosislogin_forgotpass {
	font-size: 14px;
	font-weight: bold;
}	

.DonateButton {
   border-top: 1px solid #c8102e;
   background: #c8102e;
   background: -webkit-gradient(linear, left top, left bottom, from(#c8102e), to(#c8102e));
   background: -webkit-linear-gradient(top, #c8102e, #c8102e);
   background: -moz-linear-gradient(top, #c8102e, #c8102e);
   background: -ms-linear-gradient(top, #c8102e, #c8102e);
   background: -o-linear-gradient(top, #c8102e, #c8102e);
   padding: 14.5px 29px;
   -webkit-border-radius: 24px;
   -moz-border-radius: 24px;
   border-radius: 24px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white !important;
   font-size: 22px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.DonateButton:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.DonateButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.gFormHeader {
    background-color: #D71920;
}

/*Login Dialog */
@media only screen and (max-width: 600px) {
	img#imgLogo_img_Logo {
		max-width: 250px;
	}
	h1#gnosislogin_Header {
		margin-top: 4px;
		margin-bottom: 4px;
		padding: 0 0;
	}
	div#loginForm.login-card {
		padding-top: 5px;
	}
}