.wtd-login-credential-info {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 12px;
    text-align: center;
}

.wtd-login-credential-title {
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
}

.wtd-login-credential-label {
    font-size: 14px;
    font-weight: 700;
}

.wtd-login-credential-value {
    color: #1e838e;
    font-size: 15px;
}
#wtd-footer {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    padding: 12px 0px;
    z-index: 99999;
    width: 100%;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    gap: 15px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 0.375rem;
}
.reset_message {
    padding-left: 15px;
}
.reset_timer {
    padding-right: 15px;
	font-weight: bold;
}