/**
 * parallax.css
 * @Author Original @msurguy -> http://bootsnipp.com/snippets/featured/parallax-login-form
 * @Reworked By @kaptenn_com 
 * @package PARALLAX LOGIN.
 */

/***

 body {
  background-color: #16222A;        
 }

 .form-signin input[type="text"] {
  margin-bottom: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
 }
 .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
 }
 .form-signin .form-control {
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }
 .vertical-offset-100 {
  padding-top: 10px;
 }
 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
 }
 .panel {
  margin-bottom: 20px;
  border-radius: 4px;

 }

 figure{
  width:100%;
  overflow:hidden;
  margin:0;
 }
 figure img{
  display:block;
  width:100%;
 }
 figure img{
  margin-top: -8%;
  margin-bottom: -21%;
 }

 .imACircle{
  display: inline-block;

  width:20px;
  height:20px;
  border-radius:50px;
  color:#fff;
  text-align:center;

  background-color: #006092;
  background-image: -webkit-gradient(linear, left top, left bottom,
    from(#00EDFF), to(#006092) );
  background-image: -moz-linear-gradient( top,
    #00EDFF, #006092 );
 }
 .imATitle{
  display: inline-block;

  width:20px;
  height:20px;
  border-radius:50px;
  color:#303030;
  text-align:center;

  font-family: 'Varela Round', sans-serif;
  font-size: 2.5em;
  text-transform: lowercase;
 }

 .poweredCustom{
  display: inline-block;

  width:200px;
  height:20px;
  border-radius:50px;
  color:#303030;
  text-align:center;

  font-family: 'Varela Round', sans-serif;
  font-size: 1.5em;
  text-transform: capitalize;
 }
 ***/



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

body {

  /**
    width:100px;
    height:100px;
    background-color: #16222A;
*/
      background-image: url('../img/bg.jpg') ;
      background-position: center center;
      background-repeat:  no-repeat;
      background-attachment: fixed;
      background-size:  cover;
      background-color: #999;
}

p {
  color:#CCC;
}

.spacing {
  padding-top:7px;
  padding-bottom:7px;
}

.middlePage {
   width: 50%;
   height: 500px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
}

@media screen and (min-width: 1024px) {
    .middlePage{
        width: 50%;
        margin: 0 !important;
        top: 20%;
        left: 11%;
    }
}

@media screen and (max-width: 1024px) {
    .middlePage{
        width: 50%;
    }
    [class*="col-"] {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .middlePage{
        top:30%;
        width: 80%;
    }
    [class*="col-"] {
        width: 100%;
        text-align: center;
    }
}

#logo img {
    display:block;
    margin:auto;
    max-width: 100%;
    width: 200px;
}

.form-group{
  padding: 0px 10px;
}

.form-control{
  text-align: center;
  width: 200px;
}
.text-white{
  color: #fff;
  font-size: 0.8em;
}