/* 1st Login page css*/

.login-container-main {
    width: 100%;
    min-height: 100vh;
    background-image: url(/image/login-backgroud.png);
}

.login-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    top: 50%;
    background-image: url('/image/login-backgroud.png');

}

.login-page-logo {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.brand-logo {
    float: left;
    width: auto;
    max-width: 100px;
    height: 40px;
    margin: 10px;
}

/* .google-signin-btn .btn {
    padding: 5px;
}

.google-signin-btn img {
    width: 18px;
    height: auto;
    margin-left: 5px;
} */

.google-signin-btn a {
    /* text-align: right; */
}

.google-signin-btn img {
    width: 210px;
    height: 50px;
}

.google-sign-in-disabled {
    pointer-events: none !important;
}

.main-login-content {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px;
    background: #fff;
    width: 85%;
    position: relative;
    padding: 0px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, .15);
    height: 500px;
    background-image: url("/image/new-login-card-bg.png");
    background-size: cover;
    background-position: center;
    /* height: 100%; */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.login-content {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px;
    background: #fff;
    width: 90%;
    max-width: 350px;
    width: inherit;
    position: relative;
    padding: 0px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15);

}

.login-header {
    margin: 0;
    /* border-bottom: 1px solid var(--border-color) !important; */
}

.login-body {
    padding: 20px 40px 0px 20px;
    width: 100%;
}

/* Floating label css  */
.floating-label-div>.floating-label-input {
    padding: .375rem .75rem !important;
}

.floating-label-div>.floating-label-input,
.floating-label-div>.floating-label {
    padding: 6px 20px;
    margin-top: 0.5em;
}

.floating-label-input:focus {
    box-shadow: none !important;
}

.floating-label-div>.floating-label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #919192;
}

.floating-label-div>.floating-label-input:focus~.floating-label,
.floating-label-div>.floating-label-input:read-only~.floating-label,
.floating-label-div>.floating-label-input:valid~.floating-label {
    color: #3a5199;
    font-size: 0.8em;
    width: auto;
    height: 1.3em;
    padding: 0px 0.5em 0px 0.5em;
    margin: 0px;
    background: white;
    transition: 0.2s ease-in-out;
    top: 0em;
    left: 2em;
}

.floating-label-div>.floating-label-input:-webkit-autofill~.floating-label {
    color: #3a5199;
    font-size: 0.8em;
    width: auto;
    height: 1.3em;
    padding: 0px 0.5em 0px 0.5em;
    margin: 0px;
    background: white;
    transition: 0.2s ease-in-out;
    top: 0em;
    left: 2em;
}

.floating-label-input:-webkit-autofill,
.floating-label-input:-webkit-autofill:hover,
.floating-label-input:-webkit-autofill:focus,
.floating-label-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.remember-me label {
    padding: 2px;
}

.forget-pwd {
    font-weight: 600;
}

.login-btn {
    padding: 0px !important;
    width: 200px !important;
    height: 35px !important;
}

.login-btn,
.login-btn-iprestrict {
    background: var(--crm-theme-color);
    border: none;
    color: white;
    padding: 5px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, .2);
    border-radius: .2rem;
    margin: 6px 0;
    font-weight: 600;
}

.login-btn:hover {
    background-color: #304586;
}

.login-btn:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.pwd-info {
    font-weight: 700;
    letter-spacing: 0.4px;
    color: var(--mid-gray);
}

/* 1st css end*/

/* 2nd Browser-detector css */



.old-browser-alert {
    display: flex;
    /* align-items: center; */
    background: var(--bg-white);
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
}

.browser-links a {
    display: block;
    height: 120px;
    width: 135px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-align: center;
}

.browser-links img {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
}

.copyright-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e6e5e5;
}

@media (max-width: 768px) {
    .detector-reason {
        border: none !important;
    }
}

@media (min-width: 1180px) {
    /* .crm-version{
    margin-top: 60px !important;
   } */
}

@media (max-width: 300px) {
    .login-section {
        /* box-shadow: 19px 4px 13px -11px rgba(0, 0, 0, 0.5); */
        padding: 0px !important;
    }
}

@media (max-width: 767px) {
    .login-card-section {
        display: none;
    }
}

@media (min-width: 478px)and (max-width: 1025px) {
    .slider-feature-card {
        max-width: 285px !important;
        height: 430px !important;
        max-height: 430px !important;
    }

    .carousel-control-next {
        left: 270px !important;
    }

    .carousel-item {
        width: 90% !important;
    }

    .carousel {
        margin-left: 80px !important;
    }

    .card-desc-section {}
}

@media (min-width: 880px)and (max-width: 1025px) {

    .carousel-control-next {
        left: 290px !important;
    }
}

@media (min-width: 478px)and (max-width: 668px) {
    .login-body {
        padding: 10px 60px 0px 60px;
    }

    .forgot-password-section {
        text-align: left !important;
        margin-top: 15px;
    }
}

@media (max-width: 478px) {
    .forgot-password-section {
        text-align: left !important;
        margin-top: 5px;
    }

    .login-body {
        padding: 10px 10px 0px 10px;
    }
}

@media (min-width: 780)and (max-width: 880px) {

    .carousel-control-next {
        left: 270px !important;
    }
}

/* 2nd Browser-detector css end */

.pwd-show-hide {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 16px !important;
    cursor: pointer !important;
    color: var(--crm-theme-color) !important;
}

.login-section {
    /* box-shadow: 19px 4px 13px -11px rgba(0, 0, 0, 0.5); */
    padding: 20px;
}



.slider-feature-card {
    background: #fff;
    max-width: 360px;
    margin: 10px -50px;
    margin-bottom: 0px;
    border-radius: 6px;
    text-align: center;
    -webkit-box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
    max-height: 440px;
    height: 400px;
    border: 2px solid #FFF;
}

.slider-feature-card img {
    height: 80%;
    width: 60%;
    border-radius: 4px;
}

.slider-feature-card h3,
.slider-feature-card p {
    margin-bottom: 30px;
}

.carousel-indicators {
    bottom: -30px;
    right: 0px !important;
}

.carousel-indicators li {
    cursor: pointer;
}

.carousel-item {
    padding: 30px 60px !important;
    width: 90% !important;
}

.carousel {
    width: 400px !important;
    margin-left: 100px;
}

.sso-login-btn {
    background-color: #FFF;
    color: var(--secondary);
    border: 1px solid #ddd;
    border-radius: 3px;
    font-weight: 600;
    padding: 6px 4px 6px 4px;
    width: 210px;
    height: 35px;
    margin-top: 3px;
    text-decoration: none;
    box-shadow: 0px 2px 2px 0px rgba(58, 59, 69, .15);
}

.sso-login-btn:hover {
    color: #FFF;
    background: var(--secondary);
    text-decoration: none;
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    left: 370px;
}

#sso-login-btn::after {
    content: 'Sign in with SSO';
}

.card-image-section {
    height: 220px;
}

.card-title-section {
    font-size: 16px !important;
    padding: 0px 15px 0px 15px !important
}

.card-desc-section {
    margin: 3px;
    width: 370px !important;
}

.crm-version {
    margin-top: 55px;
}