.form {
            position: relative;
            border: 3px #707c72  solid;
            z-index: 1;
            max-width: 310px;
            margin: auto;
            padding: 30px;
            border-radius: 6px;
            text-align: center;
          }

          .form-control:focus{
              border-color: #cab8d4 !important;
          }

          .form input {
              width: 100%;
              border: 2px solid white;
              margin: 0 0 20px;
              border-radius: 6px;
              font-size: 14px;
              /*font-family: cursive;*/
          }

          .container .info h1 {
            font-size: 25px;
            color: black;
            font-family: -webkit-pictograph;
          }



          .form .thumbnail {
            background: #d002024d;
            width: 150px;
            height: 150px;
            margin: 0 auto 30px;
            padding: 50px 30px;
            border-radius: 100%;
            box-sizing: border-box;
            border: 8px solid #707c72;
          }

        .form button {
            outline: 0;
            background: #691313ba;
            width: 100%;
            border: 0;
            padding: 12px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            color: #FFFFFF;
            font-size: 14px;
            -webkit-transition: all 0.3 ease;
            transition: all 0.3 ease;
            cursor: pointer;
          }


          .container .info {
            margin: 20px 0px 20px 0px;
            text-align: center;
          }

          .form .thumbnail img {
            display: block;
            width: 100%;
          }


          .form .message {
            margin: 15px 0 0;
            color: #b3b3b3;
            font-size: 12px;
          }
          .form .message a {
            color: #EF3B3A;
            text-decoration: none;
          }
          .form .register-form {
            display: none;
          }

          .container {
            /*position: relative;*/
            z-index: 1;
            max-width: 500px;
            margin: 0 auto;

          }
          .container:before, .container:after {
            content: "";
            display: block;
            clear: both;
          }
          
          
          .container .info span {
            color: #ffffff;
            font-size: 14px;
            font-family: monospace;
          }
          .container .info span a {
            color: #000000;
            text-decoration: none;
          }
          .container .info span .fa {
            color: #EF3B3A;
          }

          /* END Form */
          /* Demo Purposes */
          html, body {
              height: 0% !important;
          }
          body {
            background: #ccc;
            font-family: "Roboto", sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
          }
          body:before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            display: block;
            background: rgba(255, 255, 255, 0.18);
            width: 100%;
            
          }

          
          .login-error{
              display: block;
              margin-bottom: 10px;
              color: #ffffff;
              background: #ef3b3a;
              font-size: 11px;
              padding: 10px;
              border-radius: 7px;
              font-family: monospace;
          }
  @media only screen and (max-width: 320px) {
    #example {
      text-align: center;
    }
  }