body {
    background-image: url("img/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  .login-form {
    width: 80%;
    margin: 50px auto;
    font-size: 15px;
  }

  .login-form .control {
    background: #feb61a;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    border: 6px solid;
  }

  .login-form h2 {
    font-size: 28px;
    color: black;
    font-family: 'Baloo 2','Courier New', cursive;
    font-weight: bold;
    margin: 0 0 25px 0;
  }

  .btn-grey {
    background-color: #e7e7e7;
  }

  #connect-h2 {
    margin: 20px 0 20px 0;
  }

  .login-form h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
  }


  #waitmsgnotice {
    font-size: 15px; 
  }

  .form-control,
  .btn {
    min-height: 38px;
    border-radius: 2px;
  }

  .btn {
    font-size: 15px;
    font-weight: bold;
  }

  .form-group {
    text-align: center;
  }

  .form-group p {
    text-align: left;
  }

  .setting-group {
    text-align:center;
  }

  .setting-group p {
    text-align: center;
  }


  .message-box {
    text-align: center;
  }

  .message-box p {
    font-size: 20px;
  }

  .control {
    text-align: center;
  }

  .control p {
    font-size: 18px;
  }

  .footer{
    text-align: center;
}

#warningmsg {
  font-size: 15px;
  color: red;
}