body {
	background: white;
}
#loginform {
	background: #027c9e;
	border-radius: 16px;
}
#login h1 a {
	background-image: url(../images/cherishing-the-family-logo.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	width: auto;
	height: 90px;
	/* background-color: white;
	border-radius: 8px;
	padding: 0 16px; */
}
.login label {
  font-size: 12px;
  color: #fff;
}

.login input[type="text"]{
  background-color: #ffffff;
  border-color:#07568A;
  -webkit-border-radius: 4px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:#07568A;
  -webkit-border-radius: 4px;
}
.login input[type="text"]:focus, .login input[type="password"]:focus, .login input[type="checkbox"]:focus {
	box-shadow: 0 0 2px rgba(189, 102, 53, 0.8) !important;
}
.login input[type="checkbox"]{
  background-color: #ffffff;
  border-color:#07568A;
}
.login .button-primary {
  width: 120px;
  float:right;
  background-color:#c31e6d !important;

  box-shadow: none;
  text-shadow: none;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#17a8e3));
  background: -webkit-linear-gradient(top, #17a8e3, #17a8e3);
  background: -moz-linear-gradient(top, #17a8e3, #17a8e3);
  background: -ms-linear-gradient(top, #17a8e3, #17a8e3);
  background: -o-linear-gradient(top, #17a8e3, #17a8e3);
  background-image: -ms-linear-gradient(top, #17a8e3 0%, #17a8e3 100%);*/
  color: #ffffff;
  /*-webkit-border-radius: 4px;*/
  border: 1px solid white;
}

.login .button-primary:hover {
  background-color:#000 !important;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#17a8e3), to(#0d9ed9 ));
  background: -webkit-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -moz-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -ms-linear-gradient(top, #17a8e3, #0d9ed9 );
  background: -o-linear-gradient(top, #17a8e3, #0d9ed9 );
  background-image: -ms-linear-gradient(top, #0b436e 0%, #0d9ed9 100%);*/
  color: #fff;
  /*-webkit-border-radius: 4px;*/
  border: 1px solid white;
}

.login .button-primary:active {
  background-color:#BD6635 !important;
  /*background: -webkit-gradient(linear, left top, left bottom, from(#0d9ed9), to(#17a8e3));
  background: -webkit-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -moz-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -ms-linear-gradient(top, #0d9ed9, #17a8e3);
  background: -o-linear-gradient(top, #0d9ed9, #17a8e3);
  background-image: -ms-linear-gradient(top, #0d9ed9 0%, #17a8e3 100%);*/
  color: #fff;
  /*-webkit-border-radius: 4px;*/
  border: 1px solid #BD6635;
}
.login .button-primary:focus {
	box-shadow: 0 0 2px rgba(189, 102, 53, 0.8) !important;
}
