
.top-pad-login{
	padding-top: 12%;
}
.shadow
{
		background-color: #FFFFFF;
	 	box-shadow: 5px 10px #888888;
		border-radius: 10px;
}

.inspec-title
{
		background-color: #12b2ac;
		border-radius: 10px 10px 0 0 ;
}

.inspec-title h3
{
		color: #FFFFFF;
		font-weight: bold;
}

.error{
	color: red;
	font-weight: normal;
}

.logo-color{
	color:#7e3f9d;
}

.top-pad{
	padding-top: 33px;
}

.left-menu{
	background-color: #FCFCFC;
	min-height: 600px;
	height: calc(100%);
}

.border-menu-color{
	border-bottom:1px solid #ef3939;
}

.black{
	color: #000 !important;
}

.white {
	color: #FFF !important;
}

div h5
{
		color: #000000;
		font-weight: 400;
}

.card-body form
{
		padding: 10px 10px 0 10px;
}

body
{
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'PT Sans', sans-serif;
}

.top-layer
{
    background-color: rgba(0,0,0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-btn
{
	margin-top: 10px;
	background-color: #FFFFFF;
	border-radius: 10px;
	color: #12b2ac;
}

.login-btn:hover
{
		margin-top: 10px;
		background-color: #12b2ac;
		border-radius: 10px;
		color: #FFFFFF;
}

.bg-dialog-500 {
	width: 500px;
}

.bg-dialog-750 {
	width: 750px;
}
