
body {
  /*background: url(/img/bg_fake.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 20px;
}

.box-login{

}

.border-right{
    border-right: 1px solid #CCC;
}

.border-bottom{
    border-bottom: 1px solid #CCC;
}

.margin-bottom{
    margin-bottom: 20px;
}

.margin-top{
    margin-top: 20px;
}

.form-login-custom {
    width: 100%;
}
.form-control-custom{
    width: 100%;
    height: 40px;
}

.login-custom > span {
    border-right: 1px solid #ccc;
    padding: 0 5px 0 5px;
}

.login-custom{
    border: 1px solid #CCC;
    margin-top: 20px;
    border-radius: 4px;
}
.form-login-custom > form > .col-md-5,
.form-login-custom > form > .col-md-2
{
    padding-right: 5px;
    padding-left: 0px;
}
.form-login-custom > form > .col-md-2 > button {
    font-size: 12px;
    font-weight: bold;
}


.form-control-custom, button {
    width: 100%;
    height: 45px;
}


#login_logo {
  padding: 20px;
  text-align: center;
}

#login_logo img {
  max-width: 100%;
}

#feitocom {
  position: fixed;
  bottom: 0px;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  width: 140px;
  height: 35px;
  z-index: 99999;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
}
#feitocom a {
  font-family: "Helvetica", Arial, sans-serif;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

#feitocom p,
#feitocom img {
  margin: 0px;
  padding: 1px;
  float: left;
  color: #FFF;
  margin-left: 12px;
}

#feitocom p {
  font-size: 11px;
  margin-top: 2px;
  line-height: 12px;
}

#feitocom img {
  max-width: 120px;
  height: auto;
}