﻿body {
  background-image: url("../Images/Fertilizers-login.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: transparent !important;
}
.loginContainer {
  margin-top: 150px;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #3db742;
  background-image: url('../Images/logo fertilizers.png');
  background-size: 150px;
  background-repeat: no-repeat;
  background-position-x: 180px;
  background-position-y: 30px;
}
h1 {
  margin-top: 0px;
}
input {
  width: 100%;
}
.validation-summary-errors {
  width: 100%;
  padding: 10px;
  border: 1px solid red;
  background: #ff0000;
  /* The Fallback */
  background: rgba(255, 0, 0, 0.5);
}