*{
    margin: 0;
    padding: 0;
    font-family: 'Inter'
}

.container{
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    min-height:100vh;
}

.flex-item-left {
    position: relative;
     background-repeat: no-repeat;
     background-size: cover;
     flex: 50%;
     display: flex;
         flex-direction: column;
         align-items: center;
}

.flex-item-right {
    flex: 50%;
}

.xApi-logo{
    margin-left: 40px;
    margin-top: 46px;
    width:100%;
}

.logo{
    width:74px;
    height:40px;
    cursor: pointer;
}

.right-containers{
    margin: auto;
    width: 340px;
}

#kc-page-title{
    margin-top: 120px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

input{
    width: 100%;
    border: 1px solid #DADEE7;
    box-sizing: border-box;
    border-radius: 4px;
    height: 56px;
    padding-left: 15px;
    padding-top: 10px;
    outline:none;
    background-color:#FFFFFF;
}

#kc-login{
    margin-top:50px;
    height: 40px;
    background: linear-gradient(91.14deg, #7847FF 0%, #952CF1 100%);
    box-shadow: 0px 8px 16px rgba(21, 0, 82, 0.08), 0px 6px 8px rgba(21, 0, 82, 0.06), 0px 2px 4px rgba(21, 0, 82, 0.04), 0px 0px 2px rgba(21, 0, 82, 0.04);
    border-radius: 4px;
    color: #FFFFFF;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    cursor:pointer;
}

.form-group{
    position: relative;
    margin-top:16px;
}

.form-group label{
    position: absolute;
    top: 7px;
    left: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #828A9C;
    transition: 0.2s ease all;
}


input:focus ~ label{
    font-size:50px;
    top:0;
}

.line-horizonal{
    width: 100%;
    border-top: 1px solid #E7E9EF;
    position: relative;
}

.line-horizonal p{
    position: absolute;
    left: 45%;
    top: -10px;
    background: #ffff;
    color: #828A9C;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.social-login {
    margin: 0 auto;
    height: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    border: 1px solid rgba(206, 211, 222, 1);
    box-shadow: 0px 8px 16px rgb(0 0 0 / 4%), 0px 6px 8px rgb(0 0 0 / 3%), 0px 2px 4px rgb(0 0 0 / 2%), 0px 0px 2px rgb(0 0 0 / 2%);
    border-radius: 4px;
    width: 100%;
}

.wrapper{
    display: flex;
    justify-content: flex-start;
    padding: 8px 16px ;
}

.text{
    text-align: center;
    margin-top:20px;
}

.Slideshow-head{
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.Slideshow-title{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #828A9C;
        width: 60%;
        margin: 0 auto;
    /*margin-top: 24px;*/
}


.register{
    margin-top: 24px;
    text-align: center;
    padding-bottom:50px;
}

.register span{
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #7847FF;
}


.background-log{
    width:440px;
    height:350px;
    /*transform: scale(1.35);*/
}

@keyframes mymove {
    from {
        transform: translateX(10%);
    }
    to {
        transform: translateX(0%);
    }
}

.slidShow-img{
    text-align:center;
    /*width: 440px;*/
    /*height:296px;*/
}

.background-img{
    justify-content:center;
    display:flex;
    position: relative;
    margin-top: 108px;
}

.Carousel{
    width:440px;
    height:504px;
    position: relative;
}

.pre-and-next{
    width:100%;
    display:flex;
    justify-content:space-between;
    margin-left:-20px;
    position: absolute;
    top: 50%;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 35%;
    width: auto;
    margin-top: -22px;
    color: #828A9C;
    font-weight: bold;
    font-size: 12px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    width:30px;
    height:30px;
    background: #FFFFFF;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.03), 0px 0px 1px rgba(0, 0, 0, 0.03);
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.prev {
    margin-left: -28px;
}

.next {
    margin-left: 28px;
}

.mySlides{
    display: block;
    animation: mymove 1s;
    /*height: 504px;*/
}

.dot {
    cursor: pointer;
    height: 6px;
    width: 6px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    height: 8px;
    width: 8px;
}

.checkbox input{
    width:16px;
    height:16px;
    margin-right:8px;
}
.login-pf-settings{
    display:flex;
    justify-content:space-between;
}
.checkbox label{
    left:0;
    top:0;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #484E5C;
    display: flex;
}

.login-pf-settings div span a{
    text-decoration: none;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #828A9C;
}

.social-text{
    text-align: center;
    margin-left: 12.32px;

}

.reset-content{
    font-size:20px;
}
.login-social{
    font-family:inter;
}

#kc-reset-password-form .login-pf-settings{
    display:block
}

#kc-reset-password-form .login-pf-settings{
    display: flex;
    flex-direction: column-reverse;
}

#kc-form-options div{
    text-align: center;
    margin-top: 24px;
}

#kc-form-buttons input{
    height:40px;
    background: linear-gradient(91.14deg, #7847FF 0%, #952CF1 100%);
    box-shadow: 0px 8px 16px rgba(21, 0, 82, 0.08), 0px 6px 8px rgba(21, 0, 82, 0.06), 0px 2px 4px rgba(21, 0, 82, 0.04), 0px 0px 2px rgba(21, 0, 82, 0.04);
    border-radius: 4px;
    color: #FFFFFF;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-top:20px;
    padding-top:0;
}

.forget-logo{
    text-align: center;
    margin-top: calc(50% - 140px/2);
    margin-bottom: -120px;
    display:none;
}

#kc-info-wrapper{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #828A9C;
}

#kc-content-wrapper{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 16px;
    text-align: center;
}

@media (max-width: 980px) {
    .container {
        flex-direction: column;
    }
}

.login-pf-social{
    display: flex;
    flex-direction: column;

}

.login-pf-social a{
    background: #FFFFFF;
    border: 1px solid #CED3DE;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 4%), 0px 6px 8px rgb(0 0 0 / 3%), 0px 2px 4px rgb(0 0 0 / 2%), 0px 0px 2px rgb(0 0 0 / 2%);
    border-radius: 4px;
    margin-top: 12px;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    color: #24272E;
    text-decoration: none;
    align-items: center;
    display: flex;
    height: 40px;
    font-family: 'Inter';
    font-style: normal;
}

#social-google :nth-child(1) { order: 1; }
#social-github :nth-child(1) { order: 1; }
#social-microsoft :nth-child(1) { order: 1; }


#kc-social-providers{
    position: relative;
}

#kc-social-providers hr{
    margin-top: 26px;
    margin-bottom: 16px;
    border: 1px solid #E7E9EF;
}

#kc-social-providers h4{
    width: 36px;
    position: absolute;
    top: -9px;
    left: 45%;
    background: #ffffff;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #828A9C;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {left: 0px;}
   to {left: 200px;}
}

  .slider-box {
        width     : 90%;
        height: 91vh;
        max-height: 91vh;
        position  : relative;
        overflow  : hidden;
        margin    : 30px auto;
    }

    #slider {
        width     : 100%;
        display   : inline-flex;
        transition: 0.7s;
        margin-top: 10%;
    }

    #slider .ss{
      flex-direction: column;
      width: 100%;
      min-width: 100%;
      display: flex;
      align-items: center;
    }


    #slider .ss img {
        width: 70%;
    }

    .text{
          color: white;
        }

    .indicators {
        position : absolute;
        left     : 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        margin-top: 40px;
    }

    .indicators span {
        display      : inline-block;
        width        : 6px;
        height       : 6px;
        border-radius: 50%;
        background   : rgba(255, 255, 255, 0.5);
        cursor       : pointer;
        margin-left: 10px;
    }

    .active {
        background: #7847FF !important;
        width        : 8px !important;
        height       : 8px !important;
    }

    .arrow{
       width: 90%;
       position: absolute;
       margin: 30px auto;
       top: 50%;
    }

    .right-arrow{
         position: absolute;
        top: 50%;
        left: 2%;
    }

    .left-arrow{
         position: absolute;
        top: 50%;
        right: 2%;
    }

    .arr{
        background: white;
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        cursor: pointer;
        color:#828A9C;
    }




