﻿/*.login {
    background-image: url(../../Content/Images/landing-background.jpg);
    width: 100%;
    height: 100%;
    position:fixed;
    top: 0px;
    left: 0;
    background-size: auto;
    background-repeat: no-repeat;
}
*/

.login {
    background: url('../../Content/Images/landing-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.newbg {
    background: url('../../Content/Images/loginbg/landing-background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.inviteLogin-bg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
}

.login-info-title {
    font-family: Titillium Web,sans-serif;
    font-size: 4.5rem;
    font-weight: 900;
    position: relative;
    top: -10px;
    letter-spacing: 0px;
}

.tab-switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

    .tab-switch .tab-switch-button:first-child {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .tab-switch .tab-switch-button:last-child {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

.tab-switch-button {
    width: 180px;
    height: 54px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

    .tab-switch-button.active {
        color: #3e3f5e;
        background-color: #fff;
        cursor: auto;
    }

    .tab-switch-button:hover {
        color: #3e3f5e;
        background-color: #fff;
        cursor: auto;
    }

.button {
    width: 100%;
    background-color: #615dfa !important;
    box-shadow: 4px 7px 12px 0 rgb(97 93 250 / 20%);
    color: #fff !important;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    height: 54px;
    line-height: 54px;
}

text-white {
    color: white !important;
}

@media (max-width: 514px) {
    .login {
        background-size: cover;
    }
}

.bg-image {
    / The image used / background-image: url("../../Content/Images/landing-background.jpg");
    min-height: 380px;
    / Center and scale the image nicely / background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.visiblity {
    display: none !important;
}

.image-position {
    margin: -120px !important;
}


@media (max-width: 991px) {
    .info-text {
        display:none;
    }

    .logincard-info {
      
        margin: 0px 23% !important;
     
    }

}

.logo-img-height {
    width: 41px !important;
    height:auto;
}

.logincard-info {
    align-items: center;
    background-color: hsla( 0, 0%, 0%, 0.7) !important;
    margin: 0px 7%;
    padding: 84px 0px;
    border-radius: 0px 0px 20px 20px !important;
}