
.login-sheet
{
	background: #fff;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 8% auto;
}

.loginsec
{
	background: #f1f1f1;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.brand
{
	
	border-right: 1px solid #d7d7d7;
}
.brand img
{
	padding-bottom: 20px;
}
.brand p
{
	color: #666666;
	padding-right: 100px;
	font-weight: 400;
    font-family: sans-serif;
}

.loginform p
{
	text-align: center;
	color: #666666;
}
.loginform h4
{
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #666666;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.customshowd
{
	
    background: white;
    padding: 30px;
}

.myback
{
	background-image: linear-gradient(to right, #bcc8d3 0%,  #bcc8d3 100%);
}
.datatable
{
	    height: 380px!important;
}
.icon i
{
	color: #ffffff;
	opacity: .5;
	rotate: 15deg;
}
.bginfo
{
	background: #f7e6b4;
}
.invoiceview h3
{
	font-weight: 600;
    font-family: system-ui;
}
.firstbox
{
	background: #ffffff;
    padding: 20px 10px 30px 10px;
    height: 310px;
}
.firstbox-footer
{
	background: #00000061;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 10px 10px 5px 20px;
    color: #fff;
}
.secondbox
{
	background: #ffffff;
    padding: 20px 10px 30px 10px;
    height: 310px;
}
.secondbox-footer
{
	background: #00000061;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 10px 10px 5px 20px;
    color: #fff;
}
.info-box .info-box-text
{
	line-height: 16px;
    font-size: 14px;
}
.info-box
{
	padding: 0.15rem!important;

}
.mybox
{
	border: 1px solid #c7c7c7!important;
    box-shadow: 0px 0px 5px #c7c7c7!important;
}
.mybox:hover
{
	background: #dbdbdb!important;
    border: none!important;
}
.yellowbtn
{
	background: #ffca00;
    border: 1px solid #ad8a03;
    border-radius: 10px;
    color: #876b00;
    padding: 3px 20px;
    transition: .5s;
}
.yellowbtn:hover
{
	background: #cba100;
    
}
.table th, .table td
{
	font-size: 13px;
    font-weight: 400;
}
.bgsetpur
{
	background: #a9a9a9;
}

.hyp a:hover{
	background: green;
	color: #fff;
	border-radius: 3px;
	padding: 0px 0px 1px 0px;
}
.hyp a
{
	color: #000;
}
.bglight
{
	background: #e1e1e1;
}
.mypopup
{
	background: #0000009c;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.innerpopup
{
	background: #ffff;
    width: 40%;
    margin: 10% auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px black;
}
@media only screen and (max-width: 600px)
{
	.sidestrip
	{
		height: 100%;
	}
	.loginform
	{
		width: 100%;
		margin: 13% auto 20% auto;
	}
	.brand p
	{
		padding-right: 0px;
		font-size:14px;
	}
	.brand
	{
		border: none;
	}
	.loginform h4
	{
		font-size: 16px;
     	line-height: 18px;
	}
	.customshowd
	{
		padding: 0px;
	}
	.login-sheet
	{
		padding: 1rem;
	}
}
.bg-primary-lt
{
	background-color: #92aecd !important;
	color: #ffffff;
}
.bg-info-lt
{
	background-color: #73b4bf !important;
	color: #ffffff;
}
.bg-warning-lt
{
	background-color: #f5dc92 !important;
    color: #ffffff;
}
.bg-success-lt
{
	background-color: #71cb85 !important;
	color: #ffffff;
}
.firstbox ul li
{
	background-color: #f3f3f3;
    margin-top: 5px;
}
.firstbox ul li:hover
{
	background-color: #ccd2d9;
}
.secondbox ul li
{
	background-color: #f3f3f3;
    margin-top: 5px;
}
.secondbox ul li:hover
{
	background-color: #ccd2d9;
}