@charset "utf-8";
/* CSS Document */
body {
  /* Location of the image */
  background-image: url(../img/bglogin.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#CFF;
}
#outter-login-block{
    background-image: url(../img/BLOCK.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 150px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 750px;
    height: 460px;
}
#outter-block{
	height: auto;
	margin: auto;
	width: 600px;
	background-image: url(../img/BLOCK.png);
	padding: 20px;
	margin-top: 200px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*box-shadow: 5px 5px 10px #C4C4C4;*/
}
	#title-txt{
		text-align: left;
		color: #1a3b82;
		/* text-shadow: 2px 2px 2px #CCCCCC; */
		font-size: 20px;
		padding: 20px;
		font-weight: bold;
		letter-spacing: -0.5px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#login-txt{
		text-align: left;
		color: #1a3b82;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: -1px;
		text-indent: 50px;
		line-height: 40px;
	}
	#subtitle-txt{
		text-align: left;
		color: #1a3b82;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: -0.5px;
		text-indent: 50px;
		margin-bottom:10px;
	}
	
	.input-group {
		position: relative;
		display: table;
		border-collapse: separate;
		padding: 10px;
		padding-left: 50px;
		padding-right: 50px;
		
	}
	#login-btn{
		float: right;
		margin-right: 50px;
		margin-top: 30px;
	}
	.btn-primary {
		padding-left:15px;
		padding-right:22px;
		background-color:#1a3b82;
	}
#alert{
	text-align: center;
	color:#F00;
}
#inner-block{
	width: 400px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F7F7F7;
	margin: auto;
	padding: 10px;
	color: rgb(103, 128, 119);
}
label{
	font-weight:100;
	line-height:25px;
}