.login-wrap {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

/* 6. Map */
.cluster > div {
  line-height: 38px !important;
  color: #fff !important;
}

.infobox {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: table;
}

.infobox article {
  margin-bottom: 20px;
}

.infobox article:last-child {
  margin-bottom: 0;
}

.infobox dl {
  font-size: 12px;
  margin-bottom: 0;
}

.infobox h1 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  margin-bottom: 5px;
  font-weight: normal;
}

.infobox h2 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.infobox h2 span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.infobox h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
}

.infobox p {
  font-size: 12px;
}

.infobox .left, .infobox .right {
  display: table-cell;
  width: 260px;
  vertical-align: middle;
}

.infobox .left header {
  background-color: #919191;
  padding: 20px;
}

.infobox .left .image {
  position: relative;
  background-color: #d3d3d3;
  min-height: 150px;
}

.infobox .left .image img {
  width: 100%;
}

.infobox .left .image .price {
  font-size: 15px;
}

.infobox .right {
  padding: 20px;
}

.tiffany-bg {
    background-color: #90CFD7 !important;
    border-color: #90CFD7 !important;    
}

.dark-tiffany-bg {
    background-color: #4FBDD4 !important;
    border-color: #4FBDD4 !important;    
}

.gray-bg {
    background-color: #5D5D5D !important;
}

.dark-green-bg {
    background-color: #6999A5 !important;
    color: white !important;
    border-color: #6999A5 !important;
}

.blue-bg {
    background-color: #1861AE !important;
    color: white !important;
}

.red-bg {
    background-color: #E73618 !important;    
}