body {
  background: url(/modelo01/fundo.png) no-repeat center center fixed!important;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  background-color: #353535!important;
}

.login-box{
  background-color: #ffffff;
  border-radius: 5px;
}

.register-logo {
  background-color: #ffffff;
  margin-bottom: 0px;
}

.card{
  box-shadow: none !important;
}

a{
  color: #ff6600!important;
}

.btn-primary{
  background-color: #ff6600!important;
  border-color: #ff6600!important;
}
