body{ background:#e5e5e5; color:#444; margin-top:20px; }
.well{background-color: #1e789a; color:white;}
.popover-title { background:#1e789a; color:white; }
.popover-content { background:#e5e5e5; }
.modal-content{ background:#00415e; }

.glyphicon-pencil{ color:black; }
.glyphicon-ok{ color:green; }
.glyphicon-remove{ color:red; }

#register-submit{
	background: -webkit-linear-gradient(rgba(229,0,3,1),rgba(129,0,14,1));
	background: -o-linear-gradient(rgba(229,0,3,1),rgba(129,0,14,1));
	background: -moz-linear-gradient(rgba(229,0,3,1),rgba(129,0,14,1));
	background: linear-gradient(rgba(229,0,3,1),rgba(129,0,14,1));
	padding: 10px 25px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	border: solid 1px #600210;
	border-radius:0px;
}

#modal-login-submit {
	background: -webkit-linear-gradient(rgba(44,174,224,1),rgba(28,112,143,1));
	background: -o-linear-gradient(rgba(44,174,224,1),rgba(28,112,143,1));
	background: -moz-linear-gradient(rgba(44,174,224,1),rgba(28,112,143,1));
	background: linear-gradient(rgba(44,174,224,1),rgba(28,112,143,1));
	padding: 10px 25px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	border: solid 1px #095c7b;
	border-radius:0px;
}
#register-btn{
	background: -webkit-linear-gradient(rgba(229,0,3,1),rgba(129,0,14,1));
	background: -o-linear-gradient(rgba(229,0,3,1),rgba(129,0,14,1));
	background: -moz-linear-gradient(rgba(229,0,3,1),rgba(129,0,14,1));
	background: linear-gradient(rgba(229,0,3,1),rgba(129,0,14,1));
	padding: 10px 25px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	border: solid 1px #600210;
	border-radius:0px;
}

.modal-after-register { color: white; }