/*
Login page
*/

/* Info System */
.infosys {
	display: inline-block;
	list-style: none;
	margin: 5px 20px 0 0;
	padding: 0;
	vertical-align: middle;
}

.infosys h4{
	text-align: right;
	font-family: cinzel;
	float: right;
	max-width: 100%;
	height: 25px;
	font-size: 21px;
	color: #A4884A;
	font-weight: bold;
}

.sys-title h4{
	display:none;
}

.header .toggle-sidebar-left {
  background: #095f0f !important;
}

.body-sign .card-sign .card-body {
  border-top: 5px solid #095f0f;
}

.btn-login{
	margin-top: 10px;
	height: 45px;
}

a {
  color: #095f0f;
}

a:hover {
	color: #095f0f;
}

a:focus {
	color: #095f0f;
}

a:active {
	color: #095f0f;
}

/* Notifications Mobile */
@media only screen and (max-width: 767px) {
	
	.header-right{
		display:none;
	}
	
	.infosys {
	display: inline-block;
	list-style: none;
	margin: 5px 10px 0 15px;
	padding: 0;
	vertical-align: middle;
	}
	
	.infosys h4{
		text-align: left;
		font-family: cinzel;
		float: left;
		max-width: 100%;
		height: 18px;
		font-size: 18px;
		color: #A4884A;
		font-weight: bold;
	}
	
	.sys-title h4{
		display:block;
		text-align: center;
		font-family: cinzel;
		max-width: 100%;
		height: 25px;
		font-size: 22px;
		color: #A4884A;
		font-weight: bold;
		margin: -40px 0 20px 0;
	}
}