.back-office-inner
{
	-webkit-box-shadow: 0 0 5px 2px #ddd;
    -moz-box-shadow: 0 0 5px 2px #ddd;
    box-shadow: 0 0 5px 2px #ddd;
    max-height: 390px;
        margin-top: 4rem;
    margin-bottom: 8rem;
}
.back-office-inner-alpha{
	background: #fff;
	padding: 2rem;
	-webkit-box-shadow: 0 0 5px 2px #ddd;
    -moz-box-shadow: 0 0 5px 2px #ddd;
    box-shadow: 0 0 5px 2px #ddd;
        margin: -3rem 2rem 0;
}
.back-office-block h1
{
	font-size: 22px;
	color: #000;
	font-weight: bold;
}
.back-office-block{
	display: block;
	margin-top: 3rem;
}
.back-office-block h5
{
	font-size: 16px;
	color: #cb0100;
	font-weight: bold;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}
.back-office-inner-alpha h2
{
	font-size: 18px;
	color: #000;
	text-align: center;font-weight: bold;
	text-transform: uppercase;
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}
.back-office-inner-alpha .input-group-prepend span
{
	padding: 0;
	background: #cb0100;
}
.back-office-inner-alpha .input-group-prepend span>img{
	height: 44px;
	width: 44px;
}
.back-office-inner-alpha select{
	-moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: #fff url(../images/dropdown.png);
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 97%;
}
.back-office-inner-alpha .form-control{
	height: auto;
}
.back-office-button
{
	background: #cb0100;
	border:1px solid #cb0100;
	padding: 0.5rem;
	border-radius: 0.35rem;
	margin-bottom: 1rem;
	color: #fff;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	cursor: pointer;
	-webkit-appearance: button;
}
.back-office-inner-alpha button
{
	background: #cb0100;
	border:1px solid #cb0100;
	padding: 0.5rem;
	border-radius: 0.35rem;
	margin-bottom: 1rem;
	color: #fff;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	overflow: visible;
	box-sizing: border-box;
	margin:0px;
}
.back-office-inner-alpha .custom-control
{
	text-align: center;
	font-size: 14px;
	color: #000;
}

.custom-checkbox .custom-control-label::before
{
	border-radius: 0;
}
.custom-control-input:checked~.custom-control-label::before
{
	background-color: #cb0100;
	border-color: #cb0100;
}
.back-office-inner-alpha a.forgot-password
{
	text-align: center !important;
	font-size: 14px;
	font-weight: bold;
	color: #cb0100;
	/*display: block;*/
}
.back-office-inner-alpha a.forgot
{
	text-align: center !important;
	font-size: 14px;
	font-weight: bold;
	color: #cb0100;
	/*display: block;*/
}
.input-group-forgot
{
	text-align: center !important;
	font-size: 14px;
	font-weight: bold;
	color: #cb0100 !important;
}
@media(min-width:576px) and (max-width:767px){
	.back-office-inner{
		max-height: 100%;
		margin-bottom: 2rem;
	}
	.back-office-inner-alpha
	{
		margin-bottom: 1rem;
	}
	.back-office-block h5
	{
		margin-top: 1rem;
		margin-bottom: 0;
	}
	.back-office-block
	{
		margin-top: 1rem;
	}
}
@media(min-width:320px) and (max-width:575px){
	.back-office-block h1
	{
		font-size: 18px;
	}
	.back-office-block
	{
		margin-top: 0.5rem;
	}
	.back-office-block
	{
		margin-top: .5rem;
		margin-bottom: 1rem;
	}
	.back-office-inner-alpha
	{
		box-shadow: none;
		margin-top: 0;
		padding: 0;
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.back-office-inner
	{
		max-height: 100%;
		margin-bottom: 2rem;
		margin-top: 0rem;
		padding-top: 1rem;
	}
	.back-office-inner-alpha h2
	{
		font-size: 15px;
	}
}

.pop_up_head{background-color:#F3C037;color:#000;font-family:Arial,Helvetica,sans-serif;font-size:12px;height:25px;line-height:25px;padding:0px 15px;width:114px;}
.pop_up_headd{background-color:#F3C037;color:#000;font-family:Arial,Helvetica,sans-serif;font-size:12px;height:25px;line-height:25px;padding:0px 15px;width: 37px;float: right}
.pop_up_head img{float:left;margin-top:8px;width:9px;}
.pop_up_headd img{float:left;margin-top:8px;width:9px;}