﻿/**
* @file loginnew.css
* @Naveen Porwal
* @Teramatrix Technologies
* @©2015 EICHER
**/

@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'hermesfbbolditalic';
    src: url('fonts/hermesfb-bolditalic-webfont.eot');
    src: url('fonts/hermesfb-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), /*url('fonts/hermesfb-bolditalic-webfont.woff') format('woff'),*/ url('fonts/Hermes_FB-Bold_Italic.ttf') format('truetype'), url('fonts/hermesfb-bolditalic-webfont.svg#hermesfbbolditalic') format('svg');
    font-weight: normal;
    font-style: italic;
}


/*@font-face {
    font-family: 'Hermes_FB-Bold_Italic';
    src: url('fonts/Hermes_FB-Bold_Italic.eot') format('embedded-opentype');
}*/

* {
    font-family: 'hermesfbbolditalic';
    font-style: italic;
}

.clear {
    clear: both;
}

body {
    margin: 0px;
    background: #ee2940 url(images/bg.jpg) center top no-repeat;
    min-height: 768px;
}

@media screen and (max-width:1366px) {
    body {
        margin: 0px;
        background: #ee2940 url(images/bg-laptop.png) center top no-repeat;
        min-height: inherit;
    }

    .footer {
        bottom: -19% !important;
    }
}

@media screen and (max-width:1024px) {
    body {
        margin: 0px;
        background: #ee2940 url(images/bg-projector.png) center top no-repeat;
        min-height: inherit;
    }

    .logArea {
        width: 443px !important;
    }

    .submitArea p {
        margin-left: 161px !important;
    }

    #divLoginBox {
        width: 430px !important;
    }

    .header {
        width: 82% !important;
        margin-left: 3% !important;
    }

    .footer {
        width: 88% !important;
        margin-left: 3%;
        bottom:-17% !important;
    }

    .loginBox {
        width: auto !important;
    }

    .feedback {
        width: auto !important;
        margin-left: 25px !important;
    }
}

.wrapper {
    float: left;
    width: 100%;
    height: 100%;
}

.loginBox {
    width: 1200px;
    height: 100%;
    margin: 62px auto 0 auto;
    position: relative;
}

.header {
    float: left;
    width: 100%;
    margin: 0px;
}

.logo {
    float: left;
    width: 156px;
    height: 64px;
    margin: 38px 46px;
}

.truckBus {
    float: right;
    color: #ee2940;
    font-size: 12.5px;
    margin: 48px 50px 0 0;
}

.loginPanel {
    float: left;
    width: 100%;
}

.logArea {
    float: left;
    width: 520px;
    /*margin: 74px 0 0 0;*/
}

    .logArea p {
        float: right;
        color: #013a81;
        font-size: 24px;
        text-transform: uppercase;
        margin: 0px;
        font-family: 'hermesfbbolditalic';
    }

.user {
    float: right;
    background: url(images/user_name.png) no-repeat;
    width: 264px;
    height: 39px;
    margin-bottom: 5px;
}

    .user input[type="text"] {
        float: right;
        width: 185px;
        height: 25px;
        color: #939598;
        outline: none;
        border: none;
        font-size: 16.5px;
        margin: 5px 12px 0px 0px;
        font-family: 'hermesfbbolditalic';
    }

.userPassword {
    float: right;
    background: url(images/password.png) no-repeat;
    width: 264px;
    height: 39px;
    margin: 10px 10px 0 0;
    font-family: 'hermesfbbolditalic';
}

    .userPassword input[type="password"] {
        float: right;
        width: 185px;
        height: 25px;
        color: #939598 !important;
        outline: none;
        border: none;
        font-size: 16.5px;
        margin: 5px 12px 0 0;
        font-family: 'arial';
    }

.tb1 {
    font-family: 'hermesfbbolditalic';
}

.userMessage {
    font-size: 14px;
    margin: 10px 0 0 230px;
    color: #ee2940;
}

.userCheck {
    float: right;
    width: 280px;
    margin: 15px 0 0 0;
}

    .userCheck p {
        display: inline-block;
        float: left;
        margin: 0 15px 0 0;
    }

        .userCheck p input[type="radio"] {
            float: left;
            width: 14px;
            height: 14px;
            background-images: url(images/radiobutton.png) no-repeat;
        }

        .userCheck p label {
            float: left;
            color: #013a81;
            font-size: 15px;
            text-transform: capitalize;
            font-family: 'hermesfbbolditalic';
        }

.forgetPassword {
    float: left;
    width: auto;
    margin: 0 0 0 10px;
}

    .forgetPassword a {
        float: right;
        text-decoration: none;
        color: #848484;
        font-size: 10.92px;
        display: block;
        margin: 10px 26px 0 0;
        font-family: 'hermesfbbolditalic';
    }

.submitArea {
    float: left;
    width: auto;
    margin: 16px 0 0 0;
}

    .submitArea p {
        float: left;
        width: 147px;
        height: 42px;
        margin: 0 0 0 230px;
    }

        .submitArea p input[type="submit"] {
            float: left;
            width: 147px;
            height: 42px;
            background: url(images/submit.png) no-repeat;
            border: none;
            outline: none;
            color: #fff;
            font-size: 14px;
            cursor: pointer;
        }


.feedback {
    float: left;
    width: 670px;
    margin: 200px 0 0 10px;
    font-family: 'hermesfbbolditalic';
}

.feedbackLineOne {
    text-align: left;
    font-size: 41.28px;
    color: #013a81;
    line-height: 41px;
}

.feedbackLineTwo {
    text-align: left;
    font-size: 39px;
    color: #013a81;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
    background-image: none;
    color: #939598 !important;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.footer {
    width: 96%;
    padding: 0 25px;
    position: absolute;
    bottom: -45%;
}

.CopyRight {
    font-size: 11px;
    color: #848484;
    margin-top: 7px;
}

.field-validation-error {
    color: #f00;
    font-size: 10px;
    float: right;
    margin: 7px 6px;
}


.validation-summary-errors li {
    color: #f00;
    font-size: 10px;
    margin: 7px 6px;
    text-align: right;
}

#divLoginBox {
    margin-top: 94px;
}

.validation-summary-errors ul li {
    color: #f00;
    list-style: none;
    font-size: 11px;
    text-align: right;
    margin: 0;
}


.validation-summary-errors ul {
    margin: 0;
}

.LoginHeading {
    color: #013a81;
    text-align: right;
    font-size: 24px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.feedbackLineTwo label {
    color: #ee2940;
}
.footer label {
    font-size: 11px;
    font-family:"HermesFB";
    font-weight:normal;
    font-style:normal;
}

.footer .red {
    color: red;
}