﻿body {
    background-image: url('/images/backgrounds/omodaandjaecoo.webp');
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: #cbd5e0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width: 900px) {
    .leaseplan {
        background: none;
    }
}

#mainContent {
    margin-top: 128px;
    background-color: #fff;
    border-radius: .125em;
    margin-bottom: 1em;
}

#breadcrumb {
    margin-left: auto;
    margin-right: auto;
}

#fullPageContainer {
    padding-top: 0px !important;
}

#customerBrandingThemed .demo-header {
    height: 3.5rem;
    background-color: black;
}

#customerBrandingThemed .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

    #customerBrandingThemed .container .row {
        margin: 0;
        height: 100%;
    }

        #customerBrandingThemed .container .row .col-8 {
            height: 100%;
            display: flex;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0;
            justify-content: center;
            align-items: center;
        }

#customerBrandingThemed .demo-header #driver-services-logo {
    width: 15rem;
    max-height: none;
    margin: 0 !important;
}

#Confirmation {
    padding-top: 35px !important;
}

.customerBrandingContainer {
    margin-bottom: 0px !important;
}

.customerBrandingContainer {
    min-height: 0 !important;
}

.alert-info {
    background: white !important;
    color: black;
}

.largeTitle {
    font-weight: lighter;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-top: 16px;
}

.smallTitle {
    font-weight: normal !important;
    font-size: 1.2em;
    line-height: 1.2;
    padding: 0px !important;
}

.mainTitle, #postageHandlingChargeText {
    font-size: 1.1em;
}

.row.row-search-confirm, .search-reg-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    float: left;
    height: 100px;
}

.row.row-search-confirm {
    width: 30%;
}

.search-reg-container {
    margin-left: 15px;
}

#breadcrumb {
    margin: 0;
    padding: 0;
}

#vehicle-search-button {
    border-radius: 0px;
    content: 'Find my vehicle';
    color: transparent !important;
    font-size: 1.3em;
    width: 20em;
    position: relative;
    margin-left: 1em;
}
    #vehicle-search-button::before {
        content: 'Find my vehicle';
        color: white;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #vehicle-search-button::after {
        content: 'Find my vehicle';
        color: white;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }

input#vehicle-search-input {
    content: "please enter your registration";
    height: 2.6em;
    font-size: 1.3em;
    max-width: 20em;
    text-align: left !important;
}

.btn-success,
.backButton,
.btn-outline-info,
.btn-outline-dark,
#sendSupportEmail {
    position: relative;
    overflow: hidden;
    color: white !important;
    border: 1px solid white !important;
    border-radius: 0;
    z-index: 0;
    margin-left: 1em;
    transition: border .3s ease, background-color 1.4s ease;
}

    .btn-success::before,
    .backButton::before,
    .btn-outline-info::before,
    .btn-outline-dark::before,
    #sendSupportEmail::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--customer-sub-color);
        border: 1px solid white !important;
        border-radius: 0;
        z-index: -1;
        transition: background-color 0.7s ease, width .6s, height .6s, border-radius 1s ease;
    }

    .btn-success::after,
    .backButton::after,
    .btn-outline-info::after,
    .btn-outline-dark::after,
    #sendSupportEmail::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1vw;
        height: 1vw;
        background-color: var(--customer-color);
        border-radius: 50%;
        opacity: 0;
        transform: translate(-50%, -50%);
        transition: width 1s ease, height 1s ease, border-radius 1s ease, opacity .5s ease-in-out;
        z-index: -1;
    }

    .btn-success:hover::after,
    .backButton:hover::after,
    .btn-outline-info:hover::after,
    .btn-outline-dark:hover::after,
    #sendSupportEmail:hover::after {
        width: 300%;
        height: 300%;
        opacity: 1;
    }

    .btn-success:hover,
    .backButton:hover,
    .btn-outline-info:hover,
    .btn-outline-dark:hover,
    #sendSupportEmail:hover {
        color: white !important;
        border-color: var(--customer-color) !important;
        border-radius: 0;
    }

#AddressDriverButtonPostCodeLookup {
    width: 3rem;
}

#sendSupportEmail {
    width: 6rem;
}
