﻿
@import "login-seal2-tablet.css";
@import "login-seal2-modernTablet.css";
@import "login-seal2-iphone6.css";
/*general styles which apply to all layouts for Seal */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,500,900,700');

/*
Seal Programs

Header (top bar) – ffffff
Banner (that login sits on top of) - 015a44 = 1,90,68  (Opacity - 85%)
Background (in smaller views when no photo appears)– 015a44 (100%)
Sign In Button Normal – 83a5ca
Sign In Button Over/down – 5d8bb5
Sign In button text - black

Sachs

    Header – 1a3c6b
Background – 2c5488
Sign In Button Normal – 9b5624
Sign In Button Over/down – 74411b
Sign In button text - white


*/

body {
    font-family: "Raleway",sans-serif;
}

.header {
    background-color: #ffffff;
    font-weight: bold;
    width: 100vw;
    height: 10vh;
    clear: both;
    line-height: 10vh;
}

    .header img {
        height: 8vh;
        position: relative;
        vertical-align: middle;
    }

    .header #imgRegAppLogo {
        position: relative;
        left: 1vw;
    }

.LoginPageBody {
    position: relative;
    width: 100vw;
    /*height: 90vh;*/
    background: url('/images/iStock_000035330386XXX_compressed.jpg');
    background-size: cover;
    background-position: center;
    /*background-position-y: 5vh;
    background-position: 0 5vh;*/ /* for firefox*/
}

.vLoginBanner {
    color: #fff;
    background-color: rgba(1,90,68, 0.85);
    width: 30vw;
}


    .vLoginBanner a {
        color: #fff;
    }

    .vLoginBanner .row label {
        text-transform: uppercase;
    }

    .vLoginBanner input[type=submit] {
        background-color: #83a5ca;
        color: #000;
        text-transform: uppercase;
    }

        .vLoginBanner input[type=submit]:hover, .vLoginBanner input[type=submit]:active {
            background-color: #5d8bb5;
        }


.passwordLinks {
    font-size: 1rem;
    font-weight: 700;
    text-align: center !important;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
    display: block;
    margin-top: 2vh;
}

.copyright:before {
    content: "© 2017 ";  
}

.copyright {
    color: rgb(78,76,74);
    background: url(/images/IRTlogogray.png) top left no-repeat !important;
    font-size: larger;
    font-weight: bold;
    left: 3vh;
}
