.login-page {
    width: 100%;
    padding: 8% 0 0;
    margin: auto;
    height: 100%;
    /* background-color: rgba(174, 76, 157, 0.4); */
  }
  .form {
    position: relative;
    z-index: 1;
    background: transparent;
    max-width: 500px;
    margin: 0 auto 100px;
    padding: 25px 50px;
    text-align: center;
    box-shadow: 0 0 2px 0 rgba(167, 165, 166, 0.8), 0 2px 2px 0 rgba(167, 165, 166, 0.8);
    border-radius: 4px;
    /* border: 0.5px double #043ae9; */
  }
  .form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    /* background: #b8c7fa; */
    width: 100%;
    border: 0;
    margin: 30px 0 15px 0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid black;
    color: #043ae9;
    text-align: center;
  }
  .form button {
    font-family: "Roboto", sans-serif;
    outline: 0;
    border: 1px solid black;
    width: auto;
    /* border: 0; */
    border-radius: 4px;
    padding: 5px;
    color: #043ae9;
    font-size: 16px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    background: white;
    float: left;
    margin-bottom: 30px;
  }
  .form button:hover,.form button:active,.form button:focus {
    /* background: #043ae9; */
    background: #043ae9;
    color: white;
  }
  .form .message {
    margin: 15px 0 0;
    color: #043ae9;
    font-size: 12px;
  }
  .form .message a {
    color: #043ae9;
    text-decoration: none;
  }
  .form .register-form {
    display: none;
  }
  .container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
  }
  .container:before, .container:after {
    content: "";
    display: block;
    clear: both;
  }
  .container .info {
    margin: 50px auto;
    text-align: center;
  }
  .container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #043ae9;
  }
  .container .info span {
    color: #4d4d4d;
    font-size: 12px;
  }
  .container .info span a {
    color: #043ae9;
    text-decoration: none;
  }
  .container .info span .fa {
    color: #EF3B3A;
  }
  body {
      /*background: <?php printf( "#%06X\n", mt_rand( 0, 0x222222 )); ?>;*/
    /* background: rgba(184, 199, 250, 0.1); */
    background: white;
    padding: 0;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .small {
      font-size: 10px;
      line-height: 1.15;
      text-align: left;
      margin-top: 40px;
  }
  h1 {
      color: #043ae9;
      /* text-decoration: underline; */
      text-transform: uppercase;
  }
  h1.error {
      color: #AE4F4C;
  }
  strong {
    color: #043ae9;
  }