.contenedor{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    min-width: 100vw;
    min-height: 100vh;
    background-color: #2ecc71;
}

video {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.inner-container{
    width:350px;
    height:350px;
    overflow:hidden;
    backdrop-filter: blur(10px);
}

.box{
    position:absolute;
    height:100%;
    width:100%;
    font-family:Helvetica;
    background:rgba(0,0,0,0.3) !important;
    padding:30px 0px;
    color:#fff !important;
}

.box h1{
    text-align:center;
    margin: 0px 0;
    font-size:30px;
}

.box input:focus,.box input:active,.box button:focus,.box button:active{
    outline:none;
    background:rgba(0,0,0,0.2) !important;
    color:#fff !important;
    border:0;
}

.box button{
    background:#2ecc71;
    border:0;
    color:#fff;
    padding:10px;
    font-size:20px;
    width:300px;
    margin:20px auto;
    display:block;
    cursor:pointer;
}

.box button:active{
    background:#27ae60;
}

.box p{
    font-size:14px;
    text-align:center;
}

.box p span{
    cursor:pointer;
    color:#666;
}

.box input{
    display:block;
    width:300px;
    margin:20px auto;
    padding:15px;
    background:rgba(0,0,0,0.2) !important;
    color:#fff !important;
    border:0;
}

.check {
    display: flex;
    align-items: center;
    margin: 0px auto;
    padding-left: 16px;
    height: 20px;
}
   
.check input[type="checkbox"] {
    /*margin-right: 10px;*/
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
   
.check label {
    margin: 0;
    font-size: 15px;
    cursor: pointer;
}

#recordar{
    display: inline;
    width: 20px;
    margin-left: 10px;
    height: 20px;
    margin-right: 5px;
}