*{
margin: 0;
padding: 0;
box-sizing: border-box;


}

body{
    position: relative;
    height: 100vh;
    width: 100%;
    background: url(Maily.Mp4);
    background-size: cover;

}
 img{
width: 100px;
height: 10 0px;
margin: auto;
display: block;
border: 10px;
padding: 10px;
}

video{
   position: fixed;
   min-width: 100%;
   min-height: 100%;
   top: 0%;
   left: 0%;
   transform: translateX(-50%) translateY (-50%);
   z-index: -1;
}
.form-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(rgb(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0));
    width: 380px;
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: 7px 7px 60px rgb(252, 249, 249);
    }


.control input [type="text"]{
    width: 100%;
    display: block;
    padding: 10px;
    color: rgb(10, 8, 8);
    border: none;
    outline: none;
    margin: 1em;
}







.control input{
    width: 100%;
    display: block;
    padding: 10px;
    color: rgb(10, 8, 8);
    border: none;
    outline: none;
    margin: 1em;

}



.control input[type="submit"]{
    background: #29B6F6;
    color: #fff;
    text-transform: uppercase;
    font-size: 1,2em;
    opacity: .8;
    transition: opacity .3s ;
    
}
.control input[type="submit"]:hover{
    opacity: 1;
}

#acccede{
    background: #29B6F6;
    color: #fff;
    text-transform: uppercase;
    font-size: 1,2em;
    opacity: .8;
    transition: opacity .3s ;
    
}
#acccede:hover{
    opacity: 1;
}

.link a {
    text-align: center;
 }
.link a {
    text-decoration: none;
    color: #fff;
    opacity: .7;
    transition: opacity .3s ease;
}
.link a:hover{
    opacity: 1;
}
.control [type= "submit "]{
    border: 0;
    background: orangered;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px;
    padding: 14px 10px;
    width: 200px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.25s;

}

