﻿body {padding-top: 100px;}
        div.brand-image{
            height:500px;         
            background-position:center;
            background-repeat:no-repeat;
            background-size: cover;            
        }

        div.brand-image-wrapper{
            background-color:rgba(0,0,0,0.3);
            padding: 50px;
            color:#ffffff;
            height: 400px;
            position:relative;
        }

        h1, legend, fieldset label {
            color:#fff;
        }

        fieldset legend {
            border-bottom: 0;
            margin-bottom: 0px;
        }

        div.version{
            position:absolute;
            bottom:10px;
            right:10px;
            font-weight:bold;
        }
        @@media only screen and (min-width: 768px) and (max-width : 1024px) {
            .brand-image {
                background-size: 100% 100% !important;
            }
        }