body{
	padding-top: 10px;
	padding-bottom: 40px;
	background-color: #eee; 
}

.form-login{
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
	
}
.form-login .form-login-heading,
.form-login .checkbox{
	margin-bottom: 20px;
}

.form-login .form-control{
	position: relative;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-login .form-control:focus{
	z-index: 2;
}

.form-login input[type="email"]{
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0; 
}
.form-login input[type="password"]{
	margin-bottom: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0; 
}
.message{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.form-cadusu{
	max-width: 330px;
}
.form-cadusu input[type="password"]{
	margin-bottom: 10px;
}
.listagem{
	margin: 0 auto;
	padding: 30px;
	width: 500px;
}

/* ================================== */

.file-upload {
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
	padding: 30px;
  }
  
  .file-upload-content {
	display: none;
	text-align: center;
  }
  
  .file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
  }
  
  .image-upload-wrap {
	margin-top: 20px;
	border: 2px dashed #73879C;
	position: relative;
  }
  
  .image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #222;
  }
  
  .drag-text {
	text-align: center;
  }
  
  .drag-text h3 {
	font-size: 20px;
	font-weight: 70px;
	text-transform: uppercase;
	color: rgb(172, 174, 184);
	padding: 60px 0;
  }
  
  .file-upload-image {
	max-height: 100%;
	max-width: 960px;
	margin: auto;
	padding: 20px;
  }
  
  .remove-image {
	width: 300px;
	margin: 0;
	color: #fff;
	background: #eb5c49;
	border: none;
	padding: 10px;
	border-radius: 6px;
	border-bottom: 4px solid #ca6256; 
	transition: all .2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
  }
  
  .remove-image:hover {
	background: #f84028;
	color: #ffffff;
	transition: all .2s ease;
	cursor: pointer;
  }
  
  .remove-image:active {
	border: 0;
	transition: all .2s ease;
  }
  
/* ================================== */