﻿        body {
            padding-top: 113px;
            color: #1c2430;
            font: normal 16px/18px "Open Sans", sans-serif;
            background: url("/Content/images/gray_bg.png"); 
        }
        header.header {
            z-index: 200;
        }
        form {
            display: block;
            margin-top: 0;
        }
        .header {
            width: 100%;
            height: 113px;
            position: absolute;
            top: 0;
            left: 0;
            background: #fff;
            border-bottom: 3px solid #00bbac;
            z-index: 10000;
        }
        footer {
            color: #043d38;
            padding: 6px 0px;
            line-height: 100%;
            background: #006d64;
            left: 0;
            bottom: 0;
            width: 100%;
            position: fixed;
        }
        footer p {
            margin: 0;
        }
        .container {
            margin-right: auto;
            margin-left: auto;
            padding-left: 15px;
            padding-right: 15px;
        }
        .row {
            margin-left: -15px;
            margin-right: -15px;
        }
        .logo {
            display: block;
            float: left;
            margin-top: 8px;
            margin-left: 20px;
        }

        .service_message {
            text-align: center; 
            width: 300px; 
            left: 50%; 
            margin-left: -150px; 
            position: absolute; 
            top: 80px;
            font-size: 18px;
            font-weight: bold;
        }
