  .text
        {
            color: gray;
            font-family: Calibri;
            font-size: 18px;
        }
         html,
      body 
      {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }
      /* Set the fixed height of the footer here */
      #footer {
        height: 60px;
        font-family:Calibri;
        font-size:16px;
      }
      .form-group.required .control-label:after
        {
            content: "*";
            color: red;
        }
        .error
        {
            font-weight: bold;
            color: red;
            padding: 2px 8px;
            margin-top: 2px;
        }
      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }