   .navbar-default {
            background-color: #2e2155;
            border-color: #2e2155;
        }

        html,
        body {
            height: 100%;
            /* The html and body elements cannot have any padding or margin. */
        }

        /* Wrapper for page content to push down footer */
        #wrap {
            min-height: 100%;
            height: auto;
            /* Negative indent footer by its height */
            margin: 0 auto -60px;
            /* Pad bottom by footer height */
            padding: 0 0 60px;
        }

        /* Set the fixed height of the footer here */
        #footer {
            height: 60px;
            background-color: #f5f5f5;
        }


        /* Custom page CSS
-------------------------------------------------- */
        /* Not required for template or sticky footer method. */

        #wrap>.container {
            padding: 60px 15px 0;
        }

        .container .text-muted {
            margin: 20px 0;
        }

        #footer>.container {
            padding-left: 15px;
            padding-right: 15px;
        }

        code {
            font-size: 80%;
        }

        .text-muted {
            color: white
        }

        #footer {
            background-color: #2e2155
        }


body {
    background-color: #e5e3e3;
    background-size: cover;
    font-family: "sans-serif";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body::before {
  z-index: -1;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  /* IE Fallback */
  /*background: none repeat scroll 0 0 rgba(26, 181, 179, 0.8);*/
  width: 100%;
  height: 100%;
}
.form {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 1000px;
  margin: -140px 0 0 -500px;
  padding: 30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  font-size: 15px;
}
.form h2 {
  margin: 0 0 20px;
  line-height: 1;
  color: #665998;
  font-size: 18px;
  font-weight: 400;
  text-align:center;
  font-weight:bold;
}
.form input,.form select {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  color: #000;
  font-family: "Roboto";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
      border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
/*.form input:focus {
  color: #333;
  border: 1px solid #2ecc71;
}*/
    .form button, .form input[type='submit'] {
        cursor: pointer;
        background: #2e2155;
        width: 100%;
        padding: 10px 15px;
        border: 0;
        color: #fff;
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 400;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }
        .form button:hover, .form input[type='submit']:hover {
            background: #2e2155;
        }
input[type="submit"]:hover,button:hover{opacity: 0.8;}
.foundErr{border:1px solid red !important}

.form button, .form input[type='button'] {
    cursor: pointer;
    background: #2e2155;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    color: #fff;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

    .form button:hover, .form input[type='button']:hover {
        background: #2e2155;
    }

input[type="button"]:hover, button:hover {
    opacity: 0.8;
}

.foundErr {
    border: 1px solid red !important
}

div#msg li
{
    font-family: "roboto";
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
    color: #ff0000;
}
.userLoginSect img#imgLogo{width:100%;margin-bottom:10px}

.clsCapsOn {
    color: red;
    font-size: 13px;
    margin: -10px 0 10px;
}
/*.cssBtnback {
background-color:#616161;
}*/