.alert .alert-error  button{color: #b52b2b}
.alert .alert-success  button{color: #4a7d38}
#txtlembrete, #txtlogin{ text-align: center; }

.esconder { display: none; }

#captchaimg{background-image:url("../../../asset/images/loading.gif");background-repeat:no-repeat;background-position:center;width:100%;height:60px;}
.op1 {
	width: 50%;
	float:left;
}

.op2 {
	width: 50%;
	float:right;
}

.carregando{
	color:#666;
	display:none;
}

.check-fonte {
	font-size: 10px;
}

footer p {
	text-align: center;
	margin: 15px auto;
	color: #999999;
	}


.ponteiro{cursor:pointer}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #c2d0d0;
	outline: none;
}

#txtlembrete a{
	color: #c01829;
}

#txtlembrete a:hover{
	color: #13392a;
}

#txtlogin a{
	color: #c01829;
}

#txtlogin a:hover{
	color: #13392a;
}


/** Login Page **/
body {
	padding-top: 0;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

#login {
    padding-top: 40px;
    padding-bottom: 40px;
}

#login .form-signin {
    max-width: 365px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
    margin-bottom: 10px;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.teste {
    background-color: #1b3f31;
}

.teste:hover {
    background-color: #1b3f31;
}

/* mostrar senha input */
.left-inner-addon {position: relative}
.left-inner-addon i {position: absolute;z-index:1000;color: #666;right: 15px;top: 12px;cursor: pointer}
.left-inner-addon input.form-control {padding-right: 40px}