.loginform{
	height:300px;
	width:400px;
	position:absolute;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	margin:auto;
	max-width:100%;
    max-height:100%;
}

.table-style 
{  
   height: 30px;    
   border-collapse: none;
   border-bottom: 1px solid;
   padding-bottom:1px;
   text-align: left;
   padding-left: 20px;
   padding-top: 6px;
   
}
.table-style div:hover
{
	background-color: #d3d3d3;
	text-transform: none;
}
.newc{
	border-bottom: 1px solid transparent !important;
	border-top:none !important;
}

th,table,td
{
	border:1px solid black;
	text-align: center;
}
table
{
	border-collapse: none;
}
input {
    background-color: transparent;
    border: 0px solid;
    color: black;
    padding-left: 10px;
}
th
{
	height: 35px;
	text-align: center;
}
td
{
	border-bottom:none !important;
	padding-top: 0px;
}
.formalert{
	width:400px;
	position:absolute;
	top:60px;
	left:0;
	bottom: 0;
	right: 0;
	margin:auto;
	max-width:100%;
    
}


.dropbtn {
    background-color:#edb921;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:1000;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    z-index: 2;
}

.dropdown-content a:hover {background-color: #f1f1f1} 

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: grey;
}


.radio-inline input[type=radio]
{
    position: absolute;
    margin-top: 1px;
    margin-left:-90px;
}
.bodylog{
	background-color: #edb921;

}

.sec-color{
	background-color: rgba(0,0,0,0.15);
	border:none;
	color:white;
}

.sec-color:focus{
	border:none;
	box-shadow: none;
}

.custompanel{
	color: white;
	box-shadow: 0 0 22px rgba(0,0,0,0.15);
    background-color: rgba(0,0,0,0.15);
}

.whitecolor{
	color:white !important;
}

.customph{
	background-color: rgba(0,0,0,0.16);
	
}

.hider{
	display: none;
}

.login

 ::-webkit-input-placeholder {
   color: #eee;
}

.loginform :-moz-placeholder { /* Firefox 18- */
   color: #eee;  
}

.loginform ::-moz-placeholder {  /* Firefox 19+ */
   color: #eee;  
}

.loginform :-ms-input-placeholder {  
   color: #eee;  
}

.custombut{
	border-radius: 0px !important;
}

.customnavbar{
	background-color:#edb921  !important; 
	margin:0px;
}
.naviconpad{

}


