@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body {
  
  
  background: transparent;
}

.OLB-Wrapper {
    padding: 25px;
   background: #01a858;
  border-radius: 15px;
  color: #fff;
  
}


h3, p {
  color: #fff;
}
p {
  margin: 5px 0 !important;
}
label {
  font-weight: bold !important;
    margin-bottom:0!important;
}
a.olbLink, a.olbLink:visited {
  text-decoration: underline;
  color: #fff
}
a.olbLink:hover, a.olbLink:active {
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  background-color: #000;
  border: none;
  padding: 3px 25px !important;
    margin-bottom:10px;
}
.btn-primary:hover {
  background-color: #666;
  border: none;
}
input[type=text] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-group {
  margin-bottom: .5rem !important;
}