.form-signin {
  width: 100%;
  max-width: 300px;
  padding: 15px;
  margin: auto;
}
.divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}
section > div.bg {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0));
}
body#login, body#askAccount, body#legals {
  display: flex;
  background-color: #8ED1BF !important;
  background-image: url("/img/bg-index-lowlow-test-small.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 30%;
}
main#player {
  background-color: white !important  
}
section h1.display-4, section h1.display-4 .text-muted  {
  color: #CACACA !important;
  text-shadow: 0px 0px 1px #000;
}
.card-opacity {
  background: rgba(255, 255, 255, 0.50) !important;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  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-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;
}
.loadingMessage {
  z-index: 1000;
  background: #ccc;
  position: absolute;
}
main#player section#morning {
  background: url("/img/morning.jpg") center no-repeat;
  background-size: cover;
}
main#player section#lunch {
  background: url("/img/lunch.jpg") center no-repeat;
  background-size: cover;
}
main#player section#poolside {
  background: url("/img/poolside.jpg") center no-repeat;
  background-size: cover;
}
main#player section#beach {
  background: url("/img/beach.jpg") center no-repeat;
  background-size: cover;
}
main#player section#sunset {
  background: url("/img/sunset.jpg") center no-repeat;
  background-size: cover;
}
main#player section#cocktail {
  background: url("/img/cocktail.jpg") center no-repeat;
  background-size: cover;
}
main#player section#dinner {
  background: url("/img/dinner.jpg") center no-repeat;
  background-size: cover;
}
main#player section#dance {
  background: url("/img/dance.jpg") center no-repeat;
  background-size: cover;
}
main#player section#aftermidnight {
  background: url("/img/aftermidnight.jpg") center no-repeat;
  background-size: cover;
}
main#player section#alternative {
  background: url("/img/alternative.jpg") center no-repeat;
  background-size: cover;
}
main#player section#musicalldaylong {
  background: url("/img/musicalldaylong.jpg") center no-repeat;
  background-size: cover;
}
@font-face {
  font-family: devil_breeze;
  src: url('Devil_Breeze_Bold.ttf');
  font-weight: bolder
}
@font-face {
  font-family: devil_breeze;
  src: url('Devil_Breeze_Boook.ttf');
  font-weight: normal
}
@font-face {
  font-family: devil_breeze;
  src: url('Devil_Breeze_Demi.ttf');
  font-weight: bold
}
@font-face {
  font-family: devil_breeze;
  src: url('Devil_Breeze_Light.ttf');
  font-weight: lighter
}
@font-face {
  font-family: devil_breeze;
  src: url('Devil_Breeze_Medium.ttf');
  font-weight: 200
}
h1#title {
  font-family: 'devil_breeze';
  font-weight: bolder;
}