.help-block{
	color:#d03c54 !important;
	font-weight: 600 !important;
}
.admin-butonlogin {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    font-weight: 800;
    background: #215426;
    border: none;
    color: #fff;
    transition: all 250ms;
    font-size: 18px;
    line-height: 1.75rem;
    border-radius: 3px;
}

a.admin-butonlogin {
    padding: 10px;
    padding-right: 10px;
    text-decoration: none;
}

#backend_warnning_alert {
	margin-top: 10px;
	/*background: red;*/
	width:50%;
	color: red;
	padding-left: 10px;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 0px;
	font-size: 18px;    		
}

