
/** css stylesheet */

.form-box .header,#login .bg-loginbtn{background-color:#3d9970; color:#FFFFFF; }
input[type=submit] {
    display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  border-radius: 4px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
color: #ffffff !important;
  background-color: #428bca !important;
  border-color: #357ebd !important;
}
input[type=submit]:hover {
 color: #ffffff;
  background-color: #3071a9 !important;
  border-color: #285e8e !important;
}