/* Security (login) page styles migrated from components/_security.scss */

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#security-md {
  background-color: #101137;
  min-height: 100vh;
}

#security-md img {
  width: 50%;
}

#security-world {
  width: 100% !important;
  opacity: 0.19;
}

#security-form {
  min-height: 100vh;
}

#security-form a {
  color: #3da5eb;
}

#security-form form {
  width: 50%;
}

#security-form h1 {
  color: #80ccb4;
  padding: 2rem;
  text-align: center;
}

#security-form h4 {
  color: #80ccb4;
  text-align: center;
  padding: 2rem;
}

#security-form p {
  color: #101137;
  padding: 1rem;
}

#security-form .btn.btn-primary.btn-block.btn-lg {
  margin-top: 2rem;
}

#security-form .btn.btn-primary.btn-block.btn-lg:hover {
  background-color: #101137;
}

#security-form img {
  width: 33%;
}

.legal-mention {
  font-size: 0.75rem;
}
