
  #homestream-tv-form-wrap {
	display:none;
	background: rgba(0,0,0,.5);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:125%;
	z-index:999999;
  }

  #homestream-tv-form-wrap h2 {
	margin-top: 0px;
  }
  
  .inner-homestream-tv-form-wrap {
	background: #fff;
	max-width:550px;
	margin:140px auto 0;
	padding:20px;
	border-radius:5px;
	box-shadow: 0 0 5px #000;
	position:relative;
	max-height: calc(100vh - 175px);
	overflow-y: auto;
  }

  #close-homestream-form-btn {
	position:absolute;
	top:15px;
	right:15px;
	color: #000;
	font-size:17px;
	z-index:9999;
	cursor:pointer;
  }

  form#sign-up-form .form-group {
	margin-bottom:8px;
  }

  #sign-up-submit {
	display:inline-block;
	background-color: #00a065;
	color: #fff;
	font-size:15px;
	text-decoration:none;
	text-align:center;
	outline:none;
	border:none;
	margin:10px 0;
	padding:13px;
	min-width:200px;
	border-radius:25px;
	cursor:pointer;
  }
