
.new-login img{
	margin-bottom: 15px;
}
.new-login input{
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	padding: 5px;
}
.new-login label{
	color: #333 !important;
	width: 100%;
	text-align: left;
}
.new-login .login-btn{
	background-color: #0272b1;
	width: 100px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	float: right;
	transition: all 2s ease-out 0s;
}
.new-login .login-btn:hover{
	background-color: #81c318;
	transition: all 2s ease-out 0s;
}

.new-login .reset-btn{
	background-color: #a50303;
	width: 100px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
	float: right;
	transition: all 2s ease-out 0s;
	margin-right: 10px;
}
.new-login .reset-btn:hover{
	background-color: #a23131;
	transition: all 2s ease-out 0s;
}
.dash-bor{
	margin-bottom: 25px;
}
.dash-bor ul{
	margin: 0px;
	padding: 0px;
}
.dash-bor ul li{
	list-style: none;
	float: left;
	width: 24.9%;
	margin-right: 1px;
}
.dash-bor ul li a{
	background-color: #b90000;
	padding: 25px;
	display: block;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	opacity: .5;
	transition: all 2s ease-out 0s;
}
.dash-bor ul li a span{
	display: block;
	font-size: 50px;
}
.dash-bor ul li a:hover{
	opacity: 1;
	transition: all 2s ease-out 0s;
}
.dash-bor ul li:nth-child(2) a{
	background-color: #0039b9;
}
.dash-bor ul li:nth-child(3) a{
	background-color: #b9a500;
}
.dash-bor ul li:nth-child(4) a{
	background-color: #00b976;
}