.videoContainer {
    width: 100%;
    height: 90%;
}

.footer {
    position: relative;
    width: 100%;
    height: 10%;
    background-color: aqua;
    
} 
  
.buttkon {
   
    
}




  .button {
    backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  background: #97311a;
  border-radius: 100px;
  border: 3px solid #97311a;
  border-width: 3px 3px 3px 3px;
  padding: 5px 60px 5px 20px;
    color: #ffffff;
  font-size: 18px;
  font-family: Helvetica Neue;
  font-weight: 900;
  font-style: normal
     height:30px; 
    width:100px; 
    margin: -20px -90px; 
  
    top:50%; 
    left:50%;
    text-align: right;
 
  } 
.text{
    
    margin-left: 60px;
}
  .button > i {
    font-size: 1.1em;
  background: #f72d40;
  border-radius: 100px;
  border: 0px solid transparent;
  border-width: 0px 13px 13px 0px;
  padding: 5px 6px 5px 16px;
  margin: 2px 2px 2px 2px;
  position: absolute;
  top: -1px;
  left: 5px;
  bottom: 0px;
  right: 0px;
  width: 20px;
  height: 8px
  }
  .button > .ld {
    font-size: initial
  }  
a:link, a:visited{
     color: #ffffff;
  text-decoration: none;
}







.container {
    position: absolute;
    text-align: center;
    top: 120px;
    left: 10%;
    width: 80%;
    height: 40%;
    background-color: rgba(80, 85, 23, 0.43);
    
}

.amada{
    line-height: 30px;
    width: 100%;
    height: 30px;
    color: aliceblue;
    background-color: red;
    margin-top: 15px;
    font-size: 18px;
     font-weight: 600;
  font-style: normal;
    
}

.code {
    
    margin-top: 30px;
    text-align: center;
    width:150px;
    height: 30px;
}

.submit1 {
    position: absolute;
    margin-top: 120px;
    margin-left: -132px;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
    
}
 


.back {
    width: 100%;
    height: 40px;
    background-color: #577171;
    z-index: 9999;
}