#logo {
    background-image: url('/storage/img/Logo_BMW_GROUP.svg');
}

body {
    background-image: url('/storage/img/2022-BMW-background.jpeg');
    background: #fff;
    background-size: cover;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0, #ddd 100%);
}

.form-element {
    margin: 0;
}

.form-element input {
    padding: 0 5px;
    height: 34px;
    width: 100%;
    border: 1px solid #aaafb7;
    margin-bottom: 1.2rem;
    font: inherit;
    font-size: 0.8rem;
    background: #DFE0E1;
    color: #262626;
    border-radius: 3px;
}

.form-element input[type=submit] {
    display: inline-flex;
    align-items: center;
    border: none;
    cursor: pointer;
    color: #ffffff;
    text-align: left;
    font-family: inherit;
    min-height: 36px;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    border-radius: 3px;
    transition: background-color 0.25s ease;
    box-shadow: inset 0 0 0 2px#6f6f6f;
    padding: 0 2em;
    text-decoration: none;
    background-color: rgba( 111,111,111,1 );
    width: 100%;
    justify-content: center;
    margin: 0;
}

.form-element label {
    width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    margin-bottom: 0.4rem;
    margin-top: 0rem;
}

.form-element label.required::after {
    color: #fff;
}

#container {
    /* background: rgba(0, 0, 0, 0.8); */
    background: #fff;
    color: #484848;
    max-width: 450px;
    border: #ddd;
}

#tagline {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

a {
    color: inherit;
}

.form-element.submit a {
    display: block;
    margin: 0rem 0px 1.2rem;
    text-align: right;
}