﻿
body {
    /*background-color: rgba(0, 46, 102, 0.68);*/
    background-color: rgba(0, 46, 102, 0.29);
}
.epass_select {
    background-color: rgb(232, 240, 254) !important;
}

.container {
    max-width: 900px;
    min-width: 800px;
    max-height: 500px;
    min-height: 500px;
    margin: 0 auto;
    padding: 20px 0;
    height: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0px;
}

.epass_loginrow {
    border-radius: 20px;
    box-shadow: 7px 7px rgba(0, 46, 102, 0.32);
    display: flex;
}

.epass_leftpanel {
    background: linear-gradient(to right, rgba(0, 46, 102, 0.78) 0%, rgba(0, 46, 102, 0.57) 100%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-left: none;
    min-height: 500px;
    padding-top: 35px;
    padding-left: 80px;
    padding-right: 80px;
}
.epass_rightpanel {
    text-align: left;
    padding-left: 95px;
    padding-top: 30px;
    background-color: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-color: rgba(0, 46, 102, 0.57);
    border-top-width: .5px;
    border-top-style: solid;
    border-right-color: rgba(0, 46, 102, 0.57);
    border-right-width: .5px;
    border-right-style: solid;
    border-bottom-color: rgba(0, 46, 102, 0.57);
    border-bottom-width: .5px;
    border-bottom-style: solid;
}

.ePASS_input-stripped {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-style: solid;
    border-bottom-width: .5px;
    color: #808080;
    min-width:  260px;
    min-height: 30px;
    font-size: 13px;
}

.epass_login-title{
    font-size: 20px;
    padding-top: 40px;
}

.epass_login-subtitle{
    font-size: 14px;
    padding-bottom: 10px;
}

#epass_sessionExpired {
    min-height: 30px;
    color: #f5290f;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 14px;
}

.epass_input-row{
    min-height: 25px;
    padding-top: 27px;
    font-size: 12px;    
}

#epass_userID_row {
    padding-top: 20px;
}

    select {
        /*-webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;*/
        /*outline: 0;*/
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom-style: solid;
        border-bottom-width: .5px;
        color: #808080;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background-color: rgba(255, 255, 255, 0.2) !important;
        max-width: 260px;
        min-width: 260px;
        width: 260px;
        border-radius: 3px;
        padding: 10px 15px;
        margin-left: 0px !important;
        margin-top: 10px;
        display: block;
        text-align: center;
        text-align-last: center;
        font-size: 12px !important;
        color: darkslategray;
        font-weight: 300;
        text-align: center !important;
    }

    select:hover {
        background-color: rgba(255, 255, 255, 0.4);
    }

    select:focus {
        background-color: white;
        width: 300px;
        color: #53e3a6;
    }

    select .companyName {
        color: darkslategray;
        font-size: 12px;
    }


.epass_login-footer{
    font-size: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(64, 63, 63, 0.60);

}

/*
    TOOL TIP
*/

.tooltip-inner {
    background-color: #618100;
    font-size: 16px;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #618100 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #618100 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #618100 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #618100 !important;
}

@media (max-width: 751px) {

    .container {
        max-width: 350px;
        min-width: 350px;
        max-height: 500px;
        min-height: 500px;
        margin: 0 auto;
        height: auto;
        text-align: center;
        padding: 0px;
    }

    .epass_loginrow {
        border-radius: 20px;
        box-shadow: none;
    }

    .epass_leftpanel{
        visibility: collapse;
        display: none;
    }

    .epass_headinginput-spacer {
        min-height: 18px;
    }

    .ePASS_input-stripped {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom-style: solid;
        border-bottom-width: .5px;
        color: #808080;
        min-width: 200px;
        max-width: 200px;
    }

    .epass_rightpanel {
        margin-left: 20px;
        margin-right: 20px;
        text-align: left;
        padding-left: 75px;
        padding-top: 10px;
        background-color: white;
        border-radius: 10px;
        border-color: rgba(0, 46, 102, 0.57);
        border-width: .5px;
        border-style: solid;
        max-height: 100%;
        box-shadow: 7px 7px rgba(0, 46, 102, 0.32);
    }

    select {
        max-width: 200px;
        min-width: 200px;
        width: 200px;
    }

}