﻿#background-renters-quote-1{
  height: calc(100vh + 100px);
  min-height:500px;
  background-position: bottom center;
  width: 100%;
  top: 0;
}

#background-renters-quote-2{
 background-size: 100% 100%;
 width: 100%;
 height: 100%;
 height: auto !important;
 min-height:100%;
}

.logo {
  width: 180px;
  display: block;
 }

.main-container {
    padding: 0px;
    max-width: 1250px;
}

.container {
/*    width: 150%;*/
}

.disclosure-textarea {
    height: auto;
    max-height: 1400px;
    min-height: 30px;
    resize: vertical;
    overflow: scroll;
}

#div-cc-cvv .popover {
    width: 300px;
    max-width: none;
}

.modal {
    background-color: rgb(125 125 125 / 0%);
}

.agent-area {
    resize: none;
    height: auto;
    overflow: hidden;
}

#onwershipQuestion {
    color: #003468;
    font-weight: 700;
    line-height: 150%;
    padding-left: 15px;
    
}


#IsPropertyOwner {
    height: 44px;
    background: #ffffff;
    border-radius: 0.5vh;
    color: #666666;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: inherit;
    font-weight: 400;
    border: 1px solid #acacac;
    padding: 6px 12px;
    width: 15%;
    min-width: 75px;
}

    #IsPropertyOwner:focus :focus-visible{
        border-color: #666666;
        box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    }

.bottom-margin-0 {
    margin-bottom: 0px !important;
}

.add-white-space {
    margin-bottom: 14px;
}