* {
  box-sizing: border-box;
}

body{
  position: relative;
  /* background:url('/bingoforge_social_media_links/static/src/images/t1.jpg') !important; */
  background-repeat: no-repeat !important;
  background-size: 100% 105vh, cover !important;
  min-height: 100vh ;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
header{
  margin-left: 350px;
  font-size: 35px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-weight: 100;
}

input[type=submit] {
  background-color: #19382f;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

input[type=submit]:hover {
  background-color: #0e1c15;
}

.container {
  position: relative;
  max-width: 900px;
  max-height: 100%;
  width: 100%;	
  background-color: #fffffff3;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 30px;
  scroll-behavior: smooth;
  
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 8px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 8px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  header{
    width: 100%;
    margin: 0px;
    font-size: 22px;

  }
}
@media screen and (max-width: 800px) {
  header{
    width: 100%;
    margin: 0px;
    font-size: 29px;

  }
}