@charset "utf-8";
/* CSS Document */

.drkbg { background-color:#434951; width:100%;}

.reg_cont{ padding:20px;  /*#87C6FB;*/ color:#000;  /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);border:1px solid #CCC; */ width:50%; margin:0 auto; margin-bottom:20px;  }

.avoid-clicks {
 pointer-events: none;
}


.btnReg {
   /* border-radius: 8px; */
    border: none;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:600;
	width:80px;
}

.btn-next{
    color: white;
	background-color:#245ca6;


}
.btn-clear{
    color:#245ca6;
	background-color: #EEE;

}


.btn-next:hover,active
{background-color:#069e2d;}

.btn-clear:hover,active
{background-color:#245ca6;
color:White;}

.signUpTbl {
	width: 100%;
	position: absolute;
	bottom: 20px;
}

.lbl_tabform {background-color:#FFF; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);}
.lbl_tabform label{background-color:#FFF;box-shadow:none; padding:0; color:#434951; }

.tab_form{ width:80%; margin:auto; position:relative; height:450px; padding:20px; }
.tab_form input,select{ margin-bottom:10px;}
