﻿@import url('fonts/fonthelveticaneue.css');

html, body, form {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font: 13px 'Helvetica Neue LT Pro 55 Roman', helvetica, arial;
    background-color: #fff;
    min-width: 1024px;
}

.contain {
    position: absolute;
    width: 100%;
    min-height: 100%;
    margin: auto;
    z-index: 100;
    color: #fff;
    text-align: center;
    min-width: 1024px;
}

    .contain .header {
        display: block;
        position: absolute;
        margin: 30px;
        width: 90%;
        text-align: left;
    }

        .contain .header .corplogo {
            background-image: url("../img/amerits_logo1.png");
            background-size: 200px 65px;
            background-repeat: no-repeat;
            background-position: center;
            -webkit-filter: drop-shadow(3px 3px 2px gray);
            filter: drop-shadow(3px 3px 2px gray);
            width: 200px;
            height: 65px;
            display: block;
        }

        .contain .header .corpname {
            font: 21px 'Helvetica Neue LT Pro 56 Italic', helvetica, arial;
            text-shadow: 3px 3px 2px gray;
            margin-left:100px;
        }

        .contain .header .dashline {
            display: block;
            width:93%;
            border:1px dashed #fff;
            position:absolute;
            right:0;
            top:58px;
        }

        .contain .header ul {
            top: 22px;
            right:0;
            padding: 0;
            width: 83%;
            list-style: none; 
            position:absolute;           
        }

            .contain .header ul li {
                float: right;
                padding: 10px 5px;
            }

            .contain .header ul li:last-child::before {
                content:'';
            }

            .contain .header ul li::before {
                content:'/';
                display:inline-block;
                padding: 0 20px 0 20px;
                text-shadow: 3px 3px 2px gray;
            }

            .contain .header ul li a {
                font: 13px 'Helvetica Neue LT Pro 55 Roman', helvetica, arial;
                text-decoration:none;
                color: #fff;
                text-shadow: 3px 3px 2px gray;
            }

            .contain .header ul li a:hover {
                color: #89b6b6;
                text-shadow: 3px 3px 2px #173d5a;
            }

                .contain .header ul li a.lbtngps {
                    font: 13px 'Helvetica Neue LT Pro 55 Roman', helvetica, arial;
                    text-decoration: none;
                    color: #FACE40;
                    background-color: #18BCA0;
                    padding:5px 7px;
                }

    .contain .copyrights {
        display: block;
        position: absolute;
        bottom: 20px;
        margin: auto;
        width: 100%;
    }

        .contain .copyrights span {
            border: 1px solid #9b9b9b;
            border-radius: 10px;
            padding: 8px;
            color: #9b9b9b;
            /*text-shadow: 3px 3px 2px gray;
            -moz-box-shadow: 3px 3px 6px 0 gray;
            -webkit-box-shadow: 3px 3px 6px 0 gray;
            box-shadow: 3px 3px 6px 0 gray;*/
        }
