body {
    background-image: url(images/background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: Sans-serif;
    color: #da4f49;
}

.h2, h2 {
    font-size: 24px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

#btn-block {
    display: block;
    width: 70%;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #ccbdbd;
    opacity: 0.8;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}

#login {
    color: #ffffd5;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #da4f49;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    align: center;
}
.logo-tipo{
	text-align: center;
	height: 90px;

	}
.paragraf-logo{
	text-align: center;
	}
	
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px #fff;
    font-size-adjust: 0.40;
}
	