/* Minification failed. Returning unminified contents.
(7,23): run-time error CSS1039: Token not allowed after unary operator: '-bs-font-sans-serif'
 */
body {
    background: url('/Design/Images/1104816.jpg') no-repeat 100% 100% fixed;
    background-size: cover;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #f5f7fb;
    color: #495057;
    font-family: var(--bs-font-sans-serif);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -webkit-text-size-adjust: 100%
}



.AAMLogo {
    float: left;
    margin: 0 0 0 0;
    background: url(/Design/Images/allianz-logo.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

    .AAMLogo:hover {
        -moz-box-shadow: 0 0 2px 2px #ccc;
        -webkit-box-shadow: 0 0 2px 2px #ccc;
        box-shadow: 0 0 5px 0 #ccc;
    }

.AGILogo {
    float: right;
    margin: 10px 0 10px 10px;
    background: url(/Design/Images/logo-pimco.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

    .AGILogo:hover {
        -moz-box-shadow: 0 0 2px 2px #ccc;
        -webkit-box-shadow: 0 0 2px 2px #ccc;
        box-shadow: 0 0 5px 0 #ccc;
    }


@media screen and (max-width: 767px) {
    .AGILogo {
        width: 160px;
        height: 30px;
    }

    .AAMLogo {
        width: 130px;
        height: 30px;
    }

    .row-head {
        margin-top: 90px;
    }

    .text-end {
        text-align: left !important
    }
}

@media screen and (min-width: 768px) {
    .AGILogo {
        width: 400px;
        height: 45px;
    }

    .AAMLogo {
        width: 200px;
        height: 50px;
    }

    .row-head {
        margin-top: 130px;
    }
}

.navbar {
    border-bottom: 1px solid #ccc
}

body {
    font-family: 'Alegreya Sans', sans-serif;
}


@media (max-width: 750px) {
}

.container {
}

.body-content {
    margin-top: -30px;
}

.btn {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: .5em !important;
}

.input-lg {
    max-width: 500px;
}

.bg-blue {
    background: #222e3c !important;
    border: none
}

.fas {
    height: 20px;
    margin-top: 5px
}

.btn-small {
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: #ffffff
}

.cookies {
    position: fixed;
    z-index: 9001;
    width: 100%;
    bottom: -30px;
    border-radius: 0;
    color: #ffffff;
}

    .cookies .container {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .cookies p {
        margin-right: 0;
        margin-bottom: 0
    }

    .cookies a {
        text-decoration: underline
    }

    .cookies button {
        margin-top: 0;
        white-space: nowrap
    }

    .cookies .container {
        flex-direction: row
    }

    .cookies button {
        margin-top: 0;
        margin-left: auto
    }

.d-none {
    display: none !important;
}

.footer .container {
    margin-top: .3em;
}

.bsi-footer {
    line-height: 1em;
    margin-top: .5em;
    margin-bottom: .3em;
    color: #777777 !important
}

    .bsi-footer a {
        color: #777777
    }

.navbar .container {
    text-align: center;
}

.bottom-shadow {
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 5px 5px 15px 5px #000000;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 80%;
    padding-top: 25px;
}

    .form-top-left h3 {
        margin-top: 0;
    }

.form-top-right {
    float: left;
    width: 20%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.middle-border {
    min-height: 300px;
    margin-top:50px;
    border-right: 1px solid #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.6); 
    height:30px
}
@media (max-width: 991px) {

    .middle-border {
        min-height: auto;
        margin: 10px 30px 0 30px;
        border-right: 0;
        border-top: 1px solid #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        width:85%
    }
}

.form-label {
    color: #6c757d;
    font-size: 90%;
    font-weight: bold
}

.form-control, .form-select {
    font-size: 90%;
}
