body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  .navbar{letter-spacing:0px !important; word-spacing:0px !important;}
  .tx_cen{text-align:center !important;}
  .autoMar{margin:0 auto; width:60%;}
   .autoReg{margin:0 auto; width:35%;}
   .wid{width:100% !important;}
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }
  .container-bg{background: #F8FDEF; border:solid 1px #ddd;}
  .table{ background:#fff;}
.tbal{float: right;
margin-right: 31px;
font-size: 15px;
font-weight: bold;
}  
  .mr{ border: solid 1px #ddd;
margin-top: 6px;
font-family: initial;
}
.pdt{padding:8px !important;}  
  .jumbotron {
      background-color: #ddd;
      color: #fff; text-align:left;
      padding: 100px 25px;
      font-family: Montserrat, sans-serif;
  }
  .container-fluid {
      padding: 60px 50px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #f4511e; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #f4511e !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
  .btn{ border-radius:0px !important;}
  .form-control{ border-radius:0px !important;}
  .btn-danger{ background:#2d5190 !important; border-color:#ddd;}
  .btn-submt{ background:#2d5190 !important; border-color:#ddd; color:#fff !important;}
  .btcl{padding: 8px 16px !important;
    margin: 0px -33px;
 }
  .inpt{width:100% !important; margin:0px -16px !important;padding:7px 0px !important;}
  .navbar {
      margin-bottom: 0;
      background-color: #2d5190;
      z-index: 9999;
      border: 0;
      font-size: 14px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .panel-primary {
    border-color: #337ab7 !important;
}
.table{font-size:12px !important;}
.msgColor{font-size: 13px;
color: green;
font-weight: bold;
}
.panel-info{border-color: #337ab7 !important;}

  .exis_error{color: #f83d0b !important;
font-size: 12px;
font-weight: bold;
}
  .navbar-nav > li{ margin-left:20px !important;}
  .navbar li a, .navbar .navbar-brand {
      color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #f4511e !important;
      background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }
  
  
  
  /* form validation coding */
  
  #register-form {
    background: url("form-fieldset.gif") repeat-x scroll left bottom #F8FDEF;
    border: 1px solid #DFDCDC;
    /*border-radius: 15px 15px 15px 15px;*/
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-top: 10px;
    padding: 25px 50px 10px;
    width: 350px;
}

#register-form .fieldgroup {
    background: url("form-divider.gif") repeat-x scroll left top transparent;
    display: inline-block;
    padding: 8px 10px;
    width: 340px;
}

#register-form .fieldgroup label {
    float: left;
    padding: 15px 0 0;
    text-align: right;
    width: 110px;
}
.error{color:red !important; font-size:12px;}

#register-form .fieldgroup input, #register-form .fieldgroup textarea, #register-form .fieldgroup select {
    float: right;
    margin: 10px 0;
    height: 35px;
    width: 200px;
}

#register-form .submit {
    color: gray;
    padding: 10px;
    width: 220px;
    height: 40px !important;
}

#register-form .submit:hover {
    color: #FFF;
}

#register-form .fieldgroup label.error {
    color: #FB3A3A;
    display: inline-block;
    margin: 4px 0 5px 125px;
    padding: 0;
    text-align: left;
    width: 220px;
}

h2 {
    padding-bottom: 15px;
}




/* Register form css */

#register-frm {
    background: url("form-fieldset.gif") repeat-x scroll left bottom #F8FDEF;
    border: 1px solid #DFDCDC;
    /*border-radius: 15px 15px 15px 15px;*/
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-top: 10px;
    padding: 25px 50px 10px;
    width: 350px;
}

#register-frm .fieldgroup {
    background: url("form-divider.gif") repeat-x scroll left top transparent;
    display: inline-block;
    padding: 8px 10px;
    width: 340px;
}

#register-frm .fieldgroup label {
    float: left;
    padding: 15px 0 0;
    text-align: right;
    width: 110px;
}
.error{color:red !important; font-size:12px;}

#register-frm .fieldgroup input, #register-frm .fieldgroup textarea, #register-frm .fieldgroup select {
    float: right;
    margin: 10px 0;
    height: 35px;
    width: 200px;
}

#register-frm .submit {
    color: gray;
    padding: 10px;
    width: 220px;
    height: 40px !important;
}

#register-frm .submit:hover {
    color: #FFF;
}
.tpwht{color: #fff;
margin-top: 17px !important;
float: left;
font-weight: bold;
font-size: 14px;
}
.logoc{font-size: 23px;
font-style: italic;
color: #77b9b4 !important;
}

#register-frm .fieldgroup label.error {
    color: #FB3A3A;
    display: inline-block;
    margin: 4px 0 5px 125px;
    padding: 0;
    text-align: left;
    width: 220px;
}
