/* HTML5 tags */  
header, section, footer,  
aside, nav, article, figure {  
    display: block;  
} 
.myloginBG{ background:url(../images/bg-bldLogin.png) no-repeat; background-size:100% 100%;
    padding: 1.64286rem 2.07143rem 0;
	min-height:420px;}
	
.mycol{ background:url(../images/img06.png)	no-repeat; background-size:100% 100%;min-height:420px;}
.mycol h1{ font-size:58px;
   color: #fff;
   text-shadow:
       3px 3px 0 #3170ac,
     -1px -1px 0 #3170ac,  
      1px -1px 0 #3170ac,
      -1px 1px 0 #3170ac,
       1px 1px 0 #3170ac;}
.mycol h2{ font-size:38px;  color: #fff;
   text-shadow:
       3px 3px 0 #3170ac,
     -1px -1px 0 #3170ac,  
      1px -1px 0 #3170ac,
      -1px 1px 0 #3170ac,
       1px 1px 0 #3170ac;}
.mycol h3{ font-size:22px; color: #fff;
   text-shadow:
       2px 2px 0 #3170ac,
     -1px -1px 0 #3170ac,  
      1px -1px 0 #3170ac,
      -1px 1px 0 #3170ac,
       1px 1px 0 #3170ac;}



.logBorder{
	padding:10px;
-webkit-border-radius: 74px 0px 74px 0px;
-moz-border-radius: 74px 0px 74px 0px;
border-radius: 74px 0px 74px 0px;
background:rgba(115,109,112,0.1);
-webkit-box-shadow: #B3B3B3 16px 16px 16px;
-moz-box-shadow: #B3B3B3 16px 16px 16px;
box-shadow: #B3B3B3 16px 16px 16px;
}
		
	
	
.titleLG{ font-size:11px!important; color:#3170ac; font-weight:400;}
.bcz{ height:1px;}

.boxLG{
  height:100%;
  width:100%;
  font-family:Helvetica;
  color:#fff;
  background:rgba(0,0,0,0.13);
  padding:10px;
}
.boxLG h1{
  text-align:center;
  margin:30px 0px;
  font-size:30px;
  color:#FFF;
  text-transform:uppercase;
}
.boxLG input{
  display:block;
  width:90%;
  margin:20px auto;
  padding:15px;
  background:rgba(0,0,0,0.6);
  color:#fff!important;
  font-size:14px!important;
  border:0;
}


.boxLG input:focus,.boxLG input:active,.boxLG button:focus,.boxLG button:active{
  outline:none;
}
.boxLG button{
  background:#2ecc71;
  border:0;
  color:#fff;
  padding:10px;
  font-size:20px;
  width:90%;
  margin:20px auto;
  display:block;
  cursor:pointer;
}
.boxLG button:active{
  background:#27ae60;
}
.boxLG p{
  font-size:12px;
  text-align:center;

}
.boxLG p span a{
  cursor:pointer;
  color:#0F0;
  font-size:14px;
  font-weight:600;
}

.mytable td{ padding:5px;}
.mytable span{ color:#F00}

#about-conRegistration {
    margin: auto;
    min-height: 500px;
    width: 1140px;
}
.for_texbox
{
width: 100%!important;
height: 32px;
border-radius: 3px;
border: 1px dotted #CCC;
font-weight: 200;
font-size: 15px;
padding:0px 0 0px 5px;
}

.for_texbox:hover
{
width: 100%!important;
height: 32px;
border-radius: 3px;
border: 1px solid #CCC;
padding:0px 0 0px 5px;
}
.for_texarea
{
width: 100%!important;
height: 58px;
border-radius: 3px;
border: 1px dotted #CCC;
font-weight: 200;
font-size: 15px;
padding:0px 0 0px 5px;
}

.for_texarea:hover
{
width: 100%!important;
height: 58px;
border-radius: 3px;
border: 1px solid #CCC;
padding:0px 0 0px 5px;
}

.select-style {
    padding:0px 0 0px 5px;
    margin: 0;
    border: 1px dotted #ccc;
    width: 100%;
    border-radius: 3px;
	height:32px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("../images/arrowdown.gif") no-repeat 98% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 101%;	
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.select-style:hover {
   border: 1px solid #CCC;
   border-radius: 3px;
}
.select-style select:focus {
    outline: none;
}

.buttoninput {
  background: #EF4135;
  background-image: -webkit-linear-gradient(top, #EF4135, #FF5C01);
  background-image: -moz-linear-gradient(top, #EF4135, #FF5C01);
  background-image: -ms-linear-gradient(top, #EF4135, #FF5C01);
  background-image: -o-linear-gradient(top, #EF4135, #FF5C01);
  background-image: linear-gradient(to bottom, #EF4135, #FF5C01);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}

.buttoninput:hover {
  background: #507582;
  background-image: -webkit-linear-gradient(top, #FF5C01, #EF4135);
  background-image: -moz-linear-gradient(top, #FF5C01, #EF4135);
  background-image: -ms-linear-gradient(top, #FF5C01, #EF4135);
  background-image: -o-linear-gradient(top, #FF5C01 #EF4135);
  background-image: linear-gradient(to bottom, #FF5C01, #EF4135);
  text-decoration: none;
}

fieldset {
  padding: 1em; 
  border:1px solid #ccc!important; 
  border-radius:5px;
  }
legend {
  padding: 0.2em 0.5em;
  border:1px solid #ccc!important; 
  font-size:24px!important;
  text-align:right;
  border-radius:5px;
  }

.lmenu { color:#333; text-decoration:none;}
.lmenu img{ float:left;}
.lmenu span{ float:left; padding-left:10px; padding-top:3px;}
.leftmenutable{border:1px dotted #999; border-radius:5px!important;}
.leftmenutable td{ padding:5px; border-bottom:1px dotted #999;}






