#menuUser {
    padding-bottom: 20px;
}
#menuUser li#usertext,
#menuUser li#userpassword {
	margin-bottom: 0px;
}
#menuUser input:not([type='submit']) {
    border: 1px solid #537694 !important;
    color: #537694 !important;
    background-color: #EDEEF0 !important;
    font-style: italic;
    min-height: 50px;

}

#menuUser ::-webkit-input-placeholder {
    color: #547594 !important;
}

#menuUser :-moz-placeholder {
    color: #547594 !important;
    opacity: 1;
}

#menuUser ::-moz-placeholder {
    color: #547594 !important;
    opacity: 1;
}

#menuUser :-ms-input-placeholder {
    color: #547594 !important;
}

.loginFooter {
    margin: 20px 0px 20px 0px;
}
.loginFooter a i.icon {
	color: #fff;
}
form#loginForm div#menuUser .form-control {
	font-size: 12px;
}
#menuUser input:not([type='submit']) {
	font-style: normal;
}
form#loginForm .btn-lg,
div#containerLogin .loginFooter  .btn-lg {
	height: 42px !important;
	min-height: 42px !important;
	padding: 12px;
	font-size: 12px;
	font-weight: normal;
}
#fraseCadastro {
    max-width: 590px;
    padding: 20px 0 10px 0;
}

.text-lightgray {
    color: #c0c0c0;
}

.text-lightgray a {
    color: #537694 !important;
}

.btn-large {
    padding: 15px 100px;
}

#divLostPassword {
    margin-top: 10px !important;
    margin-left: 50px !important;
}
@media (max-width: 768px) {
	#fraseCadastro {
		font-size: 16px;
	}
}