body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(rgba(0, 0, 50, 0.5),rgba(0, 0, 50, 0.5)),url(../img/TheLord.jpg);
	background-size: cover;
	background-position: center;
	background-color: #fff;
	font-family: sans-serif;
	
}

.btn-login{background: #DE6262; color:#fff; font-weight:600;}

		.login-block {
	background: linear-gradient(rgba(0, 0, 50, 0.5),rgba(0, 0, 50, 0.5)),url(../img/TheLord.jpg);			
			text-align: center;
			width: 0%;
			padding: 150px 0;
			max-width: 50%;
		}
		
.btn {
  display: inline-block;
  vertical-align: middle;
  border: solid 2px !important;;
  border-color: #05053D !important;
  background-color: white;
  text-align: center;
  max-width: 100px;
  color: #05053D;
}
		
		.container { 
			align-content: center;
			text-align: center;
			background: #fff;
			border-radius: 20px;
			margin: 140px 0px;
			max-width: 40%;
			opacity: 0.8;
		}
		
		.login-sec {
			padding: 50px 30px;
			position: relative;
		}
		
		.login-sec .copy-text {
			position: absolute;
			width: 80%;
			bottom: 20px;
			font-size: 13px;
			text-align: center;
		}
		
		.login-sec .copy-text i {
			color: #d3d376;
		}
		
		.login-sec .copy-text a {
			color: #cccc00;
		}
		
		.login-sec h2 {
			margin-bottom: 5px;
			font-weight: 800;
			font-size: 30px;
			color: #05053D;
		}
		
		.login-sec h2:after {
			content: " ";
			width: 100px;
			height: 5px;
			background: #05053D;
			display: block;
			margin-top: 20px;
			border-radius: 3px;
			margin-left: auto;
			margin-right: auto
		}
		
		.btn-login {
			background: #cccc00;
			color: #fff;
			font-weight: 600;
		}
		
		.btn-login1 {
			background: #ccc;
			color: #fff;
			font-weight: 600;
		}
		
