body {
    margin: 0;
    background-image: url(../images/map.jpg);
}

.container {
    color: #ffffff;
}

.main_content.index_page {    
    position: absolute;
    border-radius: 20px;
    text-align: center;
    top: 50%;
    left: 50%;
    background-color: #1c1d28;
    width: 570px;
    height: 350px;
    margin-left: -285px;
    margin-top: -245px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.main_content.preview_page {    
    position: absolute;
    text-align: center;
    left: 50%;
    background-color: #1c1d28;
    width: 1000px;
    margin-left: -500px;
    padding-top: 60px;
    padding-bottom: 80px;
}

.main_content h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    font-family: "Source Sans Pro";   
    letter-spacing: normal;
    margin: 0 0 16px;    
}

.logo {
    width: 414px;
    height: 74px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
}

.panel-wrapper {
    text-align: center;
}

.ls-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.input-wrapper {
    background-color: #272937;
    border-radius: 10px;
    width: 410px;
    margin: 0 auto;
}

.input-wrapper .mdl-textfield {
    position: relative;
    top: 5px;
    width: 380px;
}

.input-wrapper .mdl-textfield input.mdl-textfield__input:-webkit-autofill,
.input-wrapper .mdl-textfield input.mdl-textfield__input:-webkit-autofill:hover, 
.input-wrapper .mdl-textfield input.mdl-textfield__input:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  caret-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #272937 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.input-wrapper .mdl-textfield label {
    color: #B4BCC0;
}

.input-wrapper .mdl-textfield label:after {
    background-color: grey;
    height: 1px;
}

.input-wrapper .mdl-textfield--floating-label.is-focused .mdl-textfield__label, 
.input-wrapper .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, 
.input-wrapper .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: grey;
}

.btn-wrapper {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    width: 410px;
    height: 66px;
}

.btn-wrapper button {
    width: 100%;
    height: 100%;
    border-radius: 33px;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
}

.preview_wrapper {
    background-color: #1c1d28;
}

.ls-nav a {
    background-color: #272937 !important;
    color: white !important;
    margin-right: 1px !important;
    width: 65px;
    height: 30px;
    line-height: 30px;
}

.ls-nav li:first-child a {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.ls-nav li:last-child a {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.ls-nav .current a {
    background-color: #50439F !important;
    font-weight: bold;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  position:relative;
  top: 50%;
  background-color: #fefefe;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 0;
  width: 530px;
  border-radius: 0 0 10px 10px;
}

/* Modal Header */
.modal-header {
    position: relative;
    top: -15px;
    padding: 10px 16px;
    background-color: #50439F;
    color: white;
    border-radius: 10px 10px 0 0;
}

.modal-header h2 {
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
}

/* Modal Body */
.modal-body {
    padding: 0px 20px 20px 20px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

.liquid-slider#slider-id {
    background: #1C1D28;
}