/*body, input, select, textarea, button {
	text-transform: uppercase;
}*/

.login-logo {
	background: #FFF;
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}

.login-box-body input {
	text-transform: initial;
}

#username, #password, #email {
	text-transform: initial;
}

.mandatory {
	color:#FF0000;
}

.center {
  text-align: center;
}

.text-right {
	text-align: right;
}

.alert {
	padding: 5px!important;
	text-transform: initial!important;
}

.alert a {
	text-decoration: none;
}

.close {
	line-height: 100%;
}

/*.box-body .close {
	line-height: 28px;
}*/

.box-header .box-tools {
	position: absolute;
	right: 10px;
	top: 10px;
}

.modal-header {
	border-bottom: none;
	color: #FF0000;
}

.modal-footer {
	border-top: none;
}

.modal-content {
	background-color: #f2dede;
	border-color: #ebccd1;
}

.modal-body i {
	font-size: 1.4em;
	color: #FF0000;
}

.modal-body p {
	color: #FF0000;
}

.modal-footer button {
	background-color: #FF0000;
	color: #FFF;
}

.modal-footer button:hover {
	background-color: #DC0000;
	color: #FFF;
}