body {
  background-color: #000;
}
.login h1 a {
  background: url('../assets/primeed_logo_white.svg') no-repeat center;
  height: 100px;
  width: auto; 
}
.login form {
  background-color: #1e1e1e;
  color:#ededed;
  border-color: #585858;
  border-width: 3px;
  border-radius: 20px 50px 5px 5px;
}
