@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");

* {
  box-sizing: border-box;
}
html,
body {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  background-color: #ffffff;
}
#fullscreenId {
  background-image: url("../img/cloud-image.avif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: block;
}
#fullscreen-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  overflow: hidden;
}
/*
#fullscreen-bg {
	background-image: url("../img/background.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;	
	height: 100vh;
	display: block;
	overflow: hidden;
}
*/
#fullscreen-bg-video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  display: block;
}
.signup {
  position: relative;
  top: 0px;
  left: 0px;
  height: 100%;
  display: block;
}
.signupIcon {
  position: absolute;
  top: 0%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 9.5vh);
  text-align: center;
  display: block;
}
.signupIcon img {
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .signupIcon img {
    width: 90%;
  }
}
@media only screen and (max-width: 960px) {
  .signupIcon img {
    width: 80%;
  }
}
.signupContainer {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-size: 16px !important;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-right: -50%;
  /* transform: translate(-50%, calc(9.5vh + 190px)); */
  /* transform: translate(-50%, calc(9.5vh + 140px)); */ /* 50% higher ? */
  transform: translate(-50%, 140px);
  text-align: center;
  /* background-color: #ffffff; */
  color: #000000;
  /*border: 2px solid white;*/
  max-width: 95%;
  /* width: 435px; */
  max-height: 100%;
  display: block;
  border-radius: 28px;
}
@media only screen and (max-width: 1280px) {
  .signupContainer {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 960px) {
  .signupContainer {
    font-size: 16px !important;
  }
}
.paypal-button-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: left;
  padding-top: 5px;
  padding-left: 28px;
  padding-right: 28px;
  pointer-events: none;
}
table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}
.myinput input:focus {
  background-color: #ffffff;
}
.myinput input {
  width: 99%;
  height: 32px;
  /* line-height: 25px; */
  font-size: 16px !important;
  padding-top: 0px;
  margin-top: 0px;
  background-color: #ffffff;
  border-width: 1px;
  border-color: black;
  border-style: groove;
  border-radius: 28px;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
}
.mysliminput input {
  height: 25px;
  line-height: 25px;
  font-size: 16px !important;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  border-width: 1px;
  border-color: black;
  border-style: groove;
  border-radius: 5px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
}
.myinput input[type="button"] {
  /*
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  cursor: pointer;
*/

  background: #ffffff;
  border: 1px solid gray;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: "Roboto Condensed";
  color: #000000;
  font-size: 16px !important;
  padding: 1mm 10px 1.5mm 10px;
  text-decoration: none;
  text-align: center;
  text-align-last: center;
  min-width: 110px;
  cursor: pointer;
  display: inline-block;
}
textarea {
  width: 99%;
  resize: vertical;
  overflow: auto;
  font-size: 16px !important;
  padding-top: 0px;
  margin-top: 0px;
  background-color: #ffffff;
  border-width: 1px;
  border-color: black;
  border-style: groove;
  border-radius: 5px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
}
.check {
  height: 15px;
  width: 15px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 2px solid gray;
  border-radius: 5px;
  box-shadow: 0px 0px 0px 0px gray;
}
.btn {
  background: #ff0000;
  border: 1px solid gray;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: "Roboto Condensed";
  color: #000000;
  font-size: 16px !important;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/dropdown.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  background-color: #ffffff;
  border: 1px solid gray;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: "Roboto Condensed";
  color: #000000;
  font-size: 16px !important;
  padding: 0px 10px 0px 10px; /* top right bottom left */
  text-decoration: none;
  text-align: center;
  width: 100px;
  padding: 0 0.65em;
  height: auto;
}
select:hover {
  background-color: #ffffff;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
