.btn.btn-primary {
background: green; 
border-color: green; 
}

.btn.btn-primary:hover {
background: #50c878; 
border-color: green; 
}

body.function-login {
height:100%;
background:transparent url("../../images/NOUN_bg1.png") no-repeat center center fixed;
background-size:cover;
z-index: -1;
}
body.function-register_success{
height:100%;
background:transparent url("../../images/NOUN_bg1.png") no-repeat center center fixed;
background-size:cover;
z-index: -1;
}
.inbox_badge{
	background-color: #7cfc00;
	color: #2C3E50;
	padding: 4px 8px;
	text-align: center;
	border-radius: 3px;
}