.wbapi-auth .wbapi-auth-form-row {
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wbapi-auth .wbapi-auth-form-row > label {
    min-width: 200px;
    margin: 0;
}

.wbapi-auth .wbapi-auth-form-row > input {
    margin: 0;
}

.wbapi-auth .wbapi-auth-form-row > div {
    margin: 0;
    width: 100%;
}

.wbapi-auth .wbapi-auth-btn-main {
    padding: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border-bottom: 4px solid #1d8118;
    background: #229f1c;
    cursor: pointer;
    border-radius: 0;
    width: 100%;
    height: auto;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.wbapi-auth .wbapi-auth-btn-main:hover,
.wbapi-auth .wbapi-auth-btn-main:focus,
.wbapi-auth .wbapi-auth-btn-main:active {
    background: #1d8118;
}

.wbapi-auth .wbapi-auth-form-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wbapi-auth .wbapi-auth-form-actions-links {
    font-size: 14px;
}

.wbapi-auth .wbapi-auth-error {
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    display: block;
    color: #e31313;
}