html {
    background: url(../images/backgroundUnsubscribe.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background: transparent;
}

.container-fluid {
    width: 90%;
}

.mainContainer {
    border: 1px solid black;
    padding-bottom: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    background: white;
}

/** Header. */
.rowHeaderCede {
    background-color: #004494;
}

.colLogo {
    padding: 15px 23px;
    z-index: 1;
}

.title {
    color: white;
    font-size: 150%;
}

h1 {
    color: white;
}

img.logo {
    width: 150px;
    /*max-width: 100%;*/
}

.required-label:after {
    content: " *";
    color: red;
}


div.buttonWithMargin {
    margin-left: 5px;
}


.description {
    padding-top: 0px;
    padding-bottom: 10px;
    font-style: italic;
}

.description-error {
    color: #d9534f;
}

/*------------------------------------------------ */
/* Fieldsets!                                      */
/*------------------------------------------------ */

fieldset.group-border {
    border: 1px groove lightgray !important;
    padding: 0 1.4em 0 1.4em !important;
    margin: 0 0 1.0em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.group-border {
    font-size: 1.2em !important;
    font-weight: lighter !important;
    text-align: left !important;
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    margin-bottom: 0.5em;
    color: gray;
}

fieldset.group-border-top {
    border-top: 1px groove lightgray !important;
    padding: 0 1.4em 0 1.4em !important;
    margin: 1.0em 0 1.0em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

@media (min-width: 800px) {

    .container-fluid {
        margin-top: 5%;
    }
}

@media (max-width: 800px) {

    .container-fluid {
        width: 100%;
    }
}
