body {
  background: #007672;
  font-family: sans-serif;
  font-size: 10px;
}

.register-shell {
  padding-bottom: 40px;
}

.register-actions {
  margin-top: 20px;
}

.register-actions button {
  width: 100%;
  position: sticky;
  top: 20px;
  margin-bottom: 12px;
  background: rgba(148, 186, 101, 0.9);
  box-shadow: 0 3px 0 0 rgba(123, 163, 73, 0.7);
  border-radius: 8px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4em;
  line-height: 1.2em;
  outline: none;
  padding: 0.9em 1em;
}

#printForm {
  background: rgba(243, 189, 77, 0.95);
}

#clearForm {
  background: rgba(145, 160, 150, 0.95);
}

form {
  background: #fff;
  padding: 4em 4em 2em;
  /*max-width: 400px;*/
  margin: 50px auto 0;
  box-shadow: 0 0 1em #222;
  border-radius: 2px;
}
form h2 {
  margin: 0 0 50px 0;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  color: #666666;
  border-bottom: solid 1px #e5e5e5;
}
form p {
  margin: 0 0 3em 0;
  position: relative;
}
form input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  margin: 0;
}
form input[type="checkbox"]{
-ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
	margin-top: 5px;
}

textarea {
  background: #fff;
  border: 1px solid #dbdbdb;
  font-size: 0.8em;
  padding: .8em .5em;
  border-radius: 2px;
	 width: 100%;
}


form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
  background: #fff;
  border: 1px solid #dbdbdb;
  font-size: 1.6em;
  padding: .8em .5em;
  border-radius: 2px;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus {
  background: #fff;
}
form span {
  display: block;
  background: #F9A5A5;
  padding: 2px 5px;
  color: #666;
}
form input[type="submit"] {
  background: rgba(148, 186, 101, 0.7);
  box-shadow: 0 3px 0 0 rgba(123, 163, 73, 0.7);
  border-radius: 2px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2em;
  line-height: 1.6em;
  margin: 2em 0 0;
  outline: none;
  padding: .8em 0;
  text-shadow: 0 1px #68B25B;
}
form input[type="submit"]:hover {
  background: #94af65;
  text-shadow: 0 1px 3px rgba(70, 93, 41, 0.7);
}
form label {
  position: absolute;
  left: 8px;
  top: 12px;
  color: #999;
  font-size: 16px;
  display: inline-block;
  padding: 4px 10px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -o-transition: color 0.3s, top 0.3s, background-color 0.8s;
  -webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
  transition: color 0.3s, top 0.3s, background-color 0.8s;
}
form label.floatLabel {
  top: -11px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
form label.floatLabelradio {
  top: -11px;
  font-size: 14px;
}

/* Collapse sections */

.collapse {
  background-color: #777;
/*  color: white;*/
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapse:hover {
  /*background-color: #555;*/
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

/* agreement boxes */

    .box{
        color: #fff;
        padding: 20px;
        display: none;
        margin-top: 20px;
    }
    .fixed{ background: #007672;
		  color: white;
}
    .payg{ background: #007672;
		  color: white;
}
.agreement{color: black;}
.thanks{
    background: #fff;
    padding: 4em 4em 2em;
    margin: 50px auto 0;
    box-shadow: 0 0 1em #222;
	border-radius: 2px;}

/* for all screens */
#rotate {display: none;}

.rotate-card {
  max-width: 360px;
  margin: 8vh auto 0;
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.rotate-card img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.rotate-card h1 {
  font-size: 28px;
  margin: 14px 0 10px;
  color: #0f2140;
}

.rotate-card p {
  color: #4f5b67;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.rotate-card button {
  background: #007672;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 15px;
}

/* only when orientation is in portrait mode */
@media all and (orientation:portrait) {
    #rotate {
         display: block;
		  position: fixed; /* Sit on top of the page content */

  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.70); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: default;
    }
}
@media all and (orientation:landscape) and (max-width: 670px) {
  .promo-header{
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;



  }
}

@media only screen and (max-width: 991px) {
  .register-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .register-actions button {
    position: static;
    width: auto;
    min-width: 150px;
    margin-bottom: 0;
  }

  .register-form-column {
    width: 100%;
    margin-top: 0 !important;
  }

  form {
    padding: 2.2em 1.4em 1.8em;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  body {
    font-size: 9px;
  }

  .register-actions {
    position: sticky;
    top: 0;
    z-index: 3;
    background: rgba(0, 118, 114, 0.96);
    padding: 12px 0;
  }

  .register-actions button {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
    font-size: 1.2em;
    padding: 0.8em 0.7em;
  }

  form h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  form p {
    margin-bottom: 2em;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="number"],
  form input[type="password"],
  textarea {
    font-size: 1.4em;
  }

  form label {
    font-size: 14px;
  }

  form label.floatLabel,
  form label.floatLabelradio {
    font-size: 12px;
  }

  .rotate-card {
    margin-top: 12vh;
    width: calc(100% - 32px);
    padding: 20px;
  }
}


@media print {
    /* your stylesheet for printing, eg.: */
    .collapse {
     display: block !important;
    height: auto !important;

    }
	   .content {
     display: block !important;
    height: auto !important;

    }
	   #saveProgress {
   display: none !important;

    }
	   #clearForm {
   display: none !important;

    }
	   #printForm {
  display: none !important;

    }
	#club_admin_password
	{
      display: none !important;

    }
	#confirm_password
	{
      display: none !important;

    }
	#rotate
	{
      display: none !important;

    }
	#submit
	{
      display: none !important;

    }
	#g-recaptcha
		{
      display: none !important;

    }
		#logo
		{
      display: none !important;

    }
}

