/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.btn-masel-reg{color:#ffffff;background-color:#76006e;border-color:#5d0056;}
.btn-masel-reg:hover,.btn-masel-reg:focus,.btn-masel-reg:active,.btn-masel-reg.active{color:#ffffff;background-color:#4d0048;border-color:#1f001d;}
.btn-masel{color:#ffffff;background-color:#00a69a;border-color:#008d82;}
.btn-masel:hover,.btn-masel:focus,.btn-masel:active,.btn-masel.active{color:#ffffff;background-color:#007d74;border-color:#004f4a;}
.label-masel-reg{background-color:#76006e;}