html { overflow-x:hidden }

body {
  font-family: "Roboto";
}

.form-signin, .form-register {
  max-width: 330px;
  min-width: 270px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-register .form-control {
  border-radius: 0;
  margin-bottom: -1px;
}

.form-register .form-control-end {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.form-register .form-control-start {
  border-top-right-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

#page {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: auto;
}

/* Position and sizing of burger button */
.bm-burger-button {
  position: fixed;
  width: 36px;
  height: 30px;
  left: 36px;
  top: 16px;
}

/* Color/shape of burger icon bars */
.bm-burger-bars {
  background: #FFF;
  height: 5% !important;
}

/* Position and sizing of clickable cross button */
.bm-cross-button {
  height: 24px;
  width: 24px;
}

/* Color/shape of close button cross */
.bm-cross {
  background: #bdc3c7;
}

/* General sidebar styles */
.bm-menu {
  background: #373a47;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
}

/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
  fill: #373a47;
}

/* Wrapper for item list */
.bm-item-list {
  color: #b8b7ad;
  padding: 0.8em;
}

/* Styling of overlay */
.bm-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.menu-item {
  color: #FFF !important;
}

a:hover {
  color:white;
  text-decoration:none;
}

.link, .link:hover {
  color:black;
  text-decoration:none;
  cursor: pointer;
}

.dropdown-menu {
  z-index: 1100 !important;
}
