* {
  margin: 0;
  padding: 0;
}
.Info-2-content {
  background: rgb(25, 25, 25);
  bottom: 0;
  height: 100vh;
  width: 100%;
  position: absolute; 
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background-size: cover;
}
.Tickets-content{
  padding: 50px 0;
	border-bottom: #fff solid 1px ;
  margin: auto;
  width: 100%;
  background-color: transparent;
  margin-top: 25px;
  font-size: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: aliceblue;
}
il{
  color: #ce140d;
}
.name-info label{
  background: #fff;
}
input{
  border-radius: 5px;
  font-size: 15px;
  margin: 35px 0px;
  border: none;
}
label div{
  white-space: nowrap;
}
.submit{
  cursor: pointer;
  height: 40px;
  margin-top: 20px;
  color: white;
  background: rgb(7, 81, 151);
  border-radius: 3px;
  border: transparent;
  width: 50px;
}
.submit:hover{
  background: rgb(3, 58, 106);
}
.cc{
  color: #fff;
}
.item{
  width: 100%;
  height: 40px;
}
.input-field-field{
  margin-left: 12em;
  margin-top: -70px;
}
@media (max-width: 960px){
  #back02 a{
    font-size:15px;
    top: 0;
  }
  .Tickets-content{
    font-size: 15px;
  }
  .item{
    height: 2rem;
  }
}
.check{
  height: 18px;
}
.error-txt{
  font-size: 12px;
  margin-left: 10px;
  color: red;
  display: none;
}
#back02 a{
  cursor: pointer;
  padding: 2em 3em;
  position: relative;
  text-shadow: 0 0 10px blue ;
  text-transform: uppercase;
  position: absolute;
  color: white;
  font-family: "DotGothic16", sans-serif;
  text-decoration: underline;
}
.guide{
  margin-top: 15px;
}
@media (min-width: 960px){
  a{
    font-size: 25px;
  }
}