body {
     background: url(../images/bgimage.jpg) no-repeat center center fixed;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     margin-left: 0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
   
    
  }
  .header
  {
   background-color: #fff;
   /* border: 1px solid blue; */
   height: auto;
   text-align: center;
   
  }
  .sidebar
  {
   background-color:#fff;
   /* border: 1px solid blue; */
   text-align: center;
   margin-bottom: 20px;
   border-radius: 5px;
  }
  .orsch{
    height: 30px;
    width: 100%;
    border-radius: 3px;
    margin: auto;
    float: left;
    background-color: #CCCCCC;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-family: Calibri;
    font-weight: bold;
    text-transform: capitalize;
    color: #DD170E;
   
  }
 .tit
 {
   margin-top: 15px;
   margin-bottom: 15px;
 }
 .fmbody
 {
   background-color: #fff;
 }
 .career{
   
    height: 30px;
    width: 100%;
    border-radius: 3px;
    /* margin: auto; */

    background-color: #CCCCCC;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-family: Calibri;
    font-weight: bold;
    text-transform: capitalize;
    color: #DD170E;
   
  }

a{
   text-decoration: none;
   font-size: 16px;
   font-weight: 400;
   text-align: left;
   color: black;
   float: left;
   margin-top: 5px;

}
a:hover
{
   color: #DD170E;
   text-decoration: underline;

}
.form
{
   padding: 10px;
}
.trnsparentbg
{
  background: url(images/colloquium-poster.jpg) no-repeat center center fixed;
  /* -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  /* opacity: 0.8; */
  z-index: -5;
}
@media (min-width: 1500px) and (max-width: 1875px) {
.imgschl
{
  width: 200px;
}
}
.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
p.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
p.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}