#CBD-Branding .login h1 {
  text-rendering: optimizeLegibility;
  font-size: 36px;
  font-weight: 200;
}
#CBD-Branding .login a {
  color: white;
}
#CBD-Branding .modal {
  width: 250;
}
#CBD-Branding .modal-body {
  color: white;
  background-color: #009b48;
}
#CBD-Branding .dropshadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)!important;
}
@media (min-width: 768px) {
  #CBD-Branding .modal-dialog {
    width: 400px;
    margin: 30px auto;
  }
}