
html
{
  height:100%;  
}
body{    
  background:url('images/home.jpg') no-repeat;
  background-size: cover;
  height:100%;
  width:100%;

}


.form-top{
	margin-top: 30px;
}
.panel{
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
	border-radius: 10px;
    border: 0;
}
@-moz-document url-prefix() {
    .form-control{
    	height: auto;
    }
}

.blink {
        -webkit-animation: blink 1s step-end infinite;
                animation: blink 1s step-end infinite;
                font-size: 15px;
                color: #ff662b;
    }
    @-webkit-keyframes blink { 50% { visibility: hidden; }}
            @keyframes blink { 50% { visibility: hidden; }}

            h1{
              color: #65cdff;
              font-size: 36px;
              margin-top:272px;
              font-weight: 700;
            }
            
         #mySidenav a {
  position: absolute;
  left: -10px;
  transition: 0.3s;
  padding: 15px;
  width: 150px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
  left: 0;
}

#contact {
  top: 200px;
  background-color: #f44336;
}