body {
  background-color: #cccccc;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.login-holder{
  /* border: 1px solid #251f1f1e; */
  box-shadow: 0px 0px 20px 1px #5b704a;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo-holder {
  background-color: #000000;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}

.logo-holder img {
  height: 65px;
  width: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-holder {
  margin-top: 25px;
  margin-bottom: 25px;
}

.submit-button {
  border-radius: 0px;
  background-color: #72BF44;
  width: 100%;
  margin-bottom: 20px;
}