@charset "UTF-8";
/* CSS Document */

body {
	width: 980px;
	background: #f5f5f5 url('../images/bg.jpg') repeat-x left top fixed;
	margin:0 auto;
	font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4 {
	font-family: 'Source Sans Pro', sans-serif;
}
h1 {
	font-size: 40px;
	font-family: 'Comfortaa', sans-serif;
}
.container-fluid {
	background-color:#fff;
	min-height:800px;
	padding:0px 40px 0px 40px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.31);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.31);
}
.divider {
	height:50px;
}
#prezentare {
	padding-right:20px;
}
header {
	padding-bottom:50px;	
}
footer {
	padding:10px;
	background-color:#000;
	color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.31);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.31);
}
footer a , a:hover{
	color: #fff;
}
#sidebar {
	padding:30px;
	background-color:#F6F6F6;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
		-webkit-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.31);
	box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.31);
}
.form-signin {
	font-size:14px;
	color:red;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.head {
	height: 10px;
	background-color: #842990;
	padding: 0px;
	margin: 0px;
	/*width: 100%;*/
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.31);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.31);
}
.login {
	background-color: #842990;
	border: 1px solid #fff;
}
.login:hover {
	background-color: #4a0d52;
	border: 1px solid #fff;
}
.form-control {
	border-radius: 0px !important;
}