body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	/* background-color: #f2f2f2; */
	/* background: linear-gradient(white, #ededed); */
	background-color: #FFF;
}

.box-login {
	border: 1px solid #293c82;
	width: 450px;
	padding: 10px;
/* 	background-color: #cad4f8; */
}

.form-control {
	display: block;
	width: 85%;
	margin-top: 5px;
	margin-left: 10px;
	height: 15px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c3b6a1;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inputError {
	display: block;
	width: 85%;
	margin-top: 5px;
	margin-left: 10px;
	height: 15px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #a94442;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.alerta-campuri {
	/* padding: 15px; */
	padding: 0.5em 1.125em 0.5em 0.75em !important;
	margin-bottom: 10px;
	margin-top: 10px;
	/*  border: 1px solid transparent; */
	border: 1px solid #e3a345;
	border-radius: 7px;
	color: #a94442;
	background: #e4cac9 url('../library/images/error.png') no-repeat 10px
		4px;
	display: block;
}

/* luat de la clickable: default state */
.btn-primary {
	color: #510247;
	background-color: #cad4f8;
	/* border-color: #510247; */
	border: 1px solid #293c82;
}
/* luat de la header/toolbar */
.btn-primary:focus, .btn-primary.focus {
	color: #a5efa5;
	background-color: #cad4f8;
	border-color: #293c82;
}
/* luat de la clickable: hover state */
.btn-primary:hover {
	color: #FFFFFF;
	background-color: #293c82;
	border-color: #293c82;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #293c82;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #293c82;
	border-radius: 4px;
}

.body_content {
	margin-top: 200px;
	width: 100%;
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: box;
	box-pack: center;
	box-align:;
}

#logo-login {
	background: url("../images/logo.png") no-repeat scroll 0 0 #FFFFFF;
}

.margin {
	/* 
	Iulian 08.03.2018 ca sa se centreze
	margin-left:85px; */
	margin-left: auto;
	margin-right: auto;
}
.container-fluid {
		width: 100%;
		text-align: center;
		font-size: 11px;
		margin-top: 10px;
		padding: 0px;
	}
.main_container {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 5px 0px 5px;
	background-color:#FFFFFF;
	margin-top: -100px;
	text-align: left;
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;	
}
.footer-poweredby {
	color:#5f0554;
}
.error{
	color: red;
	FONT-SIZE: 11px;	
}

.required {
	margin: 0 2px 0 2px;
	color: red;
}

@media screen and (max-width: 450px) {
	.body_content {
		margin-top: 50%;
	}
	.margin {
		margin-left: 20px;
	}
	.box-login {
		width: 90%;
	}
	.btn {
		border: 1px solid #527c1d;
	}
	.btn-primary {
		color: #ffffff;
		background-color: #527c1d;
	}
	
}