/* Change background color and font family */
body {
  background: #ffffff;
  font-family: Arial,Verdana,sans-serif;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(myStella-logo.svg);
  width: 200px;
  height: 114.80px;
  background-size: 200px 114.80px;
 /* margin: 0px 0px 10px 15px; */
  
}
 
/* Add a few changes to the color and style of form itself */
.login label {
  color: #454545;
  display: block;
  margin-bottom: 0.3em;
  font-weight: 400;
}
 
.login form .input {
  font-weight: normal;
}
 