.wfl-front-card {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 24px auto;
    max-width: 1240px;
    padding: 18px;
}

.wfl-front-card h2 {
    margin-top: 0;
}

.wfl-front-card input[type="text"],
.wfl-front-card input[type="password"] {
    box-sizing: border-box;
    width: 100%;
}

.wfl-front-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.wfl-front-head span {
    background: #f6f7f7;
    border-radius: 999px;
    color: #50575e;
    padding: 4px 10px;
}

.wfl-front-iframe {
    border: 0;
    height: 78vh;
    min-height: 680px;
    width: 100%;
}
