html, body {
	padding: 0px;
	margin: 0px;
}
a:link, a:visited, a:hover, a:active {
	color: #000;
}
.bg {
	/*background-image: url("/img/bg_1.jpg");
	background-repeat: no-repeat;*/
	background: linear-gradient(90deg, #1976D2 0%, #F48FB1 40%, #F8BBD0 50%, #EC407A 60%, #1976D2 100%);
	width: 100%;
	height: 1300px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.title-div {
	width: 30%;
	/*margin: 0 auto;*/
	/*height: 100px;*/
	background: rgba(255, 255, 255, .3);
	padding-top: 50px;
	padding-bottom: 50px;
	position: absolute;
    top: 25%;
	left: 36%;
}
.title-text {
	color: #000;
	opacity: 1;
	font-family: "Lucida Console";
	/*font-size: 1.875em;*/
	font-size: 2vw;
	text-align: center;
}
.scr-div {
	width: 30%;
	/*margin: 0 auto;*/
	/*height: 100px;*/
	background: rgba(255, 255, 255, .3);
	padding-top: 50px;
	padding-bottom: 50px;
	position: absolute;
    top: 45%;
	left: 36%;
}
.btn-subscribe {
    border: 0 none;
    /* display: inline-block; */
    vertical-align: middle;
    cursor: pointer;
    height: 41px;
    font-size: .60em;
    border-radius: 4px;
    line-height: 21px;
    outline: none;
    color: #fff !important;
	padding: 10px 22px;
	text-decoration: none !important;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
	background-color: #ff0078;
    width: 37%;
	margin-top: 10px;
}
.scr-email {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 36%;
	border: 2px solid #c4bcc0;
	border-radius: 4px;
}
