@charset "utf-8";
/* CSS Document */
html { 
  background: url(images_soft/pakm_bgd1.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:400px;
		width:400px;
		opacity:1; 
		background-color:#FFF;
		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:335px;
	height:30px;
	padding-left: 7px;

	margin-left:21px;
	}
	.btnLogin{
		
	border-radius:5px;
	margin-top:20px;
	margin-left:18px;
	width:350px;
	height:30px;
	background-color:#06F;
		}
		.btnLogin:hover{
  background:#03F;
  color:#FFF;
  }
.btnRed
{
		
	border-radius:15px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	background-color:#F00;
	color:#FFF;
		}
		
		
	.btnGray
{
		
	border-radius:15px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	background-color:#999;
	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;
	}
	.top12 {
    margin-top: 80px;
}
.formBox {
    margin: 0px auto;
    height: 430px;
    width: 345px;
    opacity: 1;
    background-image: url(images/from_bg.png);
    background-color: #ffffffd1;
    border: 0.5px #146fb6 solid;
    border-radius: 5px;
}
.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:hover {
    background-color: #28c1d4;
    border: 1px solid #28c1d4;
    color: #FFF;
}
.btnLogin {
    border-radius: 2px;
    margin-left: 22px;
    width: 290px;
    margin-top: 29px;
    color: white;
    background: #1d8cd7;
    border: 1px solid #1d8cd7;
    padding: 6px 16px;
    font-size: 12px;
    display: block;
}
.btnRed {
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 28px;
    padding-right: 20px;
    margin-top: 10px;
    background-color: #29c4d4;
    border: 1px solid #29c4d4;
    color: #000000;
}
.btnGray {
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #494949;
    border: 1px solid #494949;
    color: #FFF;
}
.mrgnlb {
    margin-left: 112px;
    margin-bottom: 3px;
}
.top12 {
    margin-top: 70px;
}
