body {
	font-family:'Raleway', sans-serif;
	margin: 0px;
	padding: 0px;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(148,148,148,1) 51%, rgba(143,143,143,1) 100%);
	background-repeat: no-repeat;
	background-size: cover;
}

.loginBox {
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(148,148,148,1) 51%, rgba(143,143,143,1) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
	margin: auto;
	width: 30%;
	margin-top: 50px;
	z-index: 99999;
	border-radius: 10px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1000;
  opacity: 0.2;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}

.titulo {
	font-size: 40px;
	color: #FFFFFF;
	margin-top: 4%;
	margin-bottom: 3%;
	text-align: center;
}

.subtitulo {
	font-size: 22px;
	color: #FFFFFF;
	margin-bottom: 4%;
	text-align: center;
	font-weight: 700;
}

.input_login {
	border: 0px;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	width: 90%;
	height: 36px;
	padding: 15px;
	font-size: 15px;
	color:#fff;
	margin-bottom: 3%;
	outline: none;
}

.btn1 {
	color: #383838;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 18px;
	background-color: #fff;
	border-radius: 30px;
	width: 176px;
	height: 60px;
	box-shadow: 0px 3px 4px #0000003D;
	border:0px;
}

.texto-rodape {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 3%;
}

@media (max-width: 599px) {


	.input_login {
		border: 0px;
		background-color: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		width: 99%;
		height: 36px;
		padding: 15px;
		font-size: 20px;
		color:#fff;
		margin-bottom: 3%;
		margin-top: 3%;
		outline: none;
	}

	.loginBox {
		width: 90%;
	}

	.titulo img {
		width: 70% !important;
		margin-bottom: 50px;
	}

	.btn1 {
		margin-top: 50px;
	color: #383838;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 18px;
	background-color: #fff;
	border-radius: 30px;
	width: 176px;
	height: 60px;
	box-shadow: 0px 3px 4px #0000003D;
	border:0px;
}

}