
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
h1 {
    color: red;
}
/*HTML5 display-role reset for older browsers*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	width: 100%;
	height: 100%;
	/*background-color: #0a4e99;*/
	font-family: 'Open Sans', sans-serif;
}

::-webkit-input-placeholder {
 color: #b3c7f4;
}

:-moz-placeholder { /* Firefox 18- */
 color: #b3c7f4;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #b3c7f4;
}

:-ms-input-placeholder {
 color: #b3c7f4;
}
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fix {
	clear: both;
}
/* ====== LOGIN ===== */
.form {
	width: 320px;
	margin: 130px auto 0 auto;
	text-align: center;
}
#login div {
	clear: both;
	text-align: center;
	width: 100%;
}
#login i {
	width: 10%;
	height: 39px;
	padding: 8px 5px 5px 5px;
	color: #fff;
}
#login p>i {
	float:left;
}
#login img {
	margin-bottom: 50px;
	height: 60px;
}
#login p {
	float: left;
	clear: both;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #fff;
}
#login p:hover {
	border-bottom: 1px solid #00a8ff;
}
#login input[type=text], #login input[type=email], #login input[type=password] {
	border: 0;
	background-color: transparent;
	padding: 5px;
	height: 40px;
	font-size: 100%;
	width: 90%;
	color: #fff;
	float: left;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
#login p {
	margin-bottom: 10px;
}
#login button {
	background: #11345a;
	color: #fff;
	border: 0;
	float: left;
	font-size: 100%;
	height: 40px;
	margin-bottom: 30px;
	width: 100%;
	font-weight: 300;
	margin-top: 30px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
}
#login button:hover {
	background-color: #00a8ff;
}
#login input[type="text"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #0a4e99 inset;
}
#login input[type="password"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #0a4e99 inset;
}
#login input[type="email"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #0a4e99 inset;
}
#login input[type="text"]:-webkit-autofill {
    -webkit-text-fill-color: #fff;
}
#login input[type="email"]:-webkit-autofill {
    -webkit-text-fill-color: #fff;
}
#login input[type="password"]:-webkit-autofill {
    -webkit-text-fill-color: #fff;
}
#login input[type=checkbox] {
	float: left;
	display: inline;
	margin-right: 10px;
}
#login label {
	float: left;
	font-size: 90%;
	display: inline;
	color: #b3c7f4;
	font-weight: 300;
}
#login a {
	color: #b3c7f4;
	text-decoration: none;
	font-size: 100%;
	margin-bottom: 10px;
	display: block;
}
#login a:hover, #login label:hover {
	color: #fff;
	cursor: pointer;
}
footer{
	bottom: 0;
	color: #fff;
	float: left;
	bottom: 0;
	font-size: 75%;
	margin-bottom: 10px;
	position: fixed;
	text-align: center;
	width: 100%;
}
p.password{
	border-bottom-color: transparent !important;
}
a.register {
	padding: 5px 10px;
	border: 1px solid #000;
}
#login .has-error {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size:90%;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
#login .has-success {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size:90%;
    color: black;
    background-color: cyan;
    border-color: transparent;
}
#login input:focus, #login button:focus {
	outline:none;
}
/* ::::::: smaller than 480 :::::::: */
@media screen and (max-width: 480px) {
form {
	margin-top: 20px;
}
}
#About h3{ 
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 20px;
  color:#0a4e99;
  font-weight: 600;
}
#About p {
  font-weight: 200;
  font-size: 16px
}
#About p > a {
  display: inline;
  color:#0a4e99;
}
#About div.tramo {
  border-left: 4px solid #777;
  padding-left: 10px;
}
@media(min-width: 768px)
{
  #About {
    padding: 0 50px;
  }
}
.accioner {
	width: 10%;
	text-align: center;
}

.modal-body .form-horizontal {
	padding:5px 25px;
}
.modal-body .modal-footer {
	margin:0 -40px -15px;
}
.modal-body .page-header 
{
	margin: 0;
	padding-left: 15px
}
.has-error .help-block
{
	margin-bottom: 0;
}
#slider .carousel-caption
{
	bottom: 350px;
	top:auto;
}
#slider .carousel-caption p
{
	margin-bottom: 10px;
}
#slider p>span {
	font-size: 100%
}