@charset "utf-8";
/* CSS Document */
html { 
  background: url(images/bk.png) no-repeat center center fixed; 
 /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  margin: 0px;
    padding: 0px;
	    height: 100%;
background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

*{
	margin:0;
	padding:0;
	}
.header{
margin:20px auto;
text-align:center;	
	}
	
	.formBox{
		margin:0px auto;
		height:300px;
		width:345px;
		opacity:1;
		background-image:url(images/from_bgg.png);
		border:0.5px #666666 solid;
		border-radius:15px;
		
	}
	
.label{
	margin-top:10px;
	margin-left:20px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:12px;
	}
	
	.textHedding
	{
	margin-top:10px;
	text-align:center;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
		}
	
.txtBox{
		
	margin:2px auto;
	border-radius:5px;
	width:280px;
	height:30px;
	padding-left: 7px;
	border:1px solid lightgray;
	margin-left:21px;
	}
	.btnLogin {
		border-radius: 5px;
		margin-top: 20px;
		margin-left: 18px;
		width: 294px;
		height: 30px;
		background-color: #f00;
		border: 1px solid red;
		color: #ffffff;
	}
		.btnLogin:hover {
			background: linear-gradient(45deg, black, #626262);
			color: #FFF;
			border: 1px solid #000000;
  	}
	.btnRed {
		border-radius: 2px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 28px;
		padding-right: 20px;
		margin-top: 10px;
		background-color: #12a523;
		border: 1px solid #047712;
		color: #FFF;	
	}
		
		
	.btnGray {
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ff7c00;
    border: 1px solid #bf5d00;
    color: #FFF;
	}
.paragraph{
		
	margin-top:10px;
	
	text-align:center;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	}
.ind_footer-wrap .ind_footer-lnk {
 color: #0e0e0e;
 text-decoration: none;
}
.ind_footer-wrap .ind_footer-lnk:hover {
 text-decoration: underline;
}	
a{
	color:#000;
	text-decoration:none;
	}
	a:hover{
	color:#000;
	text-decoration:underline;
	}