
.content {
  position: fixed;
 
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  
}


a {
  text-decoration: none;
}

#card {
  background: #fbfbfb;
  border-radius: 8px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
 
}
#card-content {
  padding: 35px;
}
#card-title {
  font-family: "Raleway Thin", sans-serif;
  letter-spacing: 4px;
  padding-bottom: 23px;
  padding-top: 13px;
  text-align: center;
}


#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}


#signup {
  color: #0c4354;
  font-family: "Raleway", sans-serif;
  font-size: 10pt;
  margin-top: 16px;
  text-align: center;
}
#submit-btn {
  background: -webkit-linear-gradient(right, #0c4354, #0c4354);
  border: none;
  border-radius: 21px;
  box-shadow: 0px 1px 8px #0c4354;
  cursor: pointer;
  color: white;
  font-family: "Raleway SemiBold", sans-serif;
  height: 42.3px;
  margin: 0 auto;
  margin-top: 50px;
  transition: 0.25s;
  width: 153px;
}
#submit-btn:hover {
  box-shadow: 0px 1px 18px #0c4354;
}
.form {
  align-items: left;
  display: flex;
  flex-direction: column;
}
.form-border {
  background: -webkit-linear-gradient(right, #0c4354, #0c4354);
  height: 1px;
  width: 100%;
}
.form-content {
  background: #fbfbfb;
  border: none;
  outline: none;
  padding-top: 14px;
}
.underline-title {
  background: -webkit-linear-gradient(right, #0c4354, #0c4354);
  height: 2px;
  margin: -1.1rem auto 0 auto;
  width: 89px;
}



 @media  (min-width: 1500px) and (max-width: 8000px) 
{ #card {height: 480px;margin: 10px auto 20px auto;width: 40%;}}
  @media  (min-width: 676px) and (max-width: 1500px) 
{ #card {height: 480px;margin: 10px auto 20px auto;width: 40%;} }
 
@media  (min-width: 15px) and (max-width: 676px) 
{ #card {height: 480px;margin: 0px auto 20px auto ; width: 300px;} }

#sub1-btn {
  background: -webkit-linear-gradient(right, #0c4354, #0c4354);
  border: none;
  border-radius: 21px;
  box-shadow: 0px 1px 8px #0c4354;
  cursor: pointer;
  color: white;
  font-family: "Raleway SemiBold", sans-serif;
  height: 42.3px;
  margin: 0 auto;
  margin-top: 50px;
  transition: 0.25s;
  width: 153px;
}
#sub1-btn:hover {
  box-shadow: 0px 1px 18px #0c4354;
}


