.form1{
    background: url("../img/backgroundform.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.form2{
    background: url("../img/backgroundform2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
  }
.top-1{
    height: 100vh;
    width: 100vw;

}
.top-1back{
    z-index: -1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
}
.top-1box{
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}
.topConImage{
    width: 24%;
    margin: auto;
}
.mystyle{
    transform: rotate(360deg);
    transition: all 3s;
    background-color: red;
}
