﻿

:root {
    --CMPurple: #3D2A74;
    --CMGrey: #818181;
    --primary: #3D2A74;
    --secondary: #983694;
    --hyperlink: #983694;
    --secondaryFooter: #983694;
    --hideElement: block;
}



.bannerImgContainer {
    border-right: solid 0px #F3F6F4;
}






.bannerImg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: auto;
}

.CustomBranding {
    padding: 8px 24px;
    margin-bottom: 15px;
}

.centered-input-wrapper {
    max-width: 420px;
    margin: auto;
}

.login-btn-row {
    padding-bottom: 20px;
}

.contentPlaceholderContainer {
    margin: auto;
    padding: 30px;
    border: solid 1px #F3F6F4;
    border-radius: 10px;
    /*    padding: 40px;*/
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}


.centerContentVertically {
    margin: auto;
}



.loginContainer {
    min-height: 650px;
}

.registrationSpalshContainer {
    min-height: 300px;
}

.controlsContainer {
    margin-bottom: 30px;
}

.page-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*    width: 100vw;*/
    z-index: 99999;
    color: #FFFFFF;
    text-align: center;
    height: 60px;
}

.page-footer-content {
    padding: 10px;
    padding-top: 20px;
    margin-right: 40px;
    margin-left: 40px;
}

    .page-footer-content > a {
        color: white;
        text-decoration: underline;
    }

.tokenDigitInput {
    padding: 0px !important;
}

.lblError {
    color: #ff3333 !important;
}

.custom-border-left {
    border-left: 0px solid #F3F6F4;
    padding: 40px;
}

.footer-text-left {
    text-align: left;
}

.footer-text-right {
    text-align: right;
}

.loginContainer .row:before {
    display: none !important;
}

.loginContainer .row:after {
    display: none !important;
}

*/


@media screen and (min-width: 992px) {
}

@media screen and (max-width: 375px) {
    .row.footer.page-footer > .page-footer-content {
        padding-top: 10px;
    }

    .row.footer.page-footer > .footer-text-left,
    .row.footer.page-footer > .footer-text-right {
        text-align: center;
    }
}






.inputImg {
    cursor: pointer;
}

    .inputImg:hover {
        background: rgba(58, 133, 191, 1);
    }



.bannerRowHeight {
    height: calc(100vh - 60px) !important;
    border: solid 0px red;
}

.rowMargin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btnSkills4All {
    background-color: goldenrod;
}

.loginBtn {
    background-color: #6ebe4a;
    border: 1px solid #6ebe4a;
    color: #0d274d;
}

    .loginBtn > i {
        padding: 5px;
    }

.btn-primary {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 15px;
    border-radius: 40px;
    transition: all 0.3s ease 0s;
}

    .btn-primary:hover {
        color: #FFF;
        background: rgba(58, 133, 191, 1);
        border: 2px solid rgba(58, 133, 191, 0.75);
    }

.invalid {
    border: solid 3px red;
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.3s;
    /* When the animation is finished, start again */
    animation-iteration-count: 1;
}

.passwordRestConfirmBanner {
    padding: 15px;
    font-size: x-large;
    border-radius: 5px;
}





.valid {
    border: solid 3px green;
}

.password-verdict {
    color: black;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(10px);
    }

    60% {
        transform: translateX(-10px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}


.footerText {
    margin: auto;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #bannerContainer {
        /*background-color: purple;*/
        max-height: 50%;
        min-height: 200px;
    }

    .bannerImg {
        height: 200px;
    }

    .btnNetacad, .btnSkills4All {
        font-size: 14px !important;
    }

    .btnNetacad {
        max-width: 275px;
    }

    .loginContainer {
        min-height: 700px;
    }

    .footerText {
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #bannerContainer {
        /*   background-color: green;*/
        max-height: 50%;
        min-height: 200px;
    }

    /*  .bannerImg {
        max-height: 200px;
    }*/


    .loginContainer {
        min-height: 700px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #bannerContainer {
        /*        background-color: orange;*/
        max-height: 50%;
        min-height: 200px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #bannerContainer {
        /* background-color: purple;*/
        max-height: 100%;
    }

    .controlContainer {
        width: 95%;
        border: solid 0px blue;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-bottom: 10px;
    }

        .controlContainer .row:before {
            display: none !important;
        }

        .controlContainer .row:after {
            display: none !important;
        }
}

#CMLogoM{
    
}

.CMBackground {
    background-image: url(/Images/CM_Logo_Background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
}

.card {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    max-width: 600px;
}

#footer {
    text-align: center;
    /*height: 32px;*/
    line-height: 16px;
    clear: both;
    display: block;
    padding: 5px 0px 0px 0px;
    color: var(--secondaryFooter);
    width: 976px;
    font-size: 11px;
    width: 100%;
}

    #footer a {
        color: var(--hyperlink);
        text-decoration: none;
        font-size: 11px;
        margin-bottom:10px;
    }

        #footer a:hover {
            color: #7166ad;
            text-decoration: underline;
        }


    #footer ul {
        list-style: none;
        margin: 0;
        padding: 10px 0px 0px 0px;
        position: relative;
        top: -7px;
    }

    #footer ul li {
        display: inline;
    }

    #footer p {
        position: relative;
        top: -8px;
    }


.pageHeading {
    color: var(--CMPurple);
    font-weight: bold;
    font-size: 35px;
}

.form-heading {
    color: var(--CMPurple);
    font-weight: bold;
}

.form-heading-soft {
    color: var(--CMPurple);
}

.btn-CM {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}   

.btn-CM:hover {
    color:white;
    text-decoration: underline;
}

.btn-CM span:hover {
    color: white;
    text-decoration: underline;
}

.btn-CM-white {
    background-color: white;
    color: var(--primary);
    border-color: var(--primary);
}

.btn-CM-white:hover {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}

.CMPurpleCheck {
    width: 50px;
    height: 50px;
}

.PasswordIconSize {
    width: 20px;
    height: 20px;
}

.resetPasswordField {
    min-width: 250px;
    width: 100%;
}

#lblLoginMessage {
    padding: 0px 0px 0px 0px !important;
    background-color: red;
    background-clip: content-box;
    color: white;
}

.error-message-red {
    background-color: red;
    background-clip: content-box;
    display: block;
    /*asp:validator forces a style:color on the validation message hence important below*/
    color: white !important;
    display: inline;
}


.loginMiniFooter {
    text-align: center;
}

.loginMiniFooter ul li {
    font-size: 11px;
    display: inline;
    text-align:center;
}

.raiseSupportRequest {
    color: var(--secondary);
}

.troubleSigningIn {
    color: var(--CMGrey);
}

.Hyperlink {
    color: var(--hyperlink);
}

.wizResetPassword a {
    color:red;
}

#centre_col_content_RE div.form-heading > label {
    color: #333;
    padding-left: 0;
}

#centre_col_content_RE div{
    font-size:14px;
}

#centre_col_content_RE div.pageHeading > div{
    font-size: 16px;
}

#centre_col_content_RE div.loginMiniFooter {
    display: none;
}

#centre_col_content_RE div>input{
    width:60%;
}

#centre_col_content_RE #LoginRow {
    width:60%;
    min-width:250px;
}

#centre_col_content_RE #LoginRow>.col {
    padding-right:0px;
}

#centre_col_content_RE div>input {
    min-width: 250px;
}


#reseller_header h1 span {
    vertical-align: bottom;
    font-weight: bold;
}

.hideNotification{
    display:none;
}

.rddlItemSelected {
    background-color: var(--primary) !important;
}

.form-control > span {
    width:auto !important;
}

.VendorLogo{
    height:100px;
}

.PartnerCardCenter {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -300px;
    width:600px;
}

.customVendorFooterText {
    margin: 0;
    padding: 10px 0px 0px 0px;
    position: relative;
    top: -7px;
}

.footerHeight {
    height: 5vh;
}

object.fillRed > *{
    fill:red;
}


.fillRed  {
    height:20px;
    fill: red;
}

.tickColor {
    color: var(--primary);
}