.loginm
{
background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTnaohNkISrnqf6Vj4-Ef0f3VZTkbHZv31zQZLP0Xu9s1s-4gWn);
	font-family: 'Oleo Script', cursive;
	background-size: 100% 100%;
	padding:50px;
}


.loginbg
{
background-color:#199ba92b

	width:500px;
	margin:100px auto;
	padding: 64px 40px;;
	border:1px solid #217988;;
	
	-webkit-border-radius:10px;
	-moz-border-radius:20px;

	-webkit-box-shadow: 0 0 2px #aaa;
	-moz-box-shadow: 0 0 2px #aaa;
}
.loginbg h1{
	font-size:40px;
	text-align:center;
}
.loginbg p{
	
	text-align:center;
	color:blue;
}
#lg-form > div {
	margin:10px 5px;
	padding:5px 0;
}
#lg-form label{
	display: none;
	font-size: 20px;
	line-height: 25px;
}
#lg-form input[type="text"],
#lg-form input[type="password"]{
	border:2px solid rgba(51,51,51,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding: 5px;
	font-size: 20px;
	line-height: 25px;
	width: 96%;
	font-family: 'Oleo Script', cursive;
	text-align:center;
}
#lg-form div:nth-child(3) {
	text-align:center;
}
#lg-form button{
	font-family: 'Oleo Script', cursive;
	font-size: 18px;
	border:1px solid #000;
	color:white;
	padding:5px 10px;
	border:1px solid rgba(51,51,51,.5);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
   
	-webkit-box-shadow: 2px 1px 1px #aaa;
	-moz-box-shadow: 2px 1px 1px #aaa;
	cursor:pointer;
}
#lg-form button:active{
	-webkit-box-shadow: 0px 0px 1px #aaa;
	-moz-box-shadow: 0px 0px 1px #aaa;
}
#lg-form button:hover{
	background:black;
}












.Register
{
		color: #fff;
		background: #63738a;
		font-family: 'Roboto', sans-serif;
	}
    .form-control{
		height: 40px;
		box-shadow: none;
		color: #969fa4;
		width: 100%;
                margin: 5px;
	}
	.form-control:focus{
		border-color: #5cb85c;
	}
    .form-control, .btn{        
        border-radius: 3px;
    }
	.one{
		width: 400px;
		margin: 0 auto;
		padding: 30px 0;
	}
	.one h2{
		color: #636363;
                margin: 0 0 15px;
		position: relative;
		text-align: center;
    }
	.one h2:before, .one h2:after{
		content: "";
		height: 2px;
		width: 30%;
		background: #5b6980
		position: absolute;
		top: 50%;
		z-index: 2;
	}	
	.one h2:before{
		left: 0;
	}
	.one h2:after{
		right: 0;
	}
    .one .input-text{
		color: #999;
		margin-bottom: 30px;
		text-align: center;
	}
    .one form{
	color: #999;
	border-radius: 3px;
    	margin-bottom: 15px;
        background: #f2f3f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }
	.one.form-group{
		margin-bottom: 20px;
	}
	.one input[type="checkbox"]{
		margin-top: 3px;
	}
	.one .btn{        
        font-size: 16px;
        font-weight: bold;		
        min-width: 140px;
        outline: none !important;
        
        margin-top: 5px;
	color: #fff;
    }
	
    .one a{
		color: #fff;
		text-decoration: underline;
	}
    .one a:hover{
		text-decoration: none;
	}
	.one form a{
		color: #5cb85c;
		text-decoration: none;
	}	
	.one form a:hover{
		text-decoration: underline;
	}  





