@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");
}

* {
    font-family: Source Sans Pro;
    font-size: 15px;
    margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
    background-color: #f5f5f5 !important;
    color: #888 !important;
}
.ui-messages-info-detail {
    font-weight: bold;
}
.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-principal-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.painel-login {
    background: #f5f5f5;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 95px;
}
.painel-login-acesso {
    text-align: left;
    margin: 0 auto;
    width: 100%;
}
.painel-login-acesso-titulo {
    color: #999;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Source Sans Pro SemiBold";
    margin-bottom: 10px;
}