﻿/* Reset Css */

@font-face {
    font-family: 'EYINTERSTATE';
    src: url('../font/EYINTERSTATE-LIGHTBOLD.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, div, span, form, legend, label, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    height: 100%;
    width: 100%;
    font-family:EYINTERSTATE !important;
    font-size: 14px;
}

body {
    margin: 0;
    padding: 0;
    font-family: EYINTERSTATE !important;
    background: #f6f6f6;
    /*background: url(/Images/bg.jpg) repeat-x 0 0;*/
    background-size: 100%;
    background-position: top;
}

.clear {
    clear: both;
}

a, img {
    border: none;
    outline: none;
}

.litigationlogo img {
    margin-left: 136px;
    margin-top: 37px;
    height: 100px;
}
/*
.lblError {
color: red;
left: 59px;
position: absolute;
right: 45px;
top: 186px;
font-weight:bold;
} */

/*.lblError {
    color: red;
    left: 80px;
    position: absolute;
    top: 190px;
    font-weight: bold;
    word-wrap: normal;
}*/

.lblError {
    color: red;
    left: 0;
    position: relative;
    bottom: 0;
    font-weight: bold;
    word-wrap: normal;
}

.lblError1 {
    color: red;
    left: 0;
    position: relative;
    bottom: 0;
    font-weight: bold;
    word-wrap: normal;
}

.logincaption {
     text-align: center;
    font-size: 22px;
    margin-left: 32px;
    font-weight: 600;
    font-family: Arial;
    margin-top: -3px;
    color: white /*#585858*/;
}

.HDFCImage {
    width: 150px;
    margin-top: 53px;
    margin-left: 116px;
    margin-bottom: 5px;
}

.EYImage {
    width: 125px;
    margin-top: 16px;
    margin-left: 127px;
    margin-bottom: 5px;
}

.form-group {
    display:flex;
    margin-left:-9px;
}

span.user-icon, span.lock-icon, span.Email-icon {
    display: inline-block;
    background-color: #57676A;
    width: 65px;
    height: 40px;
    text-align: center;
    /* color: white; */
    /* padding-top: 2px; */
}

span.user-icon {
    background-image:url('../Images/USERLOGO.png');
    background-size:20px;
    background-position:center;
    background-repeat:no-repeat;
}

span.lock-icon {
    background-image: url('../Images/LOCK.png');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

span.Email-icon {
    background-image: url('../Images/EMAIL.png');
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
    /*#login .flipLink {
    right: 15px;
    height: 65px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 333px;
    width: 75px;
    background-color:white;
    height: 75px;
}*/
#login .flipLink, #recover .flipLink {
    /* height: 65px; */
    /* width: 75px; */
    float: left;
    margin-top: 14px;
    display: block;
    cursor: pointer;
    color: #ffffff;
}

/*#recover .flipLink {
    left: 45px height: 65px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 333px;
    width: 70px;
    height: 80px;
    float: left;
    right: 235px;
    background-color: white;
}*/

/*#recover .flipLink{
    left: 45px;
    height: 65px;
    overflow: hidden;
    width: 70px;
    float: right;
}*/

/*#txtEmail {
    font: 15px 'Segoe UI',Arial,sans-serif;
    border: none;
    background: none;
    height: 36px;
    left: 80px;
    position: absolute;
    top: 250px;
    right: 45px;
    width: 225px;
    text-indent: 8px;
    color: #999 !important;
    outline: none;
}*/

#txtEmail {
    /*font: 15px 'Segoe UI',Arial,sans-serif;*/
    border: none;
    background: white;
    height: 40px;
    /* left: 80px; */
    /* position: absolute; */
    /* top: 250px; */
    /* right: 45px; */
    /*width: 327px;*/
    /*text-indent: 8px;*/
    color: #999 !important;
    outline: none;
}

.content-text {
    text-align: left;
    margin-bottom: 20px;
    color: #ffffff;
}

/* Background Image */
#triquiback {
    left: 0;
    bottom: 0;
    position: fixed;
    overflow: hidden;
    z-index: -9993;
}

#triquibackimg {
    position: relative;
}

#imgcontrols1 {
    margin-top: -55%;
}
/*#login {
background: url('/images/login_form.png') no-repeat;
z-index: 100;
height: 395px;
 
width: 500px;
float: right;
margin-top: 20px;
z-index: 100;
height: 395px;
width: 500px;
right: -120px;
width: 350px;
right: 40px;
position: absolute;
float: right;
top: 2;
margin-top: 80px;
}*/

.right-block {
    background-color: #2E2E38;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#login {
    /* background: url(/images/login_form.png) no-repeat; */
    /* width: 300px; */
    /* right: 40px; */
    /* position: absolute; */
    /* float: right; */
    top: 2;
    /* margin-top: 80px; */
    padding: 30px 50px;
    height: 100vh;
}

.login-fields, .recover-fields {
    padding: 65px 15px 0;
    text-align: center;
}

/*.recover-fields {
    margin-top: 136px;
}*/

.login-fields img, .recover-fields img {
    margin-bottom: 40px;
}

.login-box, .recover-box {
    padding: 15px 15px;
    margin-top: 10px;
    text-align: end;
    /*background-color: #fadd46;*/
}

/*.recover-box {
    margin-top:35px;
}*/

#recover {
    /* background-color: darkgrey; */
    /* z-index: 100; */
    /* width: 300px; */
    /* right: 40px; */
    /* position: absolute; */
    /* float: right; */
    /*top: 2;*/
    /* margin-top: 80px; */
    padding: 30px 50px;
    height: 100vh;
}



input[type=submit] {
    /*position: absolute;
    top: 345px;*/
    /*left: 229px;*/
    /*width: 99px;*/
    /*right: 190px;*/
    padding:8px 14px;
    height: 40px;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0 1px 1px #888;
    border: none;
    color: #2E2E38;
    font-size:14px;
    background-color: #FFE600;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color:#fff;
    border:none;
    height:40px;
    border-radius: .375rem;
}

input:-internal-autofill-selected {
    background-color:none;
}

input [type=text] {
    font-size: 14px;
    border: none !important;
    background-color: #ffffff !important;
    height: 40px;
    border-radius: .375rem; 
    /* left: 80px; */
    /*position: absolute;
    top: 218px;*/
    /*right: 190px;
width: 234px;*/
    /*margin-bottom: 20px;*/
    /*right: 45px;*/
    /*width: 327px;*/
    /*text-indent: 8px;*/
    color: #999 !important;
    outline: none;
    /*margin-left: 1%;*/
}

.form-control {
    border: 0px;
}

/*input[type=password] {
font: 15px 'Segoe UI',Arial,sans-serif;
border: none;
background: none;
height: 36px;
 
position: absolute;
top: 275px;
 
right:45px;
width:225px;
text-indent: 8px;
color: #999 !important;
outline: none;
}*/
input[type=password] {
    font: 14px 'Segoe UI',Arial,sans-serif;
    border: none;
    background-color: #ffffff;
    height: 40px;
    /*position: absolute;
    top: 273px;
    right: 44px;*/
    border-radius: .375rem;
    /*width: 327px;*/
    /*text-indent: 8px;*/
    color: #999 !important;
    outline: none;
    /*margin-left: 1%;*/
}
/* Login Page */
.loginWrapper {
    float: left;
    width: 100%;
    min-width: 990px;
    overflow: hidden;
}

    .loginWrapper .loginHeader {
        float: left;
        width: inherit;
        /*background: url(/Images/headerbg.jpg) repeat-x 0 0;*/
        height: 86px;
        position: relative;
        z-index: 99;
        background: rgb(255 255 255 / 55%);
    }


        .loginWrapper .loginHeader h1 {
            color: White;
            text-indent: -9999px;
            width: 231px;
            height: 84px;
            float: left;
            margin: 26px 0 0 20px;
        }

            .loginWrapper .loginHeader h1 a {
                width: 211px;
                height: 83px;
                display: block;
            }

        .loginWrapper .loginHeader .info {
            float: right;
            color: #434343;
            text-align: right;
            margin: 12px 20px 0 0;
            line-height: 22px;
            font-size: 17px;
            font-style: italic;
        }

            .loginWrapper .loginHeader .info span, .loginWrapper .loginHeader .info span a {
                color: #f9df02;
                text-decoration: none;
                font-size: 22px;
                text-shadow: 1px 0 1px #666;
            }

            .loginWrapper .loginHeader .info img {
                height: 60px;
            }

.EYlogo {
    float: left;
    width: 20%;
    margin-left: -40px;
}

.loginWrapper .midContent {
    float: left;
    width: 100%; /*background:url(images/login-image.jpg) no-repeat center center;*/
    height: 468px;
    position: relative;
}

    .loginWrapper .midContent .text {
        position: absolute;
        width: 394px;
        height: 84px;
        top: 345px;
        right: 7%;
    }

    .loginWrapper .midContent .loginBox {
        float: right;
        width: 350px;
        border: 1px solid #cccccc;
        border-bottom: none;
        border-top: none;
        height: 355px;
        background: #f8f8f8;
        margin: 90px 10% 0 34%;
        -moz-box-shadow: 0px 0px 8px #666;
        -webkit-box-shadow: 0px 0px 8px #666;
        box-shadow: 0px 0px 8px #666;
    }

        .loginWrapper .midContent .loginBox h3 {
            padding: 30px 0 15px 15px;
            color: #185532;
            font-size: 18px;
            border-bottom: 1px solid #ddd;
            font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
            margin-bottom: 30px;
            text-align: center;
        }

        .loginWrapper .midContent .loginBox label {
            font-family: "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
            font-size: 15px;
            color: #333333;
            display: block;
            margin: 0px 0px 0px 22px;
            float: left;
        }

        .loginWrapper .midContent .loginBox input[type="text"],
        .loginWrapper .midContent .loginBox input[type="password"] {
            border: solid 1px #E5E5E5;
            background: #FFFFFF;
            margin: 5px 0 0px 20px;
            padding: 8px 8px 9px;
            display: block;
            font-size: 16px;
            width: 70%; /*background:url(/Images/input-bg.jpg) repeat-x 0 0;*/
        }

            .loginWrapper .midContent .loginBox input[type="text"]:focus,
            .loginWrapper .midContent .loginBox input[type="password"]:focus {
                background: #feffef;
                outline: none;
            }

        .loginWrapper .midContent .loginBox span.error {
            visibility: hidden;
            color: red;
            font-size: 11px;
            font-style: italic;
            display: block;
            margin: 4px 30px;
        }

        .loginWrapper .midContent .loginBox input[type="submit"] {
            background: #e3e3e3;
            border: 1px solid #ccc;
            color: #333;
            font-size: 14px;
            font-weight: bold;
            padding: 8px 0 9px;
            text-align: center;
            width: 150px;
            cursor: pointer;
            float: right;
            margin: 15px 20px 10px 10px;
            text-shadow: 0px 1px 0px #fff;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            -moz-box-shadow: 0px 0px 2px #fff inset;
            -webkit-box-shadow: 0px 0px 2px #fff inset;
            box-shadow: 0px 0px 2px #fff inset;
        }


            .loginWrapper .midContent .loginBox input[type="submit"]:hover {
                background: #d9d9d9;
                -moz-box-shadow: 0px 0px 2px #eaeaea inset;
                -webkit-box-shadow: 0px 0px 2px #eaeaea inset;
                box-shadow: 0px 0px 2px #eaeaea inset;
                color: #222;
            }

        .loginWrapper .midContent .loginBox .remember {
            float: right;
            text-align: right;
            margin-right: 20px;
        }

            .loginWrapper .midContent .loginBox .remember a {
                text-decoration: none;
                color: #185532;
            }

        .loginWrapper .midContent .loginBox .cant {
            float: left;
            width: 86%;
            padding: 12px 0;
            border: 1px solid #95c2a8;
            background: #65997b;
            text-align: center;
            font-size: 12px;
            margin: 10px 0 0 20px;
        }

            .loginWrapper .midContent .loginBox .cant a {
                color: #ffffff;
                text-decoration: none;
            }

.loginWrapper .footer {
    width: 100%;
    background: url(/Images/footer.png) repeat-x 0 0;
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    height: 40px;
}

    .loginWrapper .footer .copyright {
        color: #fff;
        float: left;
        margin: 12px 0 0 20px;
    }

        .loginWrapper .footer .copyright span {
            color: #fff;
            font-style: italic;
        }

.topLogo {
    float: left;
    text-align: center;
    width: 100%;
    margin: 10px 0 0 0;
}

/* Internal Page */





.panel {
    position: absolute;
    right: 104px;
    top: 100px;
    display: none;
    background: #000000;
    border: 1px solid #111111;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    width: 150px;
    height: 0px;
    padding: 26px 130px 30px 30px;
    filter: alpha(opacity=85);
    opacity: .85;
    color: #fff;
    z-index: 9999 font-family: 'Lato', Calibri, Arial, sans-serif;
}

    .panel p {
        margin: 0 0 15px 0;
        padding: 0;
        color: #cccccc;
    }

    .panel a, .panel a:visited {
        margin: 0;
        padding: 0;
        color: #9FC54E;
        text-decoration: none;
        border-bottom: 1px solid #9FC54E;
    }

        .panel a:hover, .panel a:visited:hover {
            margin: 0;
            padding: 0;
            color: #ffffff;
            text-decoration: none;
            border-bottom: 1px solid #ffffff;
        }

a.trigger {
    position: absolute;
    text-decoration: none;
    top: 100px;
    right: 0;
    font-size: 16px;
    letter-spacing: -1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #fff;
    padding: 20px 15px 20px 40px;
    font-weight: 700;
    background: #333333 url(/_layouts/EY.ComplianceMgr.Login/Styles/Images/plus.png) 15% 55% no-repeat;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: block;
    z-index: 9999;
}

    a.trigger:hover {
        background: #222222 url(/_layouts/EY.ComplianceMgr.Login/Styles/Images/plus.png) 15% 55% no-repeat;
    }

a.active.trigger {
    background: #222222 url(/_layouts/EY.ComplianceMgr.Login/Styles/Images/minus.png) 15% 55% no-repeat;
}

/* popup */
.popUp {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.popUpcontent {
    width: 340px;
    top: 250%;
    left: 15%;
    margin: 60px auto 30px;
    height: 200px;
    background-color: #fff;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(255,255,255,0.4);
}

    .popUpcontent h1 {
        font-size: 18px;
        font-weight: bold;
        color: #bdb5aa;
        padding-top: 8px;
        border-bottom: 1px solid #EBE6E2;
        text-shadow: 0 2px 0 rgba(255,255,255,0.8);
        box-shadow: 0 1px 0 rgba(255,255,255,0.8);
        text-align: center;
    }

        .popUpcontent h1 .log-in,
        .popUpcontent h1 .sign-up {
            display: inline-block;
            text-transform: uppercase;
        }

        .popUpcontent h1 .log-in {
            color: #6c6763;
            padding-right: 2px;
        }

        .popUpcontent h1 .sign-up {
            color: #ffb347;
            padding-left: 2px;
        }

    .popUpcontent p {
        padding: 10px;
        margin-top: -5px;
    }

    .popUpcontent label {
        display: block;
        padding: 0 0 5px 2px;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 400;
        text-shadow: 0 1px 0 rgba(255,255,255,0.8);
        font-size: 11px;
    }

        .popUpcontent label i {
            margin-right: 5px; /* Gap between icon and text */
            display: inline-block;
            width: 10px;
        }

    .popUpcontent input[type=text],
    .popUpcontent input[type=password] {
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
        display: block;
        width: 90%;
        padding: 5px;
        margin-bottom: 5px;
        border: 3px solid #ebe6e2;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .popUpcontent input[type=text]:hover,
        .popUpcontent input[type=password]:hover {
            border-color: #CCC;
        }

    .popUpcontent label:hover ~ input {
        border-color: #CCC;
    }

    .popUpcontent input[type=text]:focus,
    .popUpcontent input[type=password]:focus {
        border-color: #BBB;
        outline: none; /* Remove Chrome's outline */
    }

    .popUpcontent input[type=submit],
    .popUpcontent .log-twitter {
        /* Size and position */
        width: 49%;
        height: 38px;
        float: left;
        position: relative;
        /* Styles */
        box-shadow: inset 0 1px rgba(255,255,255,0.3);
        border-radius: 3px;
        cursor: pointer;
        /* Font styles */
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 14px;
        line-height: 38px; /* Same as height */
        text-align: center;
        font-weight: bold;
    }

    .popUpcontent input[type=submit] {
    }

    .popUpcontent .log-twitter {
        margin-left: 1%;
        background: #fbd568; /* Fallback */
        background: -moz-linear-gradient(#fbd568, #ffb347);
        background: -ms-linear-gradient(#fbd568, #ffb347);
        background: -o-linear-gradient(#fbd568, #ffb347);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
        background: -webkit-linear-gradient(#fbd568, #ffb347);
        background: linear-gradient(#fbd568, #ffb347);
        border: 1px solid #f4ab4c;
        color: #996319;
        text-shadow: 0 1px rgba(255,255,255,0.3);
        width: 120px;
    }

        .popUpcontent input[type=submit]:hover,
        .popUpcontent .log-twitter:hover {
            box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 20px 40px rgba(255,255,255,0.15);
        }

        .popUpcontent input[type=submit]:active,
        .popUpcontent .log-twitter:active {
            top: 1px;
        }

.close {
    float: left;
    padding-left: 843px;
    margin-top: 34px;
}

.compliancelogo img {
    margin-left: 111px;
    margin-top: 15px;
}

#lblError {
    color: red;
    left: 59px;
    position: absolute;
    top: 144px;
}

.requiredfield {
    color: red;
    left: 59px;
    position: absolute;
    top: 186px;
}

input[type="password"]:disabled {
    background: #9B9B9B;
    color: #9B9B9B !important;
}

.hero-img {
    height: 100vh;
    width: 100%;
    background: url('../Images/Leftside-Frame1.png');
    background-position: center;
    background-size: cover;
}

/* New css */

.footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.footer-content {
    color: #7F7F91;
    font-size: 12px;
}

.copyright-text {
    font-family:EYINTERSTATE;
    font-weight:100;
}