.yoo-protected-content-password-wrap {
    margin: 40px 0;
}

.yoo-protected-content-password-box {
    max-width: 900px;
    margin: 0 auto;
    border: 3px solid #424242;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

.yoo-protected-content-password-box .uk-input {
    border-radius: 12px;
}

.yoo-protected-content-password-box .uk-button {
    border-radius: 12px;
}

@media (max-width: 767px) {
    .yoo-protected-content-password-wrap {
        margin: 25px 0;
    }

    .yoo-protected-content-password-box {
        border-radius: 22px;
    }
}

.yoo-protected-content-password-box .uk-button {
    padding: 0 24px !important;
    height: 44px;
    min-height: 44px;
    line-height: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
}