body {
    font-size: 0.85rem;   
    font-weight:500;
    background-color: 245, 246, 250;
    color: #222f36;
    line-height: 1.5;
    text-align: start;
    overflow-x: clip;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.bg-primary-transparent {
    background-color: rgba(115, 93, 255, 0.15) !important;
    color: 115, 93, 255 !important;
}
.particles-js-canvas-el {
    z-index: 1;
    opacity: 0.7;
}

.authentication {
    min-height: 100vh;
}

.authenticationcover-background .authentication-cover-main {
    position: relative;
    z-index: 2;
}

.authenticationcover-background .particles-js-canvas-el {
    z-index: 0;
    position: absolute;
}

.show-password-button {
    position: absolute;
    padding: 0.4rem 0.6rem;
    inset-block-start: 5px;
    inset-inline-end: 5px;
    background-color: rgba(115, 93, 255,0.1);
    border-radius: 0.3rem;
}
.form-control {
    border-color: #e2e6f1;
    color: #222f36;
    background-color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.7;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}
.form-control-lg {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}
 

  .form-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #222f36;
}