@CHARSET "UTF-8";
html {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  color: #2e2e2e;
  width: 100%;
  white-space: normal;
  background: linear-gradient(#23B684, #0F595E); }

pre {
  font-size: small;
  font-family: Arial, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word; }

a {
  color: #0F595E;
  text-decoration: none; }

a:hover {
  color: #23B684; }

ul {
  padding: 0;
  margin: 0; }

li, .login-error {
  margin: 0;
  list-style-type: none; }

#loginFooter {
  clear: both;
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: .75em;
  text-align: center;
  line-height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

#banner {
  max-width: 350px;
  margin-bottom: 15px; }

::-moz-placeholder {
  text-align: center; }

:-moz-placeholder {
  text-align: center; }

::-webkit-input-placeholder {
  text-align: center; }

:-ms-input-placeholder {
  text-align: center; }

.inputContainer {
  padding: 20px;
  background: White;
  border: 1px solid #0F595E;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  margin: 10px;
  text-align: center; }

.password-email-success {
  border: 1px solid #74cd74;
  background-color: rgba(144, 238, 144, 0.1) !important;
  color: #74cd74;
  border-radius: 10px;
  width: 40%;
  text-align: center;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 5px 10px; }

#id_username, #id_password, #id_password1 {
  font-size: .95em;
  max-width: 100%; }

input {
  text-align: center; }

/*.button {
    height: 30px;
    width: 90px;
    line-height: 15px;
}*/
#loginContainer {
  width: 20%;
  min-width: 300px;
  text-align: center; }

#registrationContainer {
  width: 50%;
  text-align: center; }

#controls {
  text-align: right; }

.leftContainer {
  width: 49%;
  vertical-align: top;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-evenly; }

.rightContainer {
  width: 49%;
  vertical-align: top;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-evenly; }

.authSelector {
  display: inline-flex;
  width: 30%;
  height: 150px;
  vertical-align: top;
  flex-direction: column;
  justify-content: end;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none; }

.authOptionCredentialsFlex {
  margin: 30px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.greenButton a {
  color: white; }

#noDecorationLink {
  text-decoration: none; }

.forgot-password-container {
  display: grid;
  grid-template-columns: auto;
  margin-bottom: 20px; }
  .forgot-password-container .forgot-password-link {
    color: #B4B4B4; }
    .forgot-password-container .forgot-password-link :hover {
      color: #23B684; }

@media only screen and (max-width: 1800px) {
  #loginContainer {
    width: 50%; }
  #registrationContainer {
    width: 80%; } }

/*
    Styling for phone devices
*/
@media screen and (max-width: 480px) {
  button {
    width: auto !important;
    height: auto !important; }
  #registrationContainer {
    width: 100%; } }
