.recruiterBoard .body-wrapper.no-breadcrumb-wrapper {
    background: url(./images/background.png) no-repeat !important;
    background-size: cover !important;
    min-height: 100vh;
	padding-top: 8%;
}
.dashboard-wrapper {
	background: #fff;
    border-radius: 14px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 16%);
    padding: 50px 100px;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    top: 16%;
    bottom: 0;
    height: fit-content;
	margin-bottom: 50px;
}
.container.dashboard-wrapper.autentication-form-wrapper .onee-logo { 
	position: absolute;
    right: 100px;
}
/***hide header *****/
.recruiterBoard header, .recruiterBoard .ticker-wrapper { display: none;}

/*****Candidate list *******/
.candiate-list.dashboard-wrapper h4.heading_section, .candiate-add.dashboard-wrapper  h4.heading_section{
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 2.8rem;
	color: #455D6E;
}
.candiate-list.dashboard-wrapper  p.statement, .candiate-add.dashboard-wrapper p.statement  {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2.2rem;
	color: #455D6E;
}
table {border-bottom: 0.5px solid #D1D7DB;}
table tbody tr { border-bottom: 0px !important;}

table tbody tr td, table tbody tr th {
	padding-top: 30px!important;}
table.candiate-list tr th  {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.8rem;
	color: #A1AFB7;
}
.action-area #add-candidate  {
	display: block;
	float: right;
}
.action-area #add-candidate, .action-area #loadMore {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2.2em;
	color: #D77243 ;
}
/*********Candidate Enrolment*****************/
#enroll-candidate.dashboard-wrapper{
	max-width: 650px;
	padding-bottom: 100px;
	padding-top: 75px;
}
#enroll-candidate.dashboard-wrapper .col-xs-6 {
	padding-left: 0px;
	padding-right: 0px;
}
.form-fields input, .form-fields select.role { 
	width: 95%;
  
}
.form-fields { margin-bottom: 20px;} 
.error-label { color: red;}
.modify-candiate {
	position: absolute;
    bottom: 20px;
    right: 100px;
	    
}
.options li {
	list-style: none;
}

.responseMessage, .successMessgae {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 2.2em;
	color: #D77243 !Important;
}
.oneelogo { 
	text-align: center;
	margin-bottom: 20px;
}
#verifyOTp {     min-height: 500px; }
.container.candiate-list.dashboard-wrapper>.row, .container.candiate-add.dashboard-wrapper form>.row  { position:relative;}
.container.candiate-list.dashboard-wrapper .onee-logo, .container.candiate-add.dashboard-wrapper .onee-logo { position: absolute; right: 0px;}
.tableData tr td:nth-child(4) {
	text-transform: uppercase;
}