@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto:500');
.back{
	background: rgb(17,17,24);
	background: linear-gradient(40deg, rgba(17,17,24,1) 0%, rgba(193,193,193,1) 100%, rgba(0,212,255,1) 100%);
	display: flex;
}

strong{
	font-weight: 600 !important;
}

.back{
	overflow: auto;
}

.titulo{
	margin-top: 150px;
}

input{
	/* float: left; */
	width: 90%;
	background-color: transparent;
	border:none;
	color: #fff;
	height: 35px;
	background: url(images/comment-author.gif) no-repeat scroll 7px 7px;
}

.input{
	width: 100% !important;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #FFF;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	margin-bottom: 10px;
}

input:focus{
	outline: none;
}

input::placeholder{
	/* font-weight: bolder; */
	color: rgba(255,255,255,0.4);
}

.user-svg{
	fill: #FFF;
    width: 1rem;
    height: 1em;
    display: inline-block;
    font-size: 14px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
	/* float:left; */
}

.botao-enviar{
	width: 100%;
	height: 45px;
	border: none;
	background-color: #229FFF;
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 
				0px 2px 2px 0px rgba(0, 0, 0, 0.14), 
				0px 3px 1px -2px rgba(0, 0, 0, 0.12);
	cursor: pointer;
}

.pop-up{
	text-align: center;
	height: 60px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 
				0px 2px 2px 0px rgba(0, 0, 0, 0.14), 
				0px 3px 1px -2px rgba(0, 0, 0, 0.12);
	background-color: #323232;
	display: none;
}

.pop-up span{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	line-height: 400%;
}

button:focus{
	outline: none;
}

.requirements{
	color: #FFF;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

.logo{
	width: 250px;
	margin: 50px 0 20px 0;
}

.logo img{
	width: 100%;
}

