   
.global_login_bg{
    /* background-image: url('https://static.risesmart.com/common/lib/images/bg_login.jpg'); */
    background-image: url('https://static.risesmart.com/2025.1/spotlight/images/rebrandingSLP/rsIdentity.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 100%;
    height: auto;
    background-attachment: fixed;
    padding-top: 0;
    
}
.global_login_bg > .container:first-child{
	min-height: calc(100vh - 50px);
}
.rrslogo_spec {
    width: 280px;
    margin-top: 32px;
    margin-bottom: 40px;
}
.global_login_bg > footer{
	position: relative;
    padding-top: 50px;
}
.gl-footer small{
    font-size: 14px;
    color: #fff;
    font-family: "Raleway Medium";
    -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
}
.gl-footer small a{
    color: #fff;
    text-transform: none;
    font-size: 14px;
}
.logo-heading{
    padding: 0;
}
.splt-rrs-global-login-title{
    font-size: 20px;
    text-align: center;
    color: #0f1941;
    font-family: "Raleway Medium";
    text-transform: lowercase;
    margin-top: 25px;
    margin-bottom: 28px;
}
.global_login_bg .panel{
  /*  border-radius: 4px;*/
  /*box-shadow: 0 2px 4px 0 rgba(0, 35, 58, 0.15);*/
}

/****************************************global login lang dropdown css starts*************************************/
.splt-lang_dropdown-content {
    display: none;
    position: absolute;
    background: rgb(15 25 65 / 60%);
    min-width: 150px;
    z-index: 1;
    margin-top: 2px;
    max-width: 300px;
   line-height: 2;
   left:3px;
   right:3px
}
.splt-landing_language_dropdown{
    padding: 6px 12px;
    cursor: pointer;
    font-family: 'FontAwesome', 'Raleway Medium';
    /* background: rgba(15, 25, 65, 0.6); */
    background: #6a6f86;
    border-radius: 16px;
    font-size: 14px;
    min-width: 220px;
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
    height: 28px;
}
.splt-landing_language_dropdown:hover{
   background: rgba(0, 46, 78, 1);
}
.splt-landing_language_label{
    margin-top: 25px;
    color: #fff;
    font-family: 'Raleway Bold';
}
.splt-fa-globe{
   font-size: 16px;
}
.splt-lang-ellipsis{
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 77%;
    display:inline-block;
}
.splt-landing_language_dropdown a{
    color:#fff;
    display: block;
    line-height: 16px;
    font-size: 14px;
    text-transform: capitalize;
}
.splt-landing_language_dropdown a:hover{
    text-decoration:none;
}
.splt-landing_language_dropdown:hover .splt-lang_dropdown-content {
    display: block;
}
.splt-cust-chevron-down{
    font-size: 10px;
    margin-left: 9px;
    vertical-align: top;
    margin-top: 3px;
    float:right
}
.splt-lang_dropdown-content::before {
    border-bottom: 5px solid #f5b21e;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 13px;
    left: 11px;
    position: absolute;
    top: -13px;
    width: 11px;
    z-index: 999;
}
.splt-lang_dropdown_inner {
    border-top: 3px solid #fdb824;
    max-height: 500px;
   overflow-y: auto;
    
}
.splt-lang_dropdown_inner a{
   line-height:28px;
}
.splt-lang_dropdown-content a {
    padding: 6px 10px;
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'FontAwesome', 'Raleway Regular';
    text-transform: capitalize;
}
.splt-lang_dropdown-content a:hover{
    background: rgba(0, 46, 78, 1);
}
.splt-inline-block{
	display:inline-block;
}
.splt-vertical-align-top{
	vertical-align:top;
}
/****************************************global login lang dropdown css ends*************************************/
@media only screen and (max-width: 1200px) {
    .gl-footer{
        position: relative;
    }
    .rrslogo_spec{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
}
::-webkit-input-placeholder { /* Edge */
	color: #70758B !important;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #70758B !important;
  }
  
  ::placeholder {
	color: #70758B !important;
  }
  
  /****************************************PT-5869 start*************************************/
  .programSelectList{
height: 250px;
overflow: auto;
}
.programSelectItem{
border: solid 2px #ddd;
border-radius: 8px;
padding: 8px 15px;
font-size: 10px;
margin-bottom: 5px;
display: block;
color: unset !important;
text-transform: unset !important;
}
.programSelectHeading{
font-size: 10px;
font-family: "Raleway Bold";
display: flex;
align-items: center;
}
.programSelectBadge{
background: #2175d9;
color: #fff;
padding: 2px 10px;
border-radius: 4px;
font-size: 8px;
font-weight: normal;
margin-left: 5px;
}
.programSelectBadge.blue{
background: #2175d9;
}
.programSelectBadge.green{
background: green;
}
.programSelectBadge.navy{
background: rgb(22 81 151);
}
.programSelectDate{
font-size: 8px;
font-family: "Raleway Semibold";
}
.programSelectDate.blue{
color: #2175d9;
}
.programSelectHeadingAndDate{
justify-content: space-between;
display: flex;
align-items: center;
}
.programSelectText{
margin-top: 2px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 0;
}
.programSelectItem:hover, .programSelectItem:focus, .programSelectItem.programActive{
background: #0f1842;
color: #fff !important;
text-decoration: none !important;
cursor: pointer;
border-color: #0f1842;
outline: none;
}
#programSelectInfoDetail .modal-dialog{
width: 350px;
padding: 20px;
}
#programSelectInfoDetail .modal-header{
border: 0;
text-align: center;
font-family: "Raleway Bold";
font-size: 20px;
}
#programSelectInfoDetail .close{
}
.program-select-top-spacing{
margin-top: 40px;
}
#programSelectInfoDetail .modal-footer{
border: 0;
}
#programSelectInfoDetail .info-icon{
color: #337ab7;
font-size: 40px;
}
.programSelectInfoDetail-button{
width: 100%;
border-radius: 25px;
}
  
    /****************************************PT-5869 end*************************************/

  
  