* {
    border:none;
}
body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
  font-family: 'Lato';
  background: #448ed3 ;
}
.btn {
    width: 100%;
    margin:10px auto;
    display: block;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  position: relative;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#senha {

}
.contLogin  input, .contLogin select, #filial.semSelect {
    border: none;
    background: #fff;
    font-family:Lato ;
    display: block;
    font-weight: 500;
    text-align: center;
    height: 40px;
    outline: none;
    width: 100%;
    margin: auto;
    padding: 6px 12px 6px 12px;
}
.bar {
    width: 100%;
    height: 1px;
    background: #fff ;
}
.bar i {
    width: 95%;
    margin: auto;
    height: 1px ;
    display: block;
    background: #d1d1d1;
}
.contLogin input[type="text"], select[name="empresa"] {
    border-radius: 7px 7px 0px 0px;
    border-bottom: 1px solid #F0F0F0;
    text-transform: uppercase;
    text-align: center;
}
.contLogin input[type="password"], #filial, select[name="filial"] {
    border-radius: 0px 0px 7px 7px ;
}
.contLogin {
    width: 265px;
    height: auto;
    margin: auto;
    margin-top: 10%;
}
.tituloPage {
    background: #fff;
    float: left;
    padding: 13px 20px;
    border-radius: 100%;
    font-size: 23px;
    margin-left: 116px;
    border: 5px solid #448ed3;
    position: relative;
    top: 10px;
}
.upper {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#lembrete,
#voltar-login {
    color: #FFF;
    float: right;
    cursor: pointer;
}
.subTexto {
    width: 100%;
    text-align: center;
    color: #FFF;
}
#pageLogin {
    z-index: 2;
}
#pageRecupera, #pageLogin {
    position: absolute;
    text-align: center;
    width: 100%;
}
#pageRecupera {
    margin-left: -50px;
}
#formRecupera.form-signin {
    opacity: 0;
    z-index: -10;
}
.cadastrar {
    float: left;
}
.cadastrar a {
    color: #FFF;
}
a:hover {
    text-decoration: none;
}
.voltar {
    float: right;
}
.voltar a {
    color: #FFF;
}
.contLogin h2 {
    color: #FFF;
}

label {
    color: #FFF;
    text-align: left;
    width: 100%;
}
.registro input {
    border-radius: 4px !important;
}