
.page-header{
	margin-top: 20px;
}
.page-header img{
	width: auto;
    max-height: 97px;
}

.btn-big {
	background: #C31133;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 80px;
	border: 1px solid #C31133;
	border-bottom: 4px solid #C31133;
}
.btn-big:hover {
	color: #fff;
}
.row.login{
	padding-top: 100px;
}
.row.login > div{
	margin-top: 20px;
}
.row.login form{
    border-radius: 15px;
    }
.row.login form .logo{
	    margin: 10px 0 50px 0;
}
.row.login form .form-group{
	margin-bottom: 25px;
}
.row.login form .form-group.submit{

}
.row.login form .form-group.submit input{
	font-size: 16px;
    padding: 10px;
    height: 50px;
    width: 150px;
}
.row.login form .form-group .etiquetas{
    text-align: right;
}
.row.login form .form-group .required-asterisk{
	    color: #FF0000;
}
.row.login form label{
	line-height: 42px;
    height: 42px;
    color: #555555;
    font-weight: normal;
}
.row.login form input[type=text],
.row.login form input[type=password]{
	width: 80%;
	background: #D2D3D7;
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #666;
    /* height: 40px !important; */
    padding: 10px 12px !important;
    max-width: 100%!important;
}
.form-signin {
	float: left;
    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);
}
.info-usuario-container{
	    height: 40px;
}
.info-usuario{
    line-height: 40px;
    color: grey;
    text-align: right;
    }
