.login-logo {
    max-height: 125px;
    width: auto;
}

label {
    font-size: 14px;
}

.pass-reset {
	font-size: 14px;
}

#tokenform iframe {
    height: 10.5rem;
}

#tokenform {
    position: relative;
}

#tokenform.border-success:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--success);
    opacity: 0.2;
}
