input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="number"], textarea, form.comment-form input[type="text"], form.comment-form input[type="email"],
form.comment-form input[type="password"], form.comment-form textarea, select {
    -webkit-appearance: none;
    padding: 10px;
    outline: none;
    margin: 10px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 1;
    filter: brightness(60%);
}

input, select, textarea {
    background: rgba(255,255,255,0.2);
    color: inherit;
    border: none;
}

#wpvs-video-screen-popup {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
}

#wpvs-login-content {
    position:relative;
    padding: 150px 10px;
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
    z-index: 9999;
}

a.rvs-forgot-password {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
}

.comment-form textarea {
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    #wpvs-video-screen-popup {
        top: 60px;
    }
}
