.inputgroup {
    position: relative;
}

.label {
    font-size: 12px;
    color: rgb(84, 105, 141);
    margin: 0px 0px 8px;
    line-height: inherit;
}

.r4 {
    border-radius: 4px;
}

.wide {
    width: 100%;
}

.mb16 {
    margin-bottom: 1rem;
}

.mt8 {
    margin-top: 0.5rem;
}

.password {
    display: block;
}

.primary {
    background-color: rgb(0, 112, 210);
    color: white;
    transition: all 0.1s ease 0s;
    border: 1px solid transparent;
}

.mb20 {
    margin-bottom: 1.25rem;
}

.pt16 {
    padding-top: 16px;
}