.footer-logo {
    width: 5rem;
}

.footer-font-size {
    font-size: 12px;
}

.footer-link {
    text-decoration: none;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

#content-wrap {
    flex: 1 0 auto;
}

#footer {
    flex-shrink: 0;
}

.cardWrapper {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
    margin:auto;
    height: 100% !important;
}

.loginContainer {
    height: 100% !important;
}

.cardLeft {
    text-align: center;
}

.cardRight {
    margin: 0px 40px;
    max-width: 500px;
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.google {
    background-color: #de4a36;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    display:inline-block;
}

.microsoft {
    background-color: #545454;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    display:inline-block;
}

.line {
    height: 1px;
    width: 40%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 20%;
    font-weight: bold
}

.logo{
    max-width:400px !important;
}

.smalllogo {
    max-width: 30% !important;
}


@media screen and (max-width: 550px) {


    .loginContainer {
        padding-top: 1rem !important;
        
    }
}

@media screen and (max-width: 991px) {

    .rightsideholder{
        margin-top:0px !important;
        margin-bottom:0px !important;
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 0px !important;
        margin: 0px 15px;
        padding-top:1rem !important;
    }

    .card1 {
        margin-top:0px !important;
    }

    .smallBranding {
        display:block !important;
    }

    .smallMessage {
        display: contents !important;
    }

    .largeBranding {
        display: none;
    }
}

@media screen and (min-width: 1400px) {

    .card0 {
        max-width: 70vw !important;
    }

}