@import "../fonts/Futura LT/FuturaLT.css";

body {
  background: url(../img/bg_login.png) no-repeat center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

form {
  margin-top: 400px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  text-align: center;
  font-family: Arial;
  padding: 23px;
}

form input {
  width: 220px;
  height: 25px;
  text-align: center;
  font-size: 15px;
  margin: 5px;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

form button {
  margin-top: 20px;
  font-family: "FuturaLT";
  font-size: 15px;
  color: #fff;
  width: 120px;
  height: 30px;
  background-color: transparent;
  border: 2px solid #fff;
  transition-duration: 0.2s;
}

form ::placeholder {
  color: #fff;
  font-family: "FuturaLT";
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  font-family: "FuturaLT";
  color: #fff;
}

form button:hover {
  text-decoration: underline;
  cursor: pointer;
}

form input:focus {
  background: none;
}

form label svg {
  color: white;
}

.alert {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  display: inline;
  vertical-align: middle;
  font-weight: bold;
  color: #000000;
}

@media only screen and (max-width: 840px) {
  form {
    margin-top: 370px;
  }
}

.powered_by_mgs {
  position: fixed;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #b59759;
}

a {
  color: #b59759 !important;
}

#ssoConnectButton {
  background-color: #b59759;
  padding: 10px 15px;
  color: #ffffff !important;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: -20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.5);
}
