@font-face {
    font-family: "youth_powerregular";
    src: url("../../fonts/youth-power.woff2") format("woff2"), url("../../fonts/youth-power.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "youth_powerregular";
    src: url("../fonts/youth-power.woff2") format("woff2"), url("../fonts/youth-power.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    height: 100%;
}

.header-fix {
    min-height: 91px;
    background: linear-gradient(to right, #1a77b2 0%, #1199d3 100%);
    /*background: linear-gradient(to right, #47cef6 0%, #1a77b2 100%);*/
}
.logo {
    padding: 25px 0px;
}
.logo img{
    height: 42px;
}
.nav-option {
    color: #fff;
    display: flex;
    font-size: 13px;
    padding: 30px 5px 30px 10px;
    line-height: 18px;
}
.support {
    padding: 7px 20px;
}
.newAccount {
    border-left: 1px solid rgba(250, 250, 250, 0.5);
    padding: 7px 20px;
    line-height: inherit;
}
.newAccount span {
    opacity: 0.7;
}
.newSign-btn {
    padding: 6px 25px;
    border: 1px solid #fff;
    border-radius: 35px;
    cursor: pointer;
}
/*.carousel slide
{
    overflow: hidden;
}*/
.carousel-inner img
{
    animation: slide 5s infinite;   
}
.wrapper {
    /*    background-image: url(../img/bg.jpg); */
    background-position: 50% -25px;
    background-color: #fff;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 0;
    height: calc(100vh - 92px);
    min-height: 0;
    width: 100%;
    text-align: center;
    position: relative;

}
.login-pop {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-pop {
    width: 785px;
    padding: 0;
}
.sign-wapper {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: -3px 0px 18px 5px rgb(0 0 0 / 34%);
    -webkit-box-shadow: -3px 0px 18px 5px rgb(0 0 0 / 34%);
    -moz-box-shadow: -3px 0px 18px 5px rgb(0 0 0 / 34%);
    min-height: 332px;
}

.sign-wapper-left {
    width: 50%;
    background-color: #fff;
    height: 340px;
    border-radius: 20px 0px 0px;
    text-align: left;
    float: left;
}
.sign-wapper-right {
    width: 50%;
    background: linear-gradient(to right, #47cef6 0%, #1a77b2 100%);
    height: 340px;
    border-radius: 0px 20px 20px 0px;
    float: left;
    text-align: left;
}
/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 30px;
    font-weight: normal;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 21px;
    border: 1px solid #ddd;
    width: 20px;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #ddd;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #10a8e1;
    border: 1px solid #ddd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.sign-wapper-left {
    padding: 30px 35px;
}
.sign-wapper-left h1 {

    font-size: 26px;
    letter-spacing: 2px;
    font-family: "Open Sans", sans-serif;
    color: #606060;
    margin-top: 0px;
    line-height: 30px;
}
.email-input {
    padding: 6px 0px 3px 0px;
    /*padding: 25px 0px 20px 0px;
    margin-top: 20px;*/
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
}
::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
}
:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
}
:-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
}

.email-input input {
    font-family: "Open Sans", sans-serif;
    background-color: #e9e9ee;
    border: 0px;
    border-radius: 5px;
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
}
.password-input input {
    font-family: "Open Sans", sans-serif;
    background-color: #e9e9ee;
    border: 0px;
    border-radius: 5px;
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
}
.password-input {
    position: relative;

}
.password-input .field-icon {
    position: absolute;
    top: 10px;
    right: 7px;
    opacity: 0.5;
}
.remember-h1 {
    padding: 20px 0px;
}
.remember-main {
    display: flex;
}

.forgot-link {
    padding: 20px 0px;
    line-height: 30px;
    float: right;
    margin-left: auto;
}
.forgot-link span {
    text-decoration: underline;
    color: #a8a8a8;
    cursor: pointer;
}
.forgot-link span:hover {
    text-decoration: none;
    color: #008ec0;
}
.sign-btn .btn-primary {
    background-color: #0aaced;
    border-color: #0aaced;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    min-width: 140px;
    padding: 6px 30px;
    margin-right: 20px;
}
.sign-btn .btn-primary:hover {
    background-color: #fff;
    color: #008ec0;
}
.sign-btn {
    padding-top: 10px;

}
.sign-wapper-right {
    color: #fff;
    padding: 25px 60px;
}
.sign-wapper-right h2 {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    line-height: 35px;
}
.pronto {
    font-family: "youth_powerregular";
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.sign-wapper-text {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
}
.sign-wapper-text span {
    display: block;
}
.readMore {
    padding-top: 25px;
}
.readMore a {
    padding: 6px 30px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}
.readMore a:hover {
    background: #fff;
    border: 1px solid #ffffff;
    color: #16b2ee;
}
.newSign-btn:hover{
    background-color: #fff;
    color: #1393cd;
}
.newSign-btn a{
    color:#ffffff;
}
.carousel-item{
    height: calc(100vh - 92px);  
}
.pwd-input input {
    font-family: "Open Sans", sans-serif;
    background-color: #f3f3f3;
    border: 0px;
    border-radius: 5px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.pwd-input {
    padding: 25px 0px 20px 0px;
}

.input-icon input {
    font-family: "Open Sans", sans-serif;
    background-color: #f3f3f3;
    border: 0px;
    border-radius: 5px;
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
}
.input-icon .field-icon {
    position: absolute;
    top: 10px;
    right: 7px;
    opacity: 0.5;
}
.sign-wapper .input-icon{
    position: relative;
    margin-bottom: 15px;
    padding-left: 5px;
    margin-top: 20px;
}
.sign-wapper .input-icon i{
    position: absolute;
    left: 7px;
    top: 12px;
    padding-left: 3px;
}
.sign-wapper .password-input{
    position: relative;
    margin-top: 20px;

}
.sign-wapper .password-input i{
    position: absolute;
    left: 7px;
    top: 12px;
}
/* footer copyright */
.copyright {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    color: black;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
}


/**Added by Pankaj.P On 15-06-2023  Purpose */


     /* Responsive styles for Login Page */
        @media screen and (max-width: 768px) {
            /* Adjust header logo size for smaller screens */
            .logo img {
                height: 32px;
            }
        
            /* Center align the navigation options for smaller screens */
            .nav-option {
                justify-content: center;
            }
        
            /* Reduce padding for the support and new account options */
            .support,
            .newAccount {
                padding: 7px;
            }
        
            /* Adjust font size for smaller screens */
            .newAccount,
            .newAccount span,
            .newSign-btn {
                font-size: 12px;
            }
        
            /* Adjust padding for the sign-up button */
            .newSign-btn {
                padding: 5px 20px;
            }
        
            /* Reduce padding for the login form */
            .sign-wrapper-left,
            .sign-wrapper-right {
                padding: 20px;
            }

            /* Responsive login form layout */
            .sign-wrapper-left,
            .sign-wrapper-right {
                width: 100%;
                padding: 20px;
                 background-position: center center;
                 background-repeat: repeat;
                   background-color: #fff; 
            }
            
            
            .login-pop {
                width: 654px;
                padding: 15px;
            }
            
            .readMore {
                 padding-top: 0px;
            }

        }
        
                @media screen and (max-width: 576px) {

              /* Adjust header logo size for smaller screens */
            .logo img {
                height: 20px;
            }
        
            /* Center align the navigation options for smaller screens */
            .nav-option {
                justify-content: center;
            }
        
            /* Reduce padding for the support and new account options */
            .support,
            .newAccount {
                padding: 5px;
            }
        
            /* Adjust font size for smaller screens */
            .newAccount,
            .newAccount span,
            .newSign-btn {
                font-size: 10px;
            }
        
            /* Adjust padding for the sign-up button */
            .newSign-btn {
                padding: 5px 20px;
            }
        
            /* Reduce padding for the login form */
            .sign-wrapper-left,
            .sign-wrapper-right {
                padding: 12px;
            }

            /* Responsive login form layout */
            .sign-wrapper-left,
            .sign-wrapper-right {
                width: 100%;
                padding: 10px;
                 background-position: center center;
                 background-repeat: repeat;
                   background-color: #fff; 
            }
            
            /*Responsive Left login side*/
            .sign-wapper-right{
                display: none;
            }
            
            .sign-wapper-left {
                width: 100%;
                background-color: #fff;
                height: 340px;
                border-radius: 20px 0px 0px;
                text-align: left;
                float: left;
            }
                    
            
            .login-pop {
                width: 354px;
                padding: 10px;
            }
            
            .readMore {
                 padding-top: -10px;
            }

        }

/**Ended by Siscom Systems India Pvt. Ltd. Ravi Kumar*/     