﻿
body, .body, body.body {
   /* color: #78909C;*/
    /* IBISWorld/Desktop/Body */
    font-family: 'Pangea Text' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.container {
    background-color: #fff;
    max-width: 1440px;
    padding: 0 23px;
    width: 100%;
    height: 1024px;
}

.pace {
    top: 0;
}

    .pace .pace-progress {
        top: 0;
    }

.page-header {
    text-align: center;
    margin: 24px;
}

    .page-header .logo {
        width: 149px;
        margin-bottom: 30px;
    }


.line-text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #D8DDEA;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .line-text span {
        background: #fff;
        padding: 0 10px;
    }

.form-control-input.password {
    padding-right: 43px;
}

.icon.pwd-visible {
    cursor: pointer;
}

/*  Trial Login page styling  */


.icon.trial-pwd-visible {
    position: absolute;
    right: 18px;
    top: 40px;
    cursor: pointer;
}

.trial-label {
   font-family: 'Pangea Text' !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}


.trial-header {
    text-align: center;
}

.trial-sub-header {
    width: auto;
    height: 20px;
   font-family: 'Pangea Text' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
    mix-blend-mode: normal;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin-top: 24px;
    margin-bottom: 24px;
}

.trial-page-footer {
    padding-top: 150px;
}


.trial-login-page-footer {
    padding-top: 30px;
}


.trial-password-structure {
    width: auto;
    height: 20px;
   font-family: 'Pangea Text' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #333333;
    mix-blend-mode: normal;
    flex: none;
    flex-grow: 0;
    margin-top: 24px;
    margin-bottom: 35px;
}


/*  Trial Welcome page styling  */

.trial-welcome-sub-header {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 24px;
}



.trial-welcome-page {
    width: auto;
}

.trial-welcome-main-header {
    width: auto;
   font-family: 'Pangea Text' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.5px;
    color: #0C1C31;
    padding-bottom: 24px;
}

.trial-welcome-header {
    width: auto;
    /*height: 92px;*/
    font-family: 'Pangea Text' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #0C1C31;
    mix-blend-mode: normal;
    align-self: stretch;
    padding-bottom: 5px;
}

.trial-welcome-row {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;
    margin-top: 50px;*/
}

.line-text.trial-line-text {
    padding-top: 22px;
    margin-top: 22px;
}

.panel.panel-default.trial {
    width: fit-content;
    display: flex;
}

.panel.panel-default,
.panel.panel-default.trial {
    padding: 35px;
}

.main-content-image {
    background: url(../../images/bg-login.svg) no-repeat right;
    width: auto;
    height: 100vh;
}


.panellogo {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    padding: 35px;
    gap: 8px;
    position: relative;
    width: 95%;
    height: fit-content;
    left: 1.25rem;
    top: 35%;
    background: linear-gradient(0deg, #FFFFFF -0.06%, #FFFFFF 15.5%, #FFFFFF 67%, rgba(255, 255, 255, 0.85) 100%);
    border-radius: 24px;
}

h1 {
    text-align: center;
}

.logo-banks {
    padding: 5px;
    padding-right: 20px;
    text-align: center;
}


.col-sm-4:last-child {
    padding-top: 10px;
}

.labelMessage {
   /* font-family: 'Pangea Text';*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */

    display: flex;
    align-items: center;
    text-align: center;
    /* 90% Black */

    color: #333333;
    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}


.container {
    display: flex;
    flex-flow: row wrap;
}


    .container .logoContainer {
        margin: 0;
        padding: 0;
        width: 55%;
        height: 100vh;
    }

    .container .itemsContainer {
        margin: 0;
        padding: 0;
        width: 45%;
        height: 1024px;
    }

div#defaultLoginSection {
    padding: 45px;
}

/*div#trialLoginSection {
    padding: 45px;
}*/
.pwdiconlink {
    color: #607D8B;
}