body {
    background-image: url('../img/pattern_go4you.png');
    background-color: #1a1732;
    color: #fff;
}

.esqueci-senha {
    color: #ff0000;
    float: right;
    margin-top: 10px;
}
.esqueci-senha:focus, .esqueci-senha:hover {
    color: #E50000;
    text-decoration: underline;
}

.login {
    margin: 0 auto;
    width: 320px;
    padding:0;
}

h1 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 400;
}

.btn {
    margin-top: 10px; 
    width: 100%; 
    height: 40px;
    font-size: 15px;
}

header {
    text-align: center;
}

header img {
    margin-bottom: 30px;
    width: 130px;
    margin-top: 50px;
}

.checkbox {
    display: inline-block;
    width: 50%;
}

.checkbox input {
    width: 15px;
    height: 15px;
}

.input-group-addon {
    padding: 12px 10px;
    border:0;
    border-radius:0;
    background-color:#fff;
    color:#ccc;
}

::-webkit-input-placeholder {
   color: #ccc;
}
:-moz-placeholder {
   	color: #ccc;
}
::-moz-placeholder {
   	color: #ccc;
}
:-ms-input-placeholder {  
   	color: #ccc;
}

input.form-control {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    height: 40px;
    border:0;
    padding:0;
}

.form-control:focus {
    border-color:0;
    box-shadow:none;
    -webkit-box-shadow:none;
}

footer img {
	position: relative;
	left:50%;
	transform:translateX(-50%);
}

footer {
    height: 245px;
    position:absolute;
	bottom:0;
}

main {
	padding-bottom: 260px;
}