/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/01/2016, 22:27:13
    Author     : http://codigocomcafe.com.br
*/
.wrapper{
    margin-top: 45px;
}
.form-signin{
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  border: 1px solid #cccccc;
}
.input-group{
    height: 45px;
    margin-bottom: 15px;
    border-radius: 0px;
    color: #4a1a2c;
}
.form-control{
    height: 45px;
    color: #4a1a2c;
}
.input-group:hover span i{
    color: #4a1a2c;
}
.btn-block{
    border-radius: 0px;
    margin-top: 25px;
    background-color: #4a1a2c;
    border: none;
}
.btn-block:hover{
    background-color: #8c8965;
}
.bol{
    position: relative;
    margin-top: -40px;
    color: #4a1a2c;
}