.m-a-XY {
  margin: auto;
}
.loginForm {
  border-radius: 30px;
}

.loginContainer {
  background-color: #5577a2;
}

.loginText {
  font-size: 30px;
  text-align: center;
  padding: 15px;
  color: white;
}
.loginInput {
  font-weight: bold;
  font-size: 15px;
}
.forgetPassword {
  color: white;
  padding: 10px;
}
button[type="submit"] {
  width: 100%;
  background-color: #009688;
  color: white;
  padding: 10px;
  font-weight: bold;
  border-style: outset;
  font: bold 15px arial, sans-serif;
  text-shadow: none;
}
