#login
{
	padding: 35px 0px 0px 0px;
}

#login h1 a
{
	height: 269px !important;
	width: auto;
	background-size: 241px;
	background-image: url(/app/themes/ufsm/images/brasao_ufsm.png) !important;
}

#user_login::-webkit-input-placeholder::before {
	color:#666 !important;
	content:"Line 1\A Line 2\A Line 3\A";
	font-size:10px;
}


input::-webkit-input-placeholder {
	font-size: 20px;
	line-height: 3;
}

.forgetmenot label
{
	color: black !important;
}

body {
	background-image: url(/app/themes/ufsm/images/login-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.login #backtoblog, .login #nav{
	background: white; 
	padding: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#login:after {
	content: '';
	background: transparent url(/app/themes/ufsm/images/pattern.png) repeat top left;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

#login{
	width:350px;
}

.g-recaptcha{
	margin-bottom:20px;
}