body{
    
    margin:0px;
    font-family: 'Open Sans';
}

.wrapper{
    margin-left: 10px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    width: 95%;
    height: 100vh;
}

@media screen and (max-width: 500px) {

    body{
        overflow: hidden;
    }

    .wrapper{
        margin-left: 0px;
        width: 100vw;
        height: 100vh;
        word-break: break-word;
    }

    .inner-form {
        z-index: 1;
        height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left !important;
        border-radius: 8px;
      }

      input[type="text"] {
        width: 85% !important;
      }

      input[type="date"] {
        width: 85% !important;
      }


}
#myVideo {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 0;
  }


.inner-form form h1{
    color:#ea5b0c;
    text-align: left;
}
.inner-demo{
    z-index: 1;
    height: 555px;
    width: 450px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
}
.inner-demo h1{
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    padding-left: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;

}
.inner-demo:before{

}
input{
   
border-radius: 6px 6px 6px 6px;
   background-color: rgba(255, 255, 255, 0.6);
  
    background-color: #eee;
    
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 18px;
    padding: 16px;
}
input[type=text]{
    -webkit-appearance: none;
    width: 100%;
}

input[type=text], select, textarea {
    margin: 0;
    border: 1px solid #bbb;
}
input[type=submit]{
    margin-top: 20px;
    color: #EA5B0C;
    border-color: #EA5B0C;
    background-color: #fff;
    border-style: solid;
    border-width: 1px ;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600 !important;
    cursor: pointer;
}

textarea{
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid;
    border-radius: 3px;
       border-color: #b3b3b3;
       width:100%;
       resize: none;
}

textarea:focus{
    outline: 2px solid #ea5b0c;
}
input[type=text]{

    width:100%;
    border: 1px solid;
border-radius: 3px;
   border-color: #b3b3b3;
}

input[type=text]:focus{
    
  

    outline: 2px solid #ea5b0c;
 }
 input[type=email]{
   
    width:100%;
    border: 1px solid;
border-radius: 3px;
   border-color: #b3b3b3;
}

input[type=email]:focus{
  

    outline: 2px solid #ea5b0c;
 }

 input[type=date]{

    width:100%;
    border: 1px solid;
border-radius: 3px;
   border-color: #b3b3b3;
}

input[type=date]:focus{
   

    outline: 2px solid #ea5b0c;
 }

 input[type=checkbox]{
    border: 1px solid;
border-radius: 3px;
   border-color: #b3b3b3;
}

input[type=checkbox]:focus{
  

    outline: 2px solid #ea5b0c;
 }

 input[type=tel]{
    
    width:100%;
    border: 1px solid;
border-radius: 3px;
   border-color: #b3b3b3;
}

input[type=tel]:focus{
   
    

    outline: 2px solid #ea5b0c;
 }

 
label{
    font-size: 18px;
    color: #000;
    font-family: 'Open Sans';
    
    
}

label a{
      
    font-size: 12px;
    color: #ea5b0c;
    
}

.logo{
    position: absolute;
    bottom: 50px;
    right:50px;
}

.logo img{
width: 120px;
height:auto;
}
#errors{
    color: #ff0000;
}


@media only screen and (max-width: 1024px) {
    .inner-form{
        z-index: 1;

        height: auto;
       
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        
        
        text-align: left;
        padding:10px;
        border-radius: 8px;
        
    }

}  







