﻿#background-renters-quote-1 {
    background-image: url('images/GuidedWebsiteBackground.png');
    height: calc(100vh + 100px);
    min-height: 500px;
    background-position: bottom center;
    width: 100%;
    top: 0;
}

#background-renters-quote-2 {
    background: url('images/GuidedWebsiteBackground.png') no-repeat bottom center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    height: auto !important;
    min-height: 100%;
}

.logo {
  width: 280px;
  background: #ffffff;
  display: block;
  padding: 15px;
 }

.logo:hover {
  padding-bottom: 27px; }

.color-blue {
    color: #37529c;
}
#div-cc-cvv .popover {
    width: 300px;
    max-width: none;
}