﻿.pageContent {
    margin-bottom: 0px;
}

.leftPanel {
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    min-height: calc(100vh - 90px);
}

.middlePanel {
    width: 62%;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #EBEBEB;
    overflow-y: scroll;
    max-height: 100vh;
}

.rightPanel {
    width: 18%;
    background-color: #EBEBEB;
    padding-left: 10px;
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 10px;
    min-height: calc(100vh - 90px);
}

    .rightPanel .section-body {
        background-color: #EBEBEB;
        border: none;
        box-shadow: none;
        border-radius: 0px;
    }

#btnLogin {
    outline: none;
    width: 100%;
    height: 46px;
    font-family: Arial;
    font-size: 18px;
    color: #fff;
    background-color: #093b5e;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    cursor: pointer;
    border: none;
    transition: background-color ease .2s, box-shadow ease .2s;
}

    #btnLogin:hover {
        background-color: #184D72;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }

#btnOtpValidate {
    outline: none;
    width: 82%;
    height: 46px;
    font-family: Arial;
    font-size: 18px;
    color: #fff;
    background-color: #093b5e;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    cursor: pointer;
    border: none;
    transition: background-color ease .2s, box-shadow ease .2s;
}

    #btnOtpValidate:hover {
        background-color: #184D72;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }

#btnResendOtp {
    outline: none;
    color: #00a;
    cursor: pointer;
    border: none;
    background: none;
    width: 82%;
}

#btnSupportDesk {
    width: 266px;
    height: 46px;
    font-family: Arial;
    font-size: 18px;
    color: #fff;
    background-color: #999;
}

.input-number {
    text-align: center;
    width: 10%;
    height: 55px;
    padding: 3% 2%;
    box-sizing: border-box;
    border: 1px solid lightgrey;
    border-radius: 4px;
    box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -moz-box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -ms-box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    -o-box-shadow: 0 20px 20px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    border-radius: 5px;
    border: 1px solid #dadada;
    font-size:18px;
}

    .input-number:focus {
        outline: none;
    }

.mask-input {
    font-size: 15px;
    -webkit-text-security: disc;
    -moz-text-security: circle;
    font-family: text-security-disc;
    padding: 5px 4.3%;
    text-align: left;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.section {
    background-color: #f3f3f3;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 7px;
}

.sectionTitle {
    background-color: #e0ffff;
    padding: 1px 1em;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    font-family: arial;
}

.login-section-title {
    background-color: #FFF !important;
    text-align: center;
    color: #b9094c;
    font-size: 28px;
    font-weight: 700;
}

.section-info {
    background-color: #FFF;
    text-align: left;
    margin: 0px !important;
    display: block;
}

.section-body {
    text-align: left;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 8px;
    border: 1px solid #FFF;
    box-shadow: 0 1px 1px rgba(51, 51, 51, 0.04), 0 2px 2px rgba(51, 51, 51, 0.04), 0 4px 4px rgba(51, 51, 51, 0.04);
}

.section-body-login {
    text-align: center;
    /*margin-bottom:10px;*/
    padding: 25px 29px;
}

.section-body-image {
    /*    background: url('../PnpFiles/images/login-background.svg') no-repeat center bottom;
    width: 100%;
    background-size: cover;
    background-position: center top;*/
    float: right;
    height: auto;
}

.section-body-browsers {
    text-align: left;
    padding: 10px;
    font-size: 13px;
    font-family: Arial;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(51, 51, 51, 0.04), 0 2px 2px rgba(51, 51, 51, 0.04), 0 4px 4px rgba(51, 51, 51, 0.04);
}

    .section-body-browsers li {
        padding-bottom: 7px;
    }

.section-heading {
    background-color: #EBEBEB;
    padding: 15px 0px;
    font-size: 26px;
}

.gadget {
    padding: 10px;
    font-size: small;
}

.loginTextBox {
    padding-bottom: 15px;
}

    .loginTextBox input {
        font-family: Arial;
        font-size: 15px;
        color: #7c7c7c;
        border: solid 1px #dedede;
        width: 100%;
        height: 33px;
        padding-left: 2%;
    }

.rememberMe {
    font-family: Arial;
    font-size: 10px;
    color: #444;
    display: flex;
    justify-content: space-between;
    /*padding-top:5px;
    padding-bottom:5px;*/
}

@media screen and (max-width: 1224px) {
    .rememberMe {
        flex-direction: column; /* Stack items vertically */
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.rememberMe label {
    padding-top: -2px;
}

.forgotPassword {
    text-align: right;
    text-decoration: underline;
    color: #C51D51;
    padding-left: 8px;
}

.quickLinks {
    font-family: Arial;
    font-size: 15px;
    line-height: 16px;
    height: auto;
    color: #FFF;
    background-color: #143757;
    display: block;
    padding: 14px;
    border-radius: 4px;
    text-decoration: none;
}

    .quickLinks.hover, .quickLinks:focus, .quickLinks:hover, .quickLinks.active, .quickLinks:active {
    }

    .quickLinks svg {
        margin-right: 6px;
    }

.section-body .quickLinks {
    margin-bottom: 5px;
}

#divAgreeTerms {
    display: none;
    font-size: 12px;
    padding: 5px 0;
}

#cbxAgreeTerms {
    vertical-align: bottom;
}

.powered-by {
    font-size: 12px;
    float: right;
    height: 0;
    margin-right: 19px;
    color: white;
}

    .powered-by a {
        padding: 0px 0px 0px 2px;
        font-family: arial,verdana,helvetica,sans-serif;
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

.newsText {
    font-size: 12px;
    font-family: Arial;
    overflow-y: auto;
    margin-bottom: -50px;
}

.newsDate {
    padding: .375rem .75rem;
    background-color: rgba(244, 244, 244, 0.92);
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    color: #b9094c;
    font-weight: 700;
    font-size: 14px;
}

.newsBody {
    padding: .375rem .75rem;
}

.show_hide {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    font-size: 12px;
    font-weight: 700;
}

#lblErrorMessage {
    color: #C51D51;
}

@media screen and (max-width: 1516px) {
    .section-body-otp .input-number {
        width: 13%;
    }
}

@media screen and (max-width: 1440px) {
    .login-page .pageContent, .login-page .pageHeader, .pageContent, .pageHeader {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1365px) {
    .forgotPassword {
        display: block;
    }
}

@media screen and (max-height: 800px) {
    .middlePanel {
        max-height: 807px;
    }
}
