﻿/* Change autocomplete styles in WebKit */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
{
  -webkit-text-fill-color: #37474f;
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
  transition: background-color 5000s ease-in-out 0s;
}

html
{
    font-size:62.5%;
}

html body 
{
    font-size: 1.1rem;
	background: #F3F4F8;

	font-family: 'Roboto', sans-serif;
}

.col-md-7{
	display: block;
}

.PrefixText{
	display: none;
}

.container .row .col-md-7{
	display: block;
}


.login-header .navbar-brand span{
    	display: block;
}
.eligibilityPortal{
	visibility: visible;
}

.HeaderLogo{
	content:url("https://bpm.jio.com/identity/Sts/forms/styles/Platinum2/images/Icons/DesignerHome/rfs-logo.png");
}


.carousel-caption {
    position: absolute;
    background: rgba(247, 247, 247, 0);
    background: -moz-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247, 247, 247, 0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #000 100%);
    background: -o-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #000 100%);
    background: -ms-linear-gradient(top, rgba(247, 247, 247, 0) 0%, #000 100%);
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #000 100%);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 20px 20px 40px 20px;
}


.stsHeader h2
{
	margin: 1.5% 0% 0% 37%;
    display: inline-block;
    /* padding: 1em; */
    /* padding: 1.05em 0 1.05em .75em; */
    font-size: 1.5rem;
    text-decoration: none !important;
    color: #f7ca66;
    letter-spacing: .03em;
    text-transform: uppercase;	
}

.Eligibility{
	font-size: 1.5rem;
}


@keyframes glowing {
        0% {
          background-color: red;
          box-shadow: 0 0 5px red;
        }
        50% {
          background-color: darkred;
          box-shadow: 0 0 20px darkred;
        }
        100% {
          background-color: red;
          box-shadow: 0 0 5px red;
        }
      }

.note{
	display: block;
        //animation: glowing 2500ms infinite;
      }

.ImageOverlayText{
	font-size: 20px;
}


.login-header{
    
	position: fixed; top: 0; left: 0; right: 0; margin: 0;
    padding: 5px 0;
    background: #FFF;

}

 



.login-header .navbar-brand{
    
	margin: 0;
    padding: 0;


}

 


.login-header .navbar-brand img{
    
	float: left; padding: 0 5px 0 0;
    height: auto;
}

 


.login-header .navbar-brand span{
    
	    margin: 0 0 0 5px;
    padding: 0 0 0 25px;
    display: inline-block;
    color: #18a859;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 60px;
    border-left: 1px solid #DDDDDD;

}

.input-group{
    margin-bottom: 20px;
}

.input-group .input-group-prepend .input-group-text{
    background: #E6E6E6;
    border-radius: 0;
    border-top: 2px solid #D1AD6E;
    border-bottom-left-radius: 6px;
}

 

.input-group .form-control{
    padding: 15px 10px !important;
    height: auto;
    font-size: 16px;
    background: #E6E6E6 !important;
    border-radius: 0 !important;
    border-top: 2px solid #D1AD6E !important;
    border-bottom-right-radius: 6px !important; outline: none !important;
}

.input-group .form-control:focus{
	outline: none; 
	box-shadow: none;
	border-color: none;

}

.stsLoginDetails{
	margin: 0;
}

.login-footer{

     position: fixed;

     left: 0;

     right: 0;

     bottom: 0;

     padding: 5px 0;

     background: #D1AD6E;

     z-index: 999;

 }
 
.login-footer p, .login-footer a{

     margin: 0;

     padding: 0;

     color: #464545;

     font-size: 13px;

     font-weight: bold;

 }

.note .caution-note{

     color: red;

     font-size: 16px;

     font-weight: 500;	
	font-family: 'Roboto', sans-serif;
	text-decoration: underline;
 }
.note .caution-note:hover{
	text-decoration: none;

 }

.stsLoginDetails h3{

     margin: 0 0 15px !important;

     padding: 0 !important;

     color: #18A859 !important;

     font-size: 16px !important;

     font-weight: 400 !important;

 }

.btn-login{
   padding: 10px 0px !important; color: #fff !important; font-size: 18px !important;
    background-color: #18A859 !important;
    border-color: #18A859 !important;
}





.btn-login:hover,
.btn-login:focus{
    color: #fff !important;
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important;
}

.ForgetPasswordHolder
{
	display: flow-root;
	margin: 0;
}

.fa{
	width: 25px;
	font-size: 20px !important;
	color: #909090;
}

.change-pass,
.forgot-pass{
    color: #18A859;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

 



.change-pass:hover,
.forgot-pass:hover{
  color: #1e7e34;
  text-decoration: none;
}

.header h3
{
	display: inline-block;
    /* padding: 1em; */
    padding: 0 0px 2.05em 2.75em;
    font-size: 1.5rem;
    text-decoration: none !important;
    color: black;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.stsMainLogo
{
    top:0px;
    position: absolute;
    margin-left: -35px;
    left: 50%;
    /*Same height as top-bar*/
    z-index: 3000;
    background-repeat: no-repeat;
}

.stsLoginInPanel
{
	/*margin-top: 70px;*/
	padding: 80px 0px 30px;
	margin-bottom: 50px;
/*    display: flex;
    flex-direction: column;*/
   /* height: 100%;*/
	background: #F3F4F8;

    /*font-family: "Open-Sans", "Segoe UI Regular", "Helvetica", "Sans-serif";*/
	font-family: 'Roboto', sans-serif;
}

/* Don't show IE's clear andd reveal buttons */
.stsLoginInPanel input[type=text]::-ms-clear,
.stsLoginInPanel input::-ms-reveal
{
    display: none;
}

.stsLoginInPanel a,
.stsLoginInPanel input
{
    outline: none;
}


.stsLoginInPanel .stsHeader
{
    flex-shrink: 0;
    height: 10%;
    background-color: white;
    border: 1px solid darkgrey;
}

.stsLoginInPanel .stsMain
{
    flex: 1;
    overflow: auto;
}

/* css layout for a div table */
/*.layout-table
{
    display:table;
    height: 100%;
    width:100%;
}

.layout-table-row
{
    display:table-row;
}

.layout-table-cell
{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
    background: content-box;
	background-size: 69% 100%;
    background-repeat: no-repeat;
    background-image: url(https://bpm.jio.com/identity/Sts/forms/styles/Platinum2/images/Icons/DesignerHome/RelianceFoundationHomeStaticImage.jpg);
	padding: 0% 0% 0% 3%;
}
.layout-table-cell-alignment
{
    display:inline-block;
	margin-left: 70%;
    padding: 0% 2% 0% 2%;
    border: 2px solid darkgrey;
}*/

/* end css layout for a div table */

.stsLoginInPanel .stsMain .stsLoginDetails
{
    height: auto;
    width: 300px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.stsLoginInPanel .stsLoginUserName,
.stsLoginInPanel .stsPassword
{
    position:relative;
}

.stsLoginInPanel .stsFooter
{
    display: none;
}

.stsLoginDetails .input-control
{
    color: #37474f;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    background-color: transparent;
    box-sizing: border-box;
    min-height: 24px;
    width: 300px;
    font-size: 2rem;
    padding: 0px;
    padding-bottom: 4px;
    border: 1px solid transparent;
    border-bottom-color: rgba(55, 71, 79, 0.5);
    border-left-width: 0px;
    border-right-width: 0px;
}

.stsLoginDetails .validation-error
{
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    color: red;
}

.input-control-watermark
{
    display:none;
}

.legacyIE .input-control-watermark
{
    display:block;
    color: #9ca3ac;
    font-style: italic;
    font-size: 1.2rem;
    padding-left: 0px;
    padding-right: 0px;
}

.input-control::placeholder
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ca3ac;
    font-style: italic;
    opacity: 1; /* Firefox */
}

.input-control:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
    color: #9ca3ac;
    font-style: italic;
}

.input-control::-ms-input-placeholder
{ /* Microsoft Edge */
    color: #9ca3ac;
    font-style: italic;
}

.stsLoginDetails .input-control:focus
{
    border-bottom-color: rgba(33,150,243, 0.8);
}

.stsLoginDetails .input-control.invalid
{
    border-bottom-color: rgba(183, 28, 28, 0.5);
}

.stsLoginUserNamePlaceHolder
{
    display: none;
}

.stsPasswordPlaceHolder
{
    min-height: 40px;
    max-height: 100px;
    padding-bottom: 10px;
}

.stsRememberMePlaceHolder
{
    height: 100px;
    display: none;
}

.stsSignInButton
{
    text-align: center;
}

.stsSignInButton .button
{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-overflow: ellipsis;
    background-clip: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
    width: 80px;
    height: 30px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: transparent;
    border-style: solid;
    border-width: 1.2px;
    box-shadow: none;
    border-radius: 2px;
    color: #fff;
    background-color: #47c28c;
    padding: 0.5em 5em 2em 2em;
    font-size: 2rem;
    text-transform: uppercase;
    display: inline-block;
}

.stsSignInButton .button:hover
{
    background-color: #29b6f6;
}

.stsSignInButton .button:focus
{
    border-color: #1b7ecd;
    border-style: solid;
    border-width: 1.2px;
}

.stsSignInButton .button:focus:hover
{
    background-color: #29b6f6;
    border-color: #1b7ecd;
}

.stsSignInButton .button.disabled,
.stsSignInButton .button.disabled:hover,
.stsSignInButton .button.disabled:focus,
.stsSignInButton .button.disabled:focus:hover
{
    color: #f0f0f1;
    background-color:#bfc1c2;
    border-color: transparent;
    pointer-events: none;
}

.stsFooter .PageHelpLink > a
{   
    font-size: 1.4rem;
    display: block;
    opacity: 0.7;
    color: rgba(33, 150, 243, 0.8);
    text-decoration: none;
    padding: 4px;
    padding-left: 34px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url("Platinum2/images/Icons/DesignerLogin/LearnMore24.png");
    background-position: 4px center;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
}

.stsFooter .PageHelpLink > a:hover
{
    opacity: 1;
    color:  rgba(33, 150, 243, 1);
}

.stsFooter .PageHelpLink > a:focus
{
    border-color: #2196f3;
}

.stsSignInButton .button.loading
{
    pointer-events: none;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    color: transparent;
}

.preload-icon
{
    display: none;
}

/* Screen 1650px: Dimensions for big screen size */
@media only screen and (min-width:1650px)
{
    .legacyIE .input-control-watermark
    {
        font-size: 2rem;
    }
    .stsLoginInPanel .stsHeader
    {
        height: 50px;
    }

    .stsLoginInPanel .stsMain .stsLoginDetails
    {
        width: 500px;
    }

    .stsLoginInPanel .stsFooter
    {
        display: none;
    }

    .stsLoginDetails .input-control
    {
        min-height: 30px;
        width: 500px;
        font-size: 2rem;
        padding: 0px;
        padding-bottom: 4px;
    }

    .stsLoginDetails .validation-error
    {
        padding-top: 14px;
        font-size: 2.2rem;
    }

    .stsLoginUserNamePlaceHolder
    {
        height: 80px;
    }

    .stsPasswordPlaceHolder
    {
        height: 80px;
        min-height: 70px;
        max-height: 160px;
        padding-bottom: 10px;
    }

    .stsRememberMePlaceHolder
    {
        height: 130px;
        display: none;
    }

    .stsSignInButton .button
    {
        font-size: 2.4rem;
        width: 150px;
        height: 50px;
        line-height: 46px;
        border-width: 1.5px;
    }

    .stsSignInButton .button:focus
    {
        border-width: 1.5px;
    }

    .stsFooter .PageHelpLink > a
    {   
        font-size: 2rem;
        height: 46px;
        line-height: 44px;
        padding: 4px;
        padding-left: 50px;
    }
}

/*Images - normal*/
@media only screen and (max-resolution: 1.5dppx) and (max-width: 1650px), 
    (max-resolution: 144dpi) and (max-width: 1650px), 
    (-webkit-max-device-pixel-ratio: 1.5) and (max-width: 1650px), 
    (-o-max-device-pixel-ratio: 3/2) and (max-width: 1650px)
{
    .stsMainLogo
    {
        margin-left: -35px;
	width: 11%;
        left: 10%;
        top: 0.5%;
        background-size: 137px 60px;
        background-image: url("Platinum2/images/Icons/DesignerHome/RelianceFoundationLogo.jpg");
    }

    html.designer .stsMainLogo
    {
        margin-left: -35px;
        margin-top: 0px;
        width: 70px;
        height: 91px;
        background-size: 70px 91px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2LogoDesigner70.png");
    }

    html.management .stsMainLogo
    {
        margin-left: -50px;
        margin-top: 0px;
        width: 99px;
        height: 91px;
        background-size: 99px 91px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2LogoManagement70.png");
    }

    html.workspace .stsMainLogo
    {
        margin-left: -44px;
        margin-top: 0px;
        width: 88px;
        height: 91px;
        background-size: 88px 91px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2LogoWorkspace70.png");
    }

    .stsFooter .PageHelpLink > a
    {   
        background-size: 24px 24px;
        background-image: url("Platinum2/images/Icons/DesignerLogin/LearnMore24.png");
        background-position: 4px center;
    }

    .stsSignInButton .button.loading,
    .preload-icon.button.loading
    {
        background-image: url("Platinum2/images/Icons/DesignerLogin/LoadingControl_2196f3_16.gif");
    }

}

@media only screen and (max-resolution: 1.5dppx) and (min-width: 1650px), 
    (max-resolution: 144dpi) and (min-width: 1650px), 
    (-webkit-max-device-pixel-ratio: 1.5) (min-width: 1650px), 
    (-o-max-device-pixel-ratio: 3/2) (min-width: 1650px)
{
    .stsMainLogo
    {
        margin-left: -50px;
        width: 100px;
        height: 100px;
        background-size: 100px 100px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2Logo100.png");
    }

    html.designer .stsMainLogo
    {
        margin-left: -50px;
        margin-top: 0px;
        width: 100px;
        height: 130px;
        background-size: 100px 130px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2LogoDesigner100.png");
    }

    html.management .stsMainLogo
    {
        margin-left: -70px;
        margin-top: 0px;
        width: 140px;
        height: 130px;
        background-size: 140px 130px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2LogoManagement100.png");
    }

    html.workspace .stsMainLogo
    {
        margin-left: -63px;
        margin-top: 0px;
        width: 126px;
        height: 130px;
        background-size: 126px 130px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2LogoWorkspace100.png");
    }

    .stsFooter .PageHelpLink > a
    {   
        background-size: 32px 32px;
        background-image: url("Platinum2/images/Icons/DesignerLogin/LearnMore32.png");
        background-position: 4px center;
    }

    .stsSignInButton .button.loading,
    .preload-icon.button.loading
    {
        background-image: url("Platinum2/images/Icons/DesignerLogin/LoadingControl_2196f3_24.gif");
    }
}

/*Images@2x - hi-dpi*/
@media only screen and (min-resolution: 1.5dppx) and (max-width: 1650px), /*this is for retina graphics, apple/samsung devices*/
    (min-resolution: 144dpi) and (max-width: 1650px), 
    (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1650px), 
    (-o-min-device-pixel-ratio: 3/2) and (max-width: 1650px)
{
    .stsMainLogo
    {
        margin-left: -35px;
        width: 70px;
        height: 70px;
        background-size: 70px 70px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2Logo70@2x.png");
    }

    html.designer .stsMainLogo
    {
        margin-left: -35px;
        margin-top: 0px;
        width: 70px;
        height: 91px;
        background-size: 70px 91px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2LogoDesigner70@2x.png");
    }

    html.management .stsMainLogo
    {
        margin-left: -50px;
        margin-top: 0px;
        width: 99px;
        height: 91px;
        background-size: 99px 91px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2LogoManagement70@2x.png");
    }

    html.workspace .stsMainLogo
    {
        margin-left: -44px;
        margin-top: 0px;
        width: 88px;
        height: 91px;
        background-size: 88px 91px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2LogoWorkspace70@2x.png");
    }

    .stsFooter .PageHelpLink > a
    {   
        background-size: 24px 24px;
        background-image: url("Platinum2/images/Icons/DesignerLogin/LearnMore24@2x.png");
        background-position: 4px center;
    }

    .stsSignInButton .button.loading,
    .preload-icon.button.loading
    {
        background-image: url("Platinum2/images/Icons/DesignerLogin/LoadingControl_2196f3_16@2x.gif");
    }
}

@media only screen and (min-resolution: 1.5dppx) and (min-width: 1650px), /*this is for retina graphics, apple/samsung devices*/
    (min-resolution: 144dpi) and (min-width: 1650px), 
    (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1650px),
    (-o-min-device-pixel-ratio: 3/2) and (min-width: 1650px)
{
    .stsMainLogo
    {
        margin-left: -50px;
        width: 100px;
        height: 100px;
        background-size: 100px 100px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2Logo100@2x.png");
    }

    html.designer .stsMainLogo
    {
        margin-left: -50px;
        margin-top: 0px;
        width: 100px;
        height: 130px;
        background-size: 100px 130px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2LogoDesigner100@2x.png");
    }

    html.management .stsMainLogo
    {
        margin-left: -70px;
        margin-top: 0px;
        width: 140px;
        height: 130px;
        background-size: 140px 130px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2LogoManagement100@2x.png");
    }

    html.workspace .stsMainLogo
    {
        margin-left: -63px;
        margin-top: 0px;
        width: 126px;
        height: 130px;
        background-size: 126px 130px;
        background-image: url("Platinum2/images/Icons/DesignerHome/K2LogoWorkspace100@2x.png");
    }

    .stsFooter .PageHelpLink > a
    {   
        background-size: 32px 32px;
        background-image: url("Platinum2/images/Icons/DesignerLogin/LearnMore32@2x.png");
        background-position: 4px center;
    }
    .stsSignInButton .button.loading,
    .preload-icon.button.loading
    {
        background-image: url("Platinum2/images/Icons/DesignerLogin/LoadingControl_2196f3_24@2x.gif");
    }
}


