/*
Theme name: Anime Online Theme v3
Theme URI: https://www.lucodeia.com/
Description: Anime Online Wordpress Theme
Author: Lucodeia
Author URI: https://www.lucodeia.com/
Version: 3.1
*/
.watchForm {}

.watchForm form {
    display: block;
    width: 100%;
    height: 555px;
    position: relative;
}

.watchForm form div {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.watchForm form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.watchForm form div:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000bf;
}

.watchForm form i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #e80036;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 40px;
    border-radius: 8px;
    box-shadow: 0 0 30px #000;
}
.sz-span span {
    line-height: 40px !important;
}