

/* ==========================================================================
   custom styles
   ========================================================================== */

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Raleway', sans-serif;
}

.btn-style-one{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	border:2px solid #ffffff !important;
	border-radius:3px;
}

.btn-style-one:hover{
	background:#ffffff;
	color:#eb5310 !important;
	border-color:#eb5310;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	background:#eb5310;
	color:#ffffff !important;
	border:2px solid #eb5310 !important;
	border-radius:3px;
}

.btn-style-two:hover{
	background:#ffffff;
	color:#eb5310 !important;
	border-color:#eb5310;
}

.btn-style-three{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:16px 30px;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	background:none;
	color:#d30015 !important;
	border:2px solid #e0e0e0 !important;
	border-radius:3px;
}

.btn-style-three:hover{
	background:#d30015;
	color:#ffffff !important;
	border-color:#d30015 !important;
}

.btn-style-four{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:16px 30px;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	background:#303030;
	color:#ffffff !important;
	border:2px solid #303030 !important;
	border-radius:3px;
}

.btn-style-four:hover{
	background:#ffffff;
	color:#303030 !important;
	border-color:#303030;
}

.btn-style-five{
	position:relative;
	display:inline-block;
	line-height:28px;
	padding:11px 25px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	background:#fff;
	color:#EDF2F6 !important;
	border:2px solid #ffffff !important;
	border-radius:3px;
}

.btn-style-five:hover{
	background:none;
	color:#fff !important;
	border-color:#eb5310;
}

.results{
	color:#D30015;
	font-weight:300;
	font-size: 20px;
	padding: 0px !important;
}

/* for tab controller*/
div.login-logout-tab div.card-header{
margin: 0px 0px 12px 0px;
}

div.login-logout-tab ul.nav-tabs {
	margin: 0px 0px -12px 0px;
}

div.login-logout-tab li.nav-item {
	width:50%;
}


div.login-logout-tab a.nav-link {
	font-size: 25px;
	color: #495057;
	text-align: center;
}

.login-form-icon {
padding-top: 10px;
 text-align:center;
}

.centerDivSignIn {
	width: 60%;
	margin: 0 auto;
	position: relative;
}