.loginfrm{
	justify-content: center;
  display: flex;
  }
  .span12{
	  padding:30px;
	  align-self:center;
	  background: #fff;
  margin-top: 30px;
  border:3px solid #ed1c24;
  color:#000;
  }
  .btn-success {
	color: #fff;
	background-color: #2e3192;
	border-color: #2e3192;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #2e3192;
	border-color: #2e3192;
}
.btn-job {
	color: #fff;
	background-color: #2ecc71;
	border-color: #2ecc71;
	padding: 10px 20px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	margin:5px;
}
.btn-job:hover, .btn-job:focus, .btn-job:active, .btn-job.active, .open .dropdown-toggle.btn-job {
	color: #fff;
	background-color: #0BDA51;
	border-color: #0BDA51;
}
.portalhd {
	padding: 0 0 10px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color:#000;
}
.fa-2x {
  font-size: 1.4em !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0;
}



/*-----------Table media query------------*/

@media (max-width: 600px) {
    
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #no-more-tables tr { border: 1px solid #ccc; }
 
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }
 
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
	
}
@media (max-width: 991px) {
.tablemob{
	display:none !important;
}
}