.py-3 {
    padding-top: .5rem !important;
    padding-bottom: 0rem !important;
}

.mt-md-4 {
    margin-top: .5rem !important;
}

.mt-md-5 {
    margin-top: .5rem !important;
}

.p-5 {
    padding: .5rem !important;
}

#logo2 {
    max-width: 200px;
    margin-top: 5px;
    width: 90%;
}

@media screen and (max-width: 768px) {
    #logo2 {
        margin-top: 10px;
    }
}

.security {
    width: 90%;
    max-width: 250px;
}

.btn {
    padding: 10px 80px !important;
}

.col-md-12 {
    flex: 0 0 auto;
    width: 50%;
}

.mt-4 {
    margin-top: 1rem !important;
}

.legal-text {
    margin: 2rem;
    font-size: 1rem;
}

.bg-success {
    background: linear-gradient(to left, #2274CB, #4dc3f2);
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.cityscape {
    min-height: 100px;
    background-image: url('https://www.ratezip.com/rate-quotes/common/v-landers/img/cityscape.jpeg');
    background-repeat: repeat-x;
    background-position-x: center;
    background-size: contain;
    background-position-y: bottom;
}

/* .btn:hover {
    background: #006400 !important;
    font-size: 1.4em !important;
    border: 3px solid #006400 !important;
} */

.form-floating>.form-control:focus~label {
    opacity: 1;
    transform: scale(.85) translateY(-0.75rem) translateX(0.7rem);
    background: white;
    padding-top: 0;
    height: 50%;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #00AD0C;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

/*.text-center.p-1.p-md-3.text-field {
    max-width: 30em;
}*/

/*form {
    min-height: 500px;
}

.bdb-footer {
    position: relative !important;
}*/

/*progressbar = 20px*/

/*.col-md-3 {
    flex: 0 0 auto;
    width: 20%;
}

.tcpa-disclaimer {
    font-size: 0.6em;
    text-align: justify;
    line-height: 1em;
    margin-top: 30px;
}

.mt-4 {
    margin-top: .5rem !important;
}*/