html, body {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: darkolivegreen;
  }

h1{
    text-align:center;

  }

  .clblMsgEncode{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color:  #fa0606d8;
  }

  .cimgSmall{
    float: center;
    width: 200px;
    height: 200px;
  }

  .clblUser{
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    font-weight: bold;
    
  }

  .cdivLogin{
    margin: auto;
    width: 300px;
    height: 150px;

    border: 5px dashed rgb(247, 247, 250);
      
  }

  .clink{
    color:#f3f1f1;
  }

  .ctextBox{
  border-color: black;
  border-radius:5px;

  }

  .cbtn:hover{
    background-color: darkgreen;
    border-radius:5px;
    font-weight: bold;
  }

  .cbtn{
    border-radius:5px;
  }