body
{
	margin: 0;
	padding: 0;
	background-size: cover;
    font-family: sans-serif;
 background: linear-gradient(135deg, #314755 0%, #6dd5ed 100%);   
     /*background-image: url("image/newYear.jpg");*/
}
@media screen and (max-width: 768px) {
        body {
             background: linear-gradient(135deg, #314755 0%, #6dd5ed 100%);   
         /*background-image: url("image/newYear.jpg");*/
        }
}
.loginBox
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 350px;
	height: auto;
	padding: 30px 35px;
	box-sizing:border-box;
	background:rgb(88, 138, 162,1);
 border-radius: 70px;
}
.user
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;position: absolute;
	top: calc(-100px/2);
	left: calc(50%-50px);
}
h2
{
	margin: 0;
	padding: 0 0 0 20px;
	color: green;
	text-align: center;
}
.loginBox p 
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #fff;

}
.loginBox input
{
	width: 100%;
	height:30px;
	background-color:lightyellow;
	margin-bottom: 15px;
	border-radius:10px;
}

::placeholder
{
	color:rgba(255,255,255,.5);
}
.loginBox input[type="submit"]
{
	border:none;
	border-radius:50px;
	outline: none;
	height: 40px;
	color: #fff;
	font-size:16px;
	background:rgba(255,20,110,.5);
}
#profile
{
	margin: 40px 450px 0  ;
	padding: 0;
    width: 130px;
	height: 130px;
	
	border-color:black;
	border:20px;
	background-image:url(back.png);
 	background:rgba(225,125,0,0.5);
 border-radius: 40%;
}
#sign_In{display: block;}
#term_condion
{
	width:10%;
	height:25px;
	
}
#sign_up{display: none;}
#Patwari_halka_details{margin:20px 25px 0  ;
	padding: 0;
    width: 400px;
	height: 400px;	
	border-color:black;
	border:20px;
	background:rgba(245,125,0,0.7);
 border-radius: 8%;
 }
