body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background: #07272d;
  transition: opacity 0.2s ease-in 0.4s;
}

a {
  color: #6fa287;
}

.logo {
  width: 200px;
  margin-bottom: 36px;
}

#logo{
  text-align: center;
}

.poweredByLogo{
  text-align: center;
  width: 50px;
}

.samlmethod{
  color: white;
  line-height: 20px;
}

#content {
  text-align: center;
  font-size: 12px; padding: 12px; margin: 12px;
  border:1px solid #ddd; border-radius: 12px; color: #fff; background-color: rgba(0, 0, 0, 0.15);
}

#box {
  text-align: center;
  width: 380px; margin: auto !important;
  font-size: 12px; padding: 40px; margin: 12px; border:1px solid #666; border-radius: 24px; color: #888; background-color: rgba(0, 0, 0, 0.15);
  transition: transform 0.6s, opacity 0.6s;
  transition-delay: 0s, 0s;
  transition-delay: 0.5s;
  box-shadow: 0 0 40px 4px #111118;
}

#login {
  text-align: center;
  width: 380px; margin: auto !important;
  font-size: 12px; padding: 40px; margin: 12px; border:1px solid #6fa287; border-radius: 24px; color: #888; background-color: rgba(0, 0, 0, 0.15);
  transition: transform 0.6s, opacity 0.6s;
  transition-delay: 0s, 0s;
  transition-delay: 0.5s;
  box-shadow: 0 0 40px 4px #111118;
}

.recover-btn {
  display: inline-block;
  color: #ffffff;
  background-image: none;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 9999px;
  min-width: 220px;
  width: auto;
  max-width: 100%;
  border-width: 1px !important;
  border-style: solid !important;
  box-shadow: none !important;
  background-image: none !important;
  outline: none !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;

  background-color: #6fa287 !important;
  border-color: #6fa287 !important;
  cursor: pointer !important;
}

.login-btn, .continue-btn {
  display: inline-block;
  color: #ffffff;
  background-image: none;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 9999px;
  min-width: 220px;
  width: auto;
  max-width: 100%;
  border-width: 1px !important;
  border-style: solid !important;
  box-shadow: none !important;
  background-image: none !important;
  outline: none !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;

  background-color: #6fa287 !important;
  border-color: #6fa287 !important;
  cursor: pointer !important;
}