.floating-form-style .form-floating .form-control{
    height: 40px;
    padding: 8px 11px;
    border-radius: 6px !important;
}
.floating-form-style .form-floating>label{
    padding: 9px 10px;
}
.floating-form-style .form-floating>.form-control:focus~label, 
.floating-form-style .form-floating>.form-control:not(:placeholder-shown)~label, 
.floating-form-style .form-floating>.form-select~label{
    top: -3px;
    background: #fff;
    opacity: 1;
    padding: 2px 5px;
    height: 22px;
    left: 5px;
    line-height: 16px;
    color: #0789B5;
}
.login-slider .carousel-indicators button{
    background-color: #fff !important;
    min-width: 12px !important;
    height: 12px;
    background-clip: unset;
    border: 0;
    padding: 0;
    width: 12px;
    border-radius: 30px;
}
.login-slider .carousel-indicators{
    bottom: -53px;
}
.login-slider .carousel-item img{margin:  0 auto;}
.knowedge-link{
    position: absolute;
    right: 27px;
    top: 15px;
}
.login-slider .carousel-caption{
    position: initial;
    margin: 0 auto;
}
.login-slider .carousel-caption .discription{
color: #fff;
font-size: 24px;
font-weight: 600;
}
.subscription-page .progress{
height: 12px !important;
}
.btn-light-blue{
    background-color: #EDF4FA;
    color: #0789B5;
    font-weight: 600;
}
.btn-light-blue:hover{
    background-color: #0789B5;
    color: #fff;
}
.badge.rounded-pill{border-radius: 30px !important;}
