body.login {
  /* background-color: #6ba4ce !important; */
  background: -webkit-linear-gradient(to top left, #008b8b, rgb(19, 101, 109));
  background: -moz-linear-gradient(to top left, #008b8b, rgb(19, 101, 109));
  background: -o-linear-gradient(to top left, #008b8b, rgb(19, 101, 109));
  background: linear-gradient(to top left, #008b8b, rgb(19, 101, 109));
}

p a{
  color: #fff !important;
}

#loginform {
  padding: 50px 20px !important;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,.22) !important;
  box-shadow: 0px 8px 15px 0px rgba(0,0,0,.22) !important;
}
