﻿:root {
    --petronas-green: #00AE9D;
    --primary-grey: #2E485C;
    --grey-grey-80: #586D7D;
}

.leftPanel {
    background: linear-gradient(342deg, #00AE9D 5.54%, #1A78B5 108.65%);
}

.cads-logo {
    /*background-image: url('../image/Petronas_Logo1.svg');*/
/*    width: 164px;
    height: 129.6px;*/
}

.btn-blue {
    background: var(--petronas-green, #00AE9D);
    border-radius: 4px;
    border: none;
}


    .btn-blue:hover {
        background: #11645c !important;
        border: none;
        border-radius: 4px;
    }


.welcomeText {
    color: var(--primary-grey, #2E485C);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    width: 100%;
}

.page-title {
    color: var(--primary-grey, #2E485C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 40px */
    letter-spacing: -0.48px;
    text-align: left;
}

.subtitle {
    color: var(--grey-grey-80, #586D7D);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Body 2 */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 32px;
}

.other-links a {
    color: var(--petronas-green);
}

.bottomLogo {
    background-image: url('/image/petronas/366c3407efd94ab650bcc5d8cf0e042b.png');
    background-size:cover;
    background-position:top;
    width: 445px;
    height:calc( 445px/2);
    position: absolute;
    bottom: -40px;
    z-index:-1;
}
