@media screen and (min-width: 767px) {
   .login-layout .widget-box{
		background-color: #CCCCCC !important;
		padding: 1px !important;
	}
}

@media screen and (min-width: 300px) {
   .login-layout .widget-box{
		background-color: #CCCCCC !important;
		padding: 1px !important;
	}
}

.login-layout {
    background-color: #FFFFFF !important;
}
		
.forgot-box .toolbar{
	background:#5090C1 !important;
	border-top:1px solid #597597 !important;
}

.login-box .toolbar{
	border-top:1px solid #597597 !important;
}

.login-box .forgot-password-link{
	color: #FFF !important;
	font-weight: normal;
}
.forgot-box .back-to-login-link, .signup-box .back-to-login-link{
	color: #FFF !important;
	font-weight: normal;
}
.navbar{
	background : #e4e6e9;	
}

.login-layout .login-box .widget-main{
	padding-bottom: 30px !important;
}

.text-decoretion-none{
	text-decoration: none !important;
}

.margin-top-60{
	margin-top: 60px
}

.alert{
	margin-bottom: 0px !important;
}

.label-login {
	font-weight: bold;
	font-size: 14px;
}

.label-contato {
	color: #000;
	font-size: 16px;
}