@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:450px;
		width:345px;
		opacity:1;
		background-image:url(images/from_bg.png);
                background-color: #ffffffc7;
		border:0.5px #146fb6 solid;
		border-radius:5px;
		
	}
	
.label{
	margin-top: 10px;
    margin-left: 30px;
    padding-top: 5px;
    font-family: open sans, sans-serif;
    font-weight: 600;
    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;
		}
.top12 { margin-top: 80px;
}
.mrgnlb { 
    margin-left: 98px;
    margin-bottom: 3px;
}
	
.txtBox{
	
    /* margin: 2px auto; */
    /* border-radius: 5px; */
    width: 280px;
    /* height: 30px; */
    padding-left: 7px;
    margin-left: 23px;
    background-color: #fff;
    color: #333333;
    font-size: 13px;
    height: 32px;
    /* margin-bottom: 7px; */
    /* padding: 12px 22px; */
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 0 2px 0 rgba(0,0,0,0.1);
    border: solid 1px #bcc2ce;
    outline: none;
}
	.btnLogin{
    border-radius: 2px;
    margin-left: 22px;
    width: 290px;
    margin-top: 29px;
    color: white;
    background: #0095c8;
    border: 1px solid #0095c8;
    padding: 6px 16px;
    font-size: 16px;
    display: block;
		}
		.btnLogin:hover{
    background-color: #202753;
    border: 1px solid #202753;
  color:#FFF;
  }

.btnRed
{
		
	border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    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;
	}