﻿.loginLeftPanel {
    width: 100%;
    height: 100vh;
    background: #222222;
}

.loginLeftPanelContent {
    padding: 15% 10% 0 10%;
}

.loginLeftPanelLogo {
    display: flex;
    justify-content: center;
}

.loginLeftPanelContent .midSection {
    background: white;
    height: 90px;
    border-radius: 10px !important;
    margin: 50px 0px;
}

.leftPanelText {
    color: white;
}

    .leftPanelText h4 {
        font-weight: 800;
    }

        .leftPanelText h4 span {
            color: #eb41a9;
        }

    .leftPanelText p span {
        font-weight: 800;
    }

.questions {
    margin-top: 50px;
}

.leftPanelText p a {
    color: #eb41a9 !important;
    text-decoration: underline !important;
}

.midSection .midSectionContent {
    display: flex;
    padding: 18px 50px;
    justify-content: space-around;
}

    .midSection .midSectionContent .leftDiv img {
        height: 55px;
    }

    .midSection .midSectionContent .middleDiv {
        display: flex;
        align-items: center;
    }

        .midSection .midSectionContent .middleDiv .triandleRight {
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-left: 13px solid #eb41a9;
            border-bottom: 10px solid transparent;
            margin-left: 10px;
        }

    .midSection .midSectionContent .rightDiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .midSection .midSectionContent .rightDiv span:first-child {
            font-weight: 900;
        }

        .midSection .midSectionContent .rightDiv span:last-child {
            font-weight: 900;
            color: #7b004c;
        }
