
body{
    background-size: cover;
    text-align: center;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.5;
    color: #777777;
    color: #7f7f7f;
    background-color:#FFFFE0;
   /* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(bck.png);*/
  height: 100vh;
  background-size: 100%;
  background-position: center;
    
}
 
.top{
    background: url(images/1.png) no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    

}
nav{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.navbar-brand{
    font-size: 30px;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
}


.navbar-toggle{
    background-color: #4CA4C6;
}

.home{
    position: absolute; 
    padding-left: 40px;
}

a {
     -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover, a:active, a:focus {
    color: #52d3aa;
    outline: none;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
  }

  p {
    margin-bottom: 1.5em;
    color: #000;
  }

  .box {
    height:auto;
    width: 600px;
    border: 2px solid gray;
    border-radius: 40px;
 }


 .box h1{
     padding-top: 10px;
 }

 .next{
     padding-top: 350px;
 }

 .thumbnail .img{
     height: 200px;
 }
 section{
     margin-top: 100px;
 }

 footer{
     background-color: lightcyan;
 }

 .main{
    margin-top: 50px;
}

.main-content {
/*    background-color:#009edf;*/
    border: 2px solid #009edf;
    margin: 0 auto;
    max-width: 500px;
    padding: 20px 40px;
    color: #ccc;
    text-shadow: none;

}


.input-group{
	margin: 20px 0px;
}
.input-group-addon {
    color: #009edf ;
    font-size: 17px;
}
.login-button{
    margin: 0px auto;
    max-width: 200px;;
    
}


.form-header{
    max-width: 500px;
    margin: 0 auto;
    background-color: #009edf;
    color: #fff;
    width: 100% ;
    padding: 20px 0px;
    border-top-right-radius:10px ;
    border-top-left-radius:10px 
}
.remember{
    color: black;
}


.form {
    background-color: lightblue;
	padding: 30px;
	margin: 0px 50px;
}
.form-control {
	padding-bottom: 15px;
}
.fgap {
	margin-bottom: 20px;
}