/* 
    ##GC THEME
    customize brand
*/
*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0%;
}

a {
    color: #000 !important;
    text-decoration: none;
}

input[type="checkbox"]{
    accent-color: #fed136 !important;
    color: #FFFFFF !important;
}

/* background image  */

    .main_div {
    padding: 0px !important;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
   /* overflow: auto;*/
}

.login-pf body {
    /* background: lightpink no-repeat center center fixed; */
    background: url("../img/spark_final_bg.png") no-repeat center center/ cover;
    /* background-size: contain; */
    height: 100vh;
}

.left-section {
  position: relative;
  width: 35%;
  padding: 0px;
  border-radius: 0px;
  margin: 10px 0 10px 120px;
}



.form-box {
    /* background-color: rgba(255, 255, 255, 0.2); */
    padding: 25px 25px 25px 40px;
    border-radius: 45px;            
    border: 1px solid white;
    min-width: 290px;
    width: 65%;
    margin-left: 65px;
}

.form-box h2 {
    margin-bottom: 20px;
    color: white;
    text-align: center;
}

.form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.form-row:last-child { margin-bottom: 0px; }

.form-box label {
    color: white;
    margin-right: 10px;
    min-width: 80px;
}

.form-box input {
    flex-grow: 1;
    padding: 10px;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
    outline: none;
}

.form-box button {
    width: 100%;
    padding: 10px;
    background-color: #9b4baf;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}



.sbi_logo {
    background: url(../img/sbi_logo.jpg) no-repeat center;
    background-size: 70%;
    height: 100%;
    width: 100%;
}

.learn_logo {
    background: url(../img/lets_learn.jpg) no-repeat center;
    background-size: 55%;
    height: 100%;
    width: 100%;
    background-position-y: 18px;
}

.Bg_Block {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    border: 0px solid red;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 0;
}

/* header */

#kc-header-wrapper{
    padding: 0px;
}

/* logo */

div.kc-logo-text {
    width: 380px;
    text-align: right;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    background-image: url(../img/spark_circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
}


div.kc-sbilogo-right {
    background-image: url(../img/sbi_logo.png);
    background-repeat: no-repeat;   
    width: 150px;
    height: 50px;
    background-size: 100%;
    left: 20px;
    position: absolute;
    top: 20px;
}

/* page title */
#kc-page-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.inputcontainer {
    width: 80%;
    text-align: center;
    margin: -110px 0 0 0;
    float: left;
    clear: both;
}

.usericon {
    position: absolute;
    left: 15px;
    top: 22px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    filter: invert(75%) sepia(0%) saturate(0%) brightness(90%) contrast(90%);
    background: url(../img/userIcon.png) no-repeat;
    background-size: contain;
}

.passwordicon {
    position: absolute;
    left: 15px;
    top: 13px;
    width: 20px;
    height: 20px;
    filter: invert(75%) sepia(0%) saturate(0%) brightness(90%) contrast(90%);
    background: url(../img/lockIcon.png) no-repeat;
    background-size: contain;
}

.form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.form-row label{
    font-weight: var(--pf-c-form__label-text--FontWeight);
    color: #fff;
    min-width: 100px;
    padding: 20px 0 0 0;
}

/* form */

/*IE compatibility*/
.pf-c-form-control {
    font-size: 14px;
    font-size: var(--pf-global--FontSize--sm);
    border-width: 1px;
    border-width: var(--pf-global--BorderWidth--sm);;
    border-color: #EDEDED #EDEDED #8A8D90 #EDEDED;
    border-color: var(--pf-global--BorderColor--300) var(--pf-global--BorderColor--300) var(--pf-global--BorderColor--200) var(--pf-global--BorderColor--300);
    background-color: #FFFFFF;
    background-color: var(--pf-global--BackgroundColor--100);
    height: 36px;
    height: calc(var(--pf-c-form-control--FontSize) * var(--pf-c-form-control--LineHeight) + var(--pf-c-form-control--BorderWidth) * 2 + var(--pf-c-form-control--PaddingTop) + var(--pf-c-form-control--PaddingBottom));
    padding: 5px 0.5rem;
    padding: var(--pf-c-form-control--PaddingTop) var(--pf-c-form-control--PaddingRight) var(--pf-c-form-control--PaddingBottom) var(--pf-c-form-control--PaddingLeft);
    border-radius: 0.2rem;
}


textarea.pf-c-form-control {
	height: auto;
}

.pf-c-form-control:hover, .pf-c-form-control:focus{
    border-bottom-color: #000000;
    /* border-bottom-color: var(--pf-   global--primary-color--100); */
    border-bottom-width: 2px;
    border-bottom-width: var(--pf-global--BorderWidth--md);
    outline: none;
	border-color: black;
}

.pf-c-form-control[aria-invalid="true"] {
    border-bottom-color: #C9190B;
    border-bottom-color: var(--pf-global--danger-color--100);
    border-bottom-width: 2px;
    border-bottom-width: var(--pf-global--BorderWidth--md);
}

div#kc-form-buttons input[type="submit"]{
    font-size: 18px;
    font-weight: 500;
    /*border-radius: 1rem;*/
}

div.form-group label, div.form-group a, div#kc-registration a, div#kc-registration span{
    font-size: 14px;
    font-style: 400;
     color: #fff !important;
}
div.form-group label{
    color: #fff;
}
#kc-form-options .checkbox label{
    color: #FFFFFF !important;
}

/* default - IE compatibility */
/* 
    ##GC THEME
    button color pink
*/
.pf-m-primary {
    color: #FFFFFF;
    background-color: #0A4879 !important;
    background-color: var(--pf-global--primary-color--100);
	border-color: 2px solid #0A4879
}

/* default - IE compatibility */
.pf-m-primary:hover {
    background-color: #004080;
    background-color: var(--pf-global--primary-color--200);
}

/* 
    ##GC THEME
    form card 
*/



.login-pf-page .card-pf {
    padding: 0;
}

.login-pf-page .login-pf-signup {
    font-size: 15px;
    color: #fed136;
}

#kc-info-wrapper{
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: white;
    /*border-radius: 0.5rem;*/
}
/* End Recovery codes */


/* Start footer codes */
/* 
    ##GC THEME
    form card 
*/
/*.login-pf-page {
    padding: 10px !important;
    display: flex;
    height: calc(100% - 160px);
    align-items: center;
    justify-content: center;
}*/

#kc-form-buttons div.pf-c-button {
    padding-left: 0px;
    padding-right: 0px;
}

.login-pf-page {
    height: 100%;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
   /* background: url("../img/background.jpg") no-repeat fixed; 
    background-size: contain;*/
}

/*.inboxbg{
    width: 70%;
    height: 100%;
    border: 0px solid grey;
    box-sizing: border-box;
    background: url('../img/background.jpg'), url('../img/bgrpht.jpg');
    background-position: right, left top;
    /*background-repeat: no-repeat, repeat;
    background-size: contain;*/
   /* background-repeat: no-repeat, repeat-y;
    background-size: contain, 50% 100%;
}*/

.topbtmlogo{
    text-align: center;
}

.topbtmlogo img{
    max-width: 80%;
    margin: 15px 0px;
    height: auto;
}

div.kc-footer-address{
    /*margin-top: 140px;*/
    background-color: #1A202B; 
    padding: 20px 40px;
    color: white;
}

div.kc-footer-address h2{
    font-size: 40px;
    text-align: center;
    font-weight: 500;
}

div.kc-footer-address p{
    font-size: 14px;
    font-weight: 400;
}

#kc-login {
    background: #9b4baf !important;
    color: white;
    padding: 10px 10px;
    border: none;
    width: 100%;
    border-radius: 10px !important;
    cursor: pointer;
   
}

.circle_div {
    width: 100%;
    height: 60px;
}

.bottom_logo{
    width: 100%;
    height: 60px;
}

footer.kc-footer-copyright{
    background: #0F0F0F none repeat scroll 0 0; 
    padding: 7px 15px; 
    /*text-align: center;*/
}


footer.kc-footer-copyright a, footer.kc-footer-copyright a:hover, footer.kc-footer-copyright a:focus {
    /* color: #de615e; */
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-size: 12px;
    font-weight: 400;
}

footer.kc-footer-copyright a {
    color: #fed136;
}

.card-pf {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0px;
}

div#kc-form {
    margin-top: 20px;
}

/* End footer codes */


/* All page on selection codes */
/* 
    ##GC THEME
    form card 
*/

body *::selection{
    background-color: #06c !important;
    color: white;
}
body *::-moz-selection {
    background-color: #06c !important;
    color: white;
}



 /* ODIC CLIENT MESSSAGE */
 .kc-login-note-card-class ul{
    padding: 4rem;
}
 .kc-login-note-card-class ul{
    border: none;
}

.kc-login-note-card-class ul li{
    list-style-type: square;
    background-color: inherit !important;
    border: none;
    font-size: 1.4rem;
    color: white;
    text-shadow: 1px 1px 2px #000000;
    font-weight: 700;
}

/* kc-social-providers */
#kc-social-providers h4{
    color: white !important;
}


#kc-social-providers ul a{
    color: black !important;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

#kc-form-login{
    position: relative;
    background: transparent;
    padding: 10px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 45px;
    width: 100%;
    border: 1px solid #fff;
}

.form-row i {
    color: #fff;
}

#kc-form-login #username,#kc-form-login #password {
    width: 100%;
    padding: 10px;   
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    background: transparent;
    outline: none;   
    color: #fff !important;
    margin-left: 15px;
}

#kc-reset-password-form #username,#kc-reset-password-form #password {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: none;
    border-bottom: 2px solid #bcbcbc;
    border-radius: 0;
    background: transparent;
    outline: none;
    color: #fff !important;
}
.copyrighttext {
    color: #fff;
    text-align: center;
    margin: 10px 0px;
    font-size: 10px;
    line-height: 12px;
}
#password::placeholder, #username::placeholder{
    color: #fff;
}
#input-error{
    color: #fff;
}
.right_section_reload{
    width: 40%;
}
/* small device */
@media (max-width: 1920px) {
    
    .left-section{
        width: 35%;
        padding: 0px;
        border-radius: 12px;
        margin: 10px 0 10px 120px;
    }

    .form-box {
        padding: 40px;                
        border: 1px solid white;
        min-width: 290px;
        width: 90%;
    }
    .form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        gap: 20px;
    }
    .form-group { margin-bottom: 20px; }
    div#kc-form {
        margin: 0px 0 0 20px;
    }

    #kc-form-login {
        padding: 30px 30px;
    }

   
    
    #kc-form-login #username, #kc-form-login #password {
        font-size: 22px;
        padding: 24px 20px;
    }

    div.kc-logo-text{
        width: 540px;
        background-image: url(../img/spark_circle.png);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 420px;
    }

    .inputcontainer{
        width: 80%;
        text-align: center;
        margin: -160px 0 0 0;
        float: left;
        clear: both;
    }
   
    .form-row i { font-size: 22px; }
    div#kc-form-buttons input[type="submit"] {
        font-size: 22px;   
        padding: 9px 10px;
    }
   
}

@media (max-width: 1680px) {
    
    .left-section {
        width: 40%;
    }
    div.kc-logo-text {
        width: 500px;
        background-image: url(../img/spark_circle.png);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 400px;
    }
    div#kc-form {
        margin: 0px 0 0 0px;
    }
    .form-row {
        margin-bottom: 15px;
    }
     #kc-form-login #username, #kc-form-login #password {
        font-size: 20px;
        padding: 24px 20px;
    }
     .form-row i { font-size: 20px; }
     div#kc-form-buttons input[type="submit"] {
        font-size: 20px;   
        padding: 9px 10px;
    }
   
}

@media (max-width: 1440px) {
    
   .left-section {
        width: 40%;
    }
    .inputcontainer {
        width: 82%;
         margin: -120px 0 0 0;
    }
   .form-box {               
        padding: 25px 35px;
    }
     div#kc-form {
        margin: 0px;
    }
    #kc-form-login {
        padding: 10px 30px;
    }
   
    #kc-form-login #username, #kc-form-login #password {
        font-size: 18px;
    }
     
    .form-row {   
        margin-bottom: 15px;
    }
    div.kc-logo-text {
        width: 450px;
        background-image: url(../img/spark_circle.png);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 430px;
    }    
 
}


@media (max-width: 1366px) {    
    .left-section {
         width: 35%;
    }
    .inputcontainer {
        width: 80%;              
        margin: -120px 0 0 0;
    }
    .form-box {               
        padding: 25px 70px 25px 25px;
    }
    .form-row,.form-group {
        margin-bottom: 10px;
        gap:10px;
    }
    #kc-form-login {
        padding: 10px 25px 10px 25px;
    }
    div#kc-form {
        margin-top: 0px;
    }
   
    #kc-form-login #username, #kc-form-login #password {
        font-size: 14px;
        padding: 5px 10px;
        margin: 0 0 0 5px;
        height: auto;
    }
   
    .form-row i {
        font-size: 14px;
    }
    div#kc-form-buttons input[type="submit"] {
        padding: 6px;
        font-size: 14px;
    }

    
    div.kc-sbilogo-right {
        background-image: url(../img/sbi_logo.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100%;
        height: 60px;
        width: 120px;
    }
 

    div.kc-logo-text {
        width: 430px;
        background-image: url(../img/spark_circle.png);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 330px;
    }
 
}

@media (min-width: 1200px) {
    .col-lg-12 {       
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .left-section {   
        width: 40%;
    }
    
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        padding: 20px;
    }
    .Bg_Block {
        padding: 0 30px;
    }
    .left-section {
        margin-bottom: 30px;
    }
    .login-pf-page .card-pf {
        padding:0px;
        width: 100% !important;
    }
}