body {
  font-family: "Montserrat", sans-serif;
  /* background image */
  background-image: url("https://www.app.blacksheep-van.com/img/bgapp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.loginContainer {
  width: auto;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.formLogin {
  padding: 45px;

  background-color: #00000091;
  border-radius: 10px;
}
.logo {
  max-width: 200px;
}

#calendar {
  max-width: 100%;
  margin: 0 auto;
  max-height: 700px;
}

.imgProfile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: contain;
  /* drop shadow */
  box-shadow: 0 0 5px rgba(161, 161, 161, 0.5);
}

h1 {
  font-size: 28px !important;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
}

.offcanvas-body li {
  /* padding: 10px 0px; */
  list-style: none;
}
.offcanvas-body li a {
  text-decoration: none;
  color: rgb(44, 44, 44);
}
.offcanvas-body li a:hover {
  color: rgb(44, 44, 44);
}

.title {
  font-weight: 800;
  text-transform: uppercase;
}

hr {
  color: #cacaca;
}

.btn-success {
  background-color: #48c189;
  border-color: #48c189;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.navbar-brand img {
  width: 100px;
}

label {
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}

input {
  margin-bottom: 10px;
}

/* {# replace radio buttons with buttons #} */
input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 7px 15px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

input[type="radio"] + label:hover {
  color: #888;
  cursor: pointer;
}

input[type="radio"] + label:active,
input[type="radio"]:checked + label {
  background: #79da4f;
  border: 1px solid #ddd;
  color: #fff;
  cursor: pointer;
}

.agencyPicture {
  max-height: 50px;
  max-width: 50px;
  border-radius: 50%;
}

label {
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
  color: white;
}
