html,
body,
.view {
    height: 100%;
    font-family: 'Lato', 'Arial', sans-serif;
}

.view {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
	url("../../images/shooter.png")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



body {
	background-color:#414b98;
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
	url("../../images/shooter.png")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


a {color: #F6EA81;}
  a:hover {color: #E8D423;}

.form-signin {
  max-width: 330px;
  padding: 15px;
  left: 100px;
}
.form-signin .form-signin-heading {
  margin-bottom: 10px;
  margin-top: 47%;
  color: #FFFF99 
}
.form-signin .checkbox {
  margin-bottom: 10px;
  font-weight: normal;
 }


.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-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;
}

.about-text {
    background: rgba(255,255,255,0.6);
    color: black;
    padding: 1.875rem;
}

.center-block {
   margin-left:auto;
   margin-right:auto;
   display:block;
}

.footext {
	text-align:center;
	font-size: .8rem;
	color:#FFF;
}

.bg-4 { 
    background-color: #2f2f2f;
    color: #ffffff;
}

#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 30px -30px 30px;
  /* Pad bottom by footer height */
  padding: 0 0 30px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 30px;

}

.container1 {
    height: 100%;
	
}

.container-fluid {
margin-top: -15px;

}

.navbar {
	border-bottom:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:thick;
}

.red_center {
	font-size: 0.8em;
    color:#ee0000;
	text-align:center;
}
