@font-face {
    font-family: "Source Sans Pro";
    src: URL("../fonts/SourceSansPro-Regular.ttf");
}
@font-face {
    font-family: "Source Sans Pro SemiBold";
    src: URL("../fonts/SourceSansPro-SemiBold.ttf");
}
body {
	font-family: Source Sans Pro;
    background-color: #f5f5f5 !important;
    color: #888 !important;
    font-size: 14px;
}
.ui-messages-info-detail {
    font-family: "Source Sans Pro SemiBold";
}
.ui-messages-info {
    background: #dff0d8 !important;
    color: #3c763d !important;
    border: none !important;
}
.ui-messages-error {
    background: #f2dede !important;
    color: #a94442 !important;
    border: none !important;
}
.painel-login-acesso {
    width: auto;
	max-width: 370px;
	margin: 10% auto;
	background: #fff;
	border: 1px solid #dddddd;
	padding: 20px;
}