* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}
.background-body{
	background-image: url("../img/background.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}


.user-count{
    /*font-size: 18px!important;*/
    text-align: center!important;
}
.user-count .svg-inline--fa, .fa-text{
    color:#337ab7!important;
    font-size: 18px!important;
}
.user-count span{
    padding-left: 10px;
    font-weight: bold;
}

.forgot-password {
	text-align: right;
	width: 320px;
}

#wrapper {
	/* Center wrapper perfectly */
	width: 500px;
	min-height: 620px;
	margin: 0 auto;
	margin-top: 3%;	
}

.banner img {
		/* width: 350px;
		height: 60px; 
		margin: 30px 47px 0;		
	    background-image: url('../img/login/header.png'); 
		background-repeat: no-repeat; */
		width: 280px;
		padding-top: 10px;               
}
div.banner {
    text-align: center;
}

hr {
    border: 0;
    margin: 5px 0 !important;
    height: 1px !important;
    width: 90%;	
    margin-left: 5% !important;
    background-image: -webkit-linear-gradient(left, #f1f1f1, #364E6D, #f1f1f1);
    background-image: -moz-linear-gradient(left, #f0f0f0, #364E6D, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #364E6D, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #364E6D, #f0f0f0);
}


/*******************
LOGIN FORM
*******************/

.login-form {
	max-width: 450px;
	min-height: 630px;
	margin: 0 auto;
	position: relative;	
	background: #fff;
	border: 1px solid #fff;	
	box-shadow: 1px 2px 3px 4px silver;
	border-radius: .25rem;
	padding: 25px 0px;

}

#bg-left-img {
	position: absolute;
	width: 100%;
	height: 630px;
	top: 0px;
	left: -101%;
	background-image: url('../img/login/background-left.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

#bg-right-img {
	position: absolute;
	width: 100%;
	height: 630px;
	top: 0px;
	left: 101.3%;
	background-image: url('../img/login/background-right.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1350px) {
	#bg-left-img {
		width: 80%;
		left: -81%;
		top: 10%;
	}
	#bg-right-img {
		width: 80%;
		top: 10%;
	}
}

@media screen and (max-width: 1200px) {
	#bg-left-img {
		width: 60%;
		left: -61%;
		top: 20%;
	}
	#bg-right-img {
		width: 60%;
		top: 20%;
	}
}

@media screen and (max-width: 1000px) {
	#bg-left-img {
		width: 40%;
		left: -41%;
		top: 30%;
	}
	#bg-right-img {
		width: 40%;
		top: 30%;
	}
}

@media screen and (max-width: 820px) {
	#bg-left-img {
		width: 30%;
		left: -31%;
		top: 35%;
	}
	#bg-right-img {
		width: 30%;
		top: 35%;
	}
}

@media screen and (max-width: 768px) {
	#bg-left-img {
		display: none;
	}
	#bg-right-img {
		display: none;
	}
}

/*******************
FOOTER
*******************/

.login-form .footer {
	padding: 0px 70px;
	/* background: #fff;	 */
}

/* Login button */
.login-form .footer .button {	
	padding: 10px 115px;
	margin: 10px auto;
	/*font-family: 'Josefin Sans', sans-serif;*/
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);	
	background: #364E6D;
	border-radius: 5px;
	cursor: pointer;		
}

.login-form .footer .button:hover {	
	background-color: #697B91;	
	
}

.login-form .footer .button:focus {
	position: relative;
	bottom: -1px;
	margin-top: 10px;		
	background-color: #697B91;	
}

/* Input field */

.login-form .content {
	width: 500px;
	padding: 50px 67px 0px;
}

.login-form .content .input {
	
	padding: 10px 10px;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #364E6D;
	/*text-shadow: 1px 1px 0 rgba(256,256,256,1.0);*/
	
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

/* Second input field */
.login-form .content .password, .login-form .content .username, .login-form .content .select {
	width: 320px;
	margin-top: 20px;
	margin-left: 0px;
}

#wrapper > form > div.content > select {
	width: 290px;
}

select.input.select option {
	color: #f0f0f0;
	background: #697B91; 
	box-shadow: 0 0 10px 100px #697B91 inset;
}


select.input.select option:hover {
	color: #f0f0f0;
	box-shadow: 0 0 10px 100px #697B91 inset;

}

div#radio{
	width: 320px;
	padding: 10px 0 0;
	color: #364E6D;
}

#CNP, #Utilizator {
	display: inline-block;
	//margin: 10px;
}
.nav-tabs {
       font-size: 14px;
}
#Utilizator {
	margin-left: 0;
}

span.text-primary {
	color:#364E6D;
}

p.Aut {
	font-weight: 600;
}

p.title {
	color: #364E6D;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	font-weight: 400;	
}

div#autentificare_utilizator {
	padding-top: 0px;
}
a{ 
    cursor: pointer;
}

.termeni {
                margin-left: 50px;
                padding: 0px 20px;
                width: 350px;
             }
             
@media screen and (max-width: 500px) {

	/*.login-form {	*/
		/*border:none;	*/
		/*box-shadow: initial;		*/
	/*}*/
	
	#wrapper {		
		width: 370px;
	}
	
	.banner img {
			width: 350px;			
	}

	.login-form .content {		
		padding-left: 30px;
	}

	p.title {
		text-align: left;
		padding-left: 20px;
	}

	.login-form .footer {
		padding: 0px 20px;
		/* background: #fff;	 */
	}
        div.banner {
                text-align: left;
        }
        hr {
                width: 70%;
        }
        
        .termeni {
                padding: 0px 20px;
                width: 350px;
                margin-left: 0;
             }
        
}

 

a.links {
    font-size: 12px;
   }

/*Header images*/

.ue{
	width: 100%;
}
.gv{
	width: 80%;
}
.poca{
	margin-top:25%;
	width: 80%;
}
.is{
	width: 80%;
}

@media screen and (min-width: 501px) {
	.ue{
		width: 80%;
	}
	.gv{
		width: 60%;
	}
	.poca{
		margin-top:15%;
		width: 65%;
	}
	.is{
		width: 60%;
	}
}


@media screen and (min-width: 992px) {
	.ue{
		width: 45%;
	}
	.gv{
		width: 35%;
	}
	.poca{
		margin-top:4%;
		width: 55%;
	}
	.is{
		width: 35%;
	}
}

@media screen and (min-width: 1200px) {

	.ue{
		width: 35%;
	}
	.gv{
		width: 30%;
	}
	.poca{
		margin-top:5%;
		width: 50%;
	}
	.is{
		width: 30%;
	}

}
   
   .text-ue{
	   padding-top: 40px;
	   font-family: "Trebuchet MS";
   }