html {
    background-color: var(--gray-95);
}

.logoid {
    width: 5rem;
    max-height: 2rem;
    margin-bottom: min(32px, 2vh);
    margin-left: min(8px, 3vw);
  }

.password-strength {
    display: block;
    margin-top: -0.9rem;
    margin-bottom: 1rem;
    width: 100%;
}

.strength-bar {
    display: block;
    width: 100%;
}


/* Screen reader only text */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.check {
    width: 1.6rem;
    fill: var(--green);
}

.input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-wrapper input {
    padding-right: 2.8rem;
}

.input-wrapper button {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    height: 2.75rem;
    width: 2.75rem;
    padding: .5rem;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.icon {
    height: 2rem;
    width: 2rem;
}