/*****
    SpiceJet SG updated login page design - ISS675 
*****/
@font-face {
    font-family: 'Poppins-bold';
    src: url('../fonts/poppins_bold.eot');
    src: url('../fonts/poppins_bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins_bold.woff2') format('woff2'),
        url('../fonts/poppins_bold.woff') format('woff'),
        url('../fonts/poppins_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-light';
    src: url('../fonts/poppins_light.eot');
    src: url('../fonts/poppins_light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins_light.woff2') format('woff2'),
        url('../fonts/poppins_light.woff') format('woff'),
        url('../fonts/poppins_light.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-regular';
    src: url('../fonts/poppins_regular.eot');
    src: url('../fonts/poppins_regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins_regular.woff2') format('woff2'),
        url('../fonts/poppins_regular.woff') format('woff'),
        url('../fonts/poppins_regular.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-semibold';
    src: url('../fonts/poppins_semibold.eot');
    src: url('../fonts/poppins_semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/poppins_semibold.woff2') format('woff2'),
        url('../fonts/poppins_semibold.woff') format('woff'),
        url('../fonts/poppins_semibold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.custom-navbar{
    max-width:100%;
    background: #fff;
}
.login-notification{
    display: none;
}
.navbar{
    margin-bottom: 0px;
    .container{
        margin-right: 35px;
        margin-left: 35px;
        .img-responsive{
            max-width: 80%;
        }
    }
}
.navbar-brand>img{
    padding-top: 12px;
}
.login-form-cont{
    justify-content: right;
    display: block;
    padding-top: 20px;
    .loginpage-bg {
        border-radius: 15px;
        .form-group.text-right{
            display: flex;
            justify-content: space-between;
            label{
                input.btn-default{
                    margin-right: 5px;
                }
            }
        }
    }
}

/* Hero Section Styles */
.cls-heroBanner{
    background: url('../../SG/images/Banner-Img.jpg') no-repeat -120px 0px;
    background-size: cover;
    background-position: 100% 54%;
    width: 100%;
    color: #fff;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    .hero-content{
        h1 {
            font-size: 54px;
            margin-bottom: 0px;
            letter-spacing: 2px;
            -webkit-text-stroke: 1.2px white;
            color: transparent;
            font-family: 'Poppins-bold';
        }
        h2 {
            font-size: 30px;
            margin-top: 0px;
            font-family: 'Poppins-semibold';
        }
    }
}

.hero-content {
    position: absolute;
    z-index: 2;
    left: 100px;
    top: 172px;
    max-width: 50%;
}

.cls-login-content{
    float: right;
    margin-right: 8%;
    margin-top: 40px;
    padding-bottom: 32px;
    .login-forms{
        border: 1px solid #fff;
        border-radius: 28px;
    }
    .login-form {
        width: 310px;
        background-color: rgb(255 255 255 / 34%);
        border-radius: 28px;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        .login-header {
            background-color: #DE0004;
            color: #fff;
            padding: 2px 24px;
            border-radius: 28px 28px 0px 0px;
            border-bottom: 1px solid #fff;

            h1 {
                font-size: 20px;
                margin: 6px 0px;
                font-family: 'Poppins-semibold';
            }
        }
        .login-body {
            .cls-login-body{
                padding: 10px 24px 20px;
                padding-bottom: 15px;
                input[type=submit]{
                    padding: 2px 12px;
                    font-family: 'Poppins-regular';
                    color: #D23832;
                    background: #FFCB05;
                    border:1px solid #FFCB05;
                    border-radius: 5px;
                }
                .btn-default{
                    font-family: 'Poppins-regular';
                }
                .btn-default, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default{
                    color: #D23832;
                    background: #FFCB05;
                    border-color: #FFCB05;
                }
                .form-group {
                    margin-bottom: 6px;
                    label {
                        font-family: 'Poppins-regular';
                        display: block;
                        margin-bottom: 3px;
                        font-size: 15px;
                        color: #000000;
                    }
                    input[type="text"],
                    input[type="password"] {
                        width: 100%;
                        padding: 8px 10px;
                        border: 1px solid #ddd;
                        border-radius: 5px;
                        font-size: 14px;
                    }
                    &.checkbox {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        label {
                            margin-bottom: 0;
                            margin-left: 5px;
                            padding-left: 15px;
                            font-size: 10px;
                            font-family: 'Poppins-regular';
                            input[type="checkbox"]{
                                display: block;
                                left: 18px;
                                top: -3px;
                            }
                        }
                        .forgot-password {
                            font-size: 10px;
                            color: #000000;
                            font-family: 'Poppins-regular';
                        }
                    }
                }
                .login-btn {
                    padding: 6px 18px;
                    background-color: #e12c2c;
                    color: #fff;
                    border: none;
                    border-radius: 3px;
                    font-size: 16px;
                    cursor: pointer;
                    transition: background-color 0.3s;
                    margin-top: 8px;
                    &:hover {
                        background-color: #c01e1e;
                    }
                }
            }
        }
    }
    .login-info {
        padding: 5px;
        font-size: 12px;
        color: #fff;
        p {
            font: 10px 'Poppins-light';
            a {
                color: #0084FF;
                font-family: 'Poppins-regular';
            }
            &::before {
                content:'\0030';
                font-family:'infiIcons';
                padding-right: 6px;
                font-size: 20px;
                vertical-align: -6px;               
            }
        }
    }
    .login-form .forgot-password-form {
        background: unset;
        color: unset;
        border-color: unset;
        border: 1px solid #fff;
        border-radius: 30px;
    }
}
.cls-heroBanner ~ .container{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
/* Features Section Styles */
.cls-cust-login{
    padding-top: 4%;
    p{
        text-align: center;
        color: #000;
        padding: 0px 14%;
        font: 19px / 26px 'Poppins-semibold';

    }
    .feature-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
        margin: 50px 0px;
        .feature-card {
            background-color: #f6f6f6;
            border-radius: 30px;
            padding: 20px 30px;
            padding-top: 40px;
            width: 230px;
            transition: transform 0.3s;
            text-align: center;
            .feature-icon {
                span{
                    font-size: 50px;
                    color: #e12c2c;;
                    display: inline-block;
                }
                .cls-response{
                    background: url(../images/response.png) no-repeat 15px 5px;
                    background-size: 90px;
                    width: 150px;
                    height: 100px;
                }
                .cls-automation{
                    background: url(../images/automation.png) no-repeat 23px 4px;
                    width: 100px;
                    background-size: 50px;
                    height: 100px;
                }
                .cls-dashboard{
                    background: url(../images/dashboard.png) no-repeat 35px 5px;
                    background-size: 80px;
                    width: 150px;
                    height: 100px;
                }
            }
            h3 {
                font: 18px / 24px 'Poppins-bold';
                color: #000;
                margin-top: 0px;
            }
        }
    }
}

/* Terms and Conditions Section Styles */
.terms {
    padding: 30px 0;
    .container {
        width: 92%;
        border: 2px solid rgba(0, 0, 0, 0.3);
        padding: 0px;
    }
    .terms-header {
        position: relative;
        text-align: center;
        padding: 15px 20px;
        background-color: #F2F3F4;
        cursor: pointer;
        h2 {
            color: #E82329;
            font: 20px 'Poppins-bold';
            margin: 0px;
        }
        .dropdown-icon {
            color: #E82329;
            position: absolute;
            right: 30px;
            top: 38%;
            font-size: 15px;
        }
    }
    .collapse.in{
        border-top: 2px solid rgba(0, 0, 0, 0.3);
    }
    .terms-content {
        padding: 6px 42px;
        padding-top: 20px;
        padding-bottom: 15px;
        background-color: #fff;
        border-top: none;
        border-radius: 0 0 5px 5px;
        margin-top: 0px !important;
        ol {
            padding-left: 20px;
            li {
                margin-bottom: 20px;
                font-size: 20px;
                line-height: 1.6;
                list-style: auto;
                color: #000;
                padding-left: 6px;
                font-family: 'Poppins-regular';
                a{
                    font-size: 20px; 
                    color: #FF0000
                }
                &::marker{
                    margin-right: 5px;
                    font-family: 'Poppins-semibold';
                }
            }
        }
    }
}
.copy-right, .back-login-form, .feedback-link-forward{
    font-family: 'Poppins-regular';
}
.feedback-anim{
    h2{
        font-family: 'Poppins-regular';
    }
    label, .feedback-form input[type='text'], #attachmentStatus, .btn-sm{
        font-family: 'Poppins-regular';
    }
}

.custom-footer{
    padding: 10px;
}
@media (min-width: 320px) and (max-width: 1024px){
    .navbar {
        .container {
            margin-right: 5px;
            margin-left: 5px;
            .img-responsive {
                max-width: 100%;
                padding-top: 0px;
            }
        }
        &.custom-navbar{
            min-height: 50px;
            background: #ededed;
        }
        .navbar-brand{
            padding: 10px !important;
        }
    }
    .cls-heroBanner{
        background: unset;
        padding-bottom: 0px;
    }
    .cls-login-content {
        float: unset;
        margin-right: unset;
        margin-top: unset;
        padding: 10px 0px;
        .login-info, .login-form {
            position: unset;
            border-radius: 5px;
            width: 100%;
            .login-header{
                border-radius: 10px 10px 0px 0px;
                padding: 5px 20px;
            }
        }
        .login-info {
            padding: 25px;
            color: #000;
            p{
                font-size: 12px;
            }
        }
    }
    .cls-cust-login{
        p{
            font-size: 14px;
            padding: 0px;
        }
    }
    .terms {
        .container{
            width: 100%;
        }
        .terms-header{
            h2{
                font-size: 12px;
            }
            .dropdown-icon{
                top: 30%;
            }
        }
        .terms-content {
            padding: 6px 10px;
            ol {
                li {
                    font-size: 14px;
                    a {
                        font-size: 14px;
                        word-wrap: break-word;
                    }
                }
            }
        }
    }
    .cls-heroBanner ~ .container{
        width: 100%;
    }
    .hero-content{
        display: none;
    }
    .form-control{
        height: 40px;
    }
}
@media (min-width: 320px) and (max-width: 380px){
    .cls-login-body{
        input[type=submit]{
            width: 100%;
            margin: 10px 0px;
        }
    }
}
@media (min-width: 320px) and (max-width: 480px){
    .login-form-cont{
        &.cls-heroBanner{
            padding: 25px 20px;
            padding-bottom: 0px;
        }
    }
    .login-info, .login-form {
        position: unset;
        border-radius: 5px;
        width: 100%;
        .login-header{
            border-radius: 5px;
        }
    }
    .cls-cust-login {
        padding: 0px;
        .feature-cards {
            .feature-card{
                width: 85%;
            }
        }
    }
}
@media (min-width: 481px) and (max-width: 575px){
    .login-form-cont{
        &.cls-heroBanner{
            padding: 25px 20px;
            padding-bottom: 0px;
        }
    }
    .cls-cust-login {
        padding: 0px;
        .feature-cards {
            .feature-card{
                width: 70%;
            }
        }
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .login-form-cont{
        &.cls-heroBanner{
            padding: 40px 25px 25px;
            padding-bottom: 0px;
        }
    }
    .cls-cust-login {
        padding-bottom: 0px;
        padding-top:0px;
        .feature-cards {
            .feature-card{
                width: 70%;
            }
        }
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .login-form-cont{
        padding-top:0px;
        &.cls-heroBanner{
            padding: 0px 15%;
        }
    }
}
@media (min-width: 481px) and (max-width: 1024px){
    .pos-logo{
        top: -10px;
    }
}