.loginBox{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 450px;
	height: 310px;
	padding: 26px 25px;
	box-sizing: border-box;
	background: rgba(41, 41, 41, 0.8);
	border-radius:10px;


	
}
body{
	font-family: 'Mukta', sans-serif;
	  height:80vh;
	  min-height:800px;
	  background-image: url(http://www.planwallpaper.com/static/images/Free-Wallpaper-Nature-Scenes.jpg);
	  background-repeat: no-repeat;
	  background-size:cover;
	  background-position:center;
	  position:relative;
	  overflow-y: hidden;
	  border-radius:10px;
  }
.login-logo{
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 450px;
	height: 100px;
	box-sizing: border-box;
	border-radius:10px;

}

.loginBox button[type="submit"]{

	height:46px;
	color:#ffffff;
	font-size:26px;
	cursor:pointer;
	border-radius:12px;
} 

.login-box-msg{
	color:#18dfdf;
	font-size: 20px;
}

@media(max-width:480px){
	form{
		width:100%;
	}
}
	