.loginH1D,  
.loginH1D .form-control {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
 }
.loginH1{
      background: #297c74;
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 5px;
      color: white;
      border: 1px solid #148484;
      font-size: 18px;
      font-weight: bold;
      line-height: 2em;
      border-radius: 10px 10px 0 0;
}

.loginH1D{
      width: 100%;
      padding: 10px;
      background: white;
      border: 1px solid #ccc;
      border-top: 0;
      overflow: hidden;
      border-radius: 0 0 10px 10px;
}

div.marquee{
  /*height: 430px;
  background: #fff;*/
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.marquee ul{
  margin: 0;
  margin-top: 10px;
  border: 1px solid #eee;
  padding: 5px;
  list-style: none;
  letter-spacing: 1px;
  background: rgba(0,0,0,.1);
}

div.marquee ul li {
    border-bottom: 1px solid #eee;
    /*background: #f9f7f7;*/
    margin-top: 1px;
    padding: 5px;
    font-weight: bold;
  }

body{
  
  background: linear-gradient(to right, #68a579, #297c74);
  font-family: sans-serif; /* 'Roboto Slab', */
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

div.box{
  margin: 30px 10px;
  box-shadow: 10px 10px 39px -8px #297c74;
  -webkit-box-shadow: 10px 10px 39px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 39px -8px rgba(0,0,0,0.75);
  border-radius: 10px;
  padding: 5px;
  font-size: 12px;
}
.copyrights{
  text-align: center;
  font-size: 11px;
  color: gray;
}
h2.title{
  padding: 15px 0 0 0;
  padding-right: 0px;
  margin: 0 0 0 10px;
  
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
  color: #428bca;
  font-style: italic;
  border-bottom: 1px solid #428bca;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

#ebcaptchatext {
  padding-right:1rem;
}

#ebcaptchainput {
  
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
@media only screen and (max-width: 600px) {

#mq{ display: none; }
.loginH1{
      font-weight: bold;
      line-height: 2em;
}
.loginH1 img{ display: none; }
.copyrights{
  display: none;
}
}
#captchaInput{ width: 100px;  }
#boxrow{ display: none; }