/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
  }
  
  html,body{
    height: 100%;
    background-color: #000217;

  }
 
 
.sectionAll{
  background-size: 100% 100%;

}
.conOfhead{
  height: 32%;
}
label{
  color: #d48b27;

}
.submit{
  padding: 10px;
    border-radius: 10px;
    width: 20%;
    text-align: center;
    color: #fff;
    background: #d48b27;
}
@media (orientation: landscape) {
  .conOfhead{
    height: 55%;
  }
}