/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
@import url(https://fonts.googleapis.com/css?family=Maven+Pro);


body{
   background-image: url(../images/simbolouniessa.png);
   /* background-image: url(../images/simbolofaculdadepater.png); */
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
}


/*
body {
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	text-align: center; 
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-family: 'Raleway', sans-serif !important;
	font-size: 14px;
}


hr {
	height: 1px;
	background: #ededed;
	margin: 0px;
	border: none;
}

::-moz-placeholder { color: #777;} 
input:-moz-placeholder { color: #777;}
::-ms-input-placeholder  { color: #777;}

#login {
	width: 470px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left: -235px;
	margin-top: -250px;
	border: none;
	position: absolute;
	 
}

.texto {
	color: #858585;
	line-height: 30px;
	display: block;
	margin-top: 20px;
	text-decoration: none;
}


.texto-entrar {
	font-size: 24px;
	float: left;
	margin-left: 30px;
	margin-top: 10px;
	color: #AFAFAF
}

.texto:hover {
	text-decoration: underline;
}

.botao-entrar {
	line-height: 45px;
	background: #0489ec;
	text-decoration: none;
	color: white;
	font-size: 16px;
	padding: 13px 27px;
}

.botao-entrar:hover {
	background: #42AAF8;
	text-decoration: none;
	color: white;
}

.botao-facebook {
	line-height: 60px;
	width: 470px;
	height: 60px;
	display: block;
	text-decoration: none;
	color: white;
	font-size: 18px;
	background: #3A5795;
}
.botao-facebook:hover {
	background: #5E79B2;
	text-decoration: none;
	color: white;
}
.botao-facebook img {
	vertical-align: middle;
	padding-bottom: 2px;
	padding-right: 10px;
}


.input-login {
	border-radius: inherit !important;
	-moz-border-radius: inherit !important;
	-webkit-border-radius: inherit !important;
	margin-left: 30px !important;
}

.texto-teste{
	color: red;
	font-size: 32px;
}

.ui-growl-image {
	display: none !important;
}

.ui-growl {
	width: 230px !important;
}

.ui-widget-overlay {
	background: #000 !important;
	opacity: .70 !important;
}

.ui-widget{
	font-family: 'Raleway', sans-serif !important;
}
*/