/*just bg and body style*/
/* Three image containers (use 25% for four, and 50% for two, etc) */
.outer-div
{
     padding: 30px;
}
.response_div img
{
  display:block;
  margin-left:auto;
  margin-right: auto;
}


/* .carousel {
  margin-left: 10%;
  margin-right: 10%;
  max-width: 200px;
  max-height: 200px;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-indicators li { visibility: hidden; } */

.container{
background-color:#367c2b;
padding-bottom:20px;
margin-top:10px;
border-radius:5px;
}
.center{
text-align:center;
}
#top{
margin-top:20px;
}
.btn-container{
background:rgb(194, 194, 194);
border-radius:5px;
padding-bottom:20px;
margin-bottom:20px;
}
.white{
color:#ffde00;
}
.imgupload{
color:#1E2832;
padding-top:40px;
font-size:7em;
}

#namefile{
color:black;
}
h4>strong{
color:#ffde00
}
.btn-primary{
border-color: #367c2b !important;
color: #000000;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #ffde00 !important;
border-color: #367c2b !important;
}

/*these two are set to not display at start*/
.imgupload.ok{
display:none;
color:#ffde00;
}
.imgupload.stop{
display:none;
color:red;
}


/*this sets the actual file input to overlay our button*/
#fileup{
opacity: 0;
-moz-opacity: 0;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
width:200px;
cursor: pointer;
position:absolute;
left: 50%;
transform: translateX(-50%);
bottom: 40px;
height: 50px;
}

/*switch between input and not active input*/
#submitbtn{
  padding:5px 50px;
  display:none;
}
#fakebtn{
  padding:5px 40px;
}


/*www.emilianocostanzo.com*/
#sign{
	color:#1E2832;
	position:fixed;
	right:10px;
	bottom:10px;
	text-shadow:0px 0px 0px #1E2832;
	transition:all.3s;
}
#sign:hover{
	color:#1E2832;
	text-shadow:0px 0px 5px #1E2832;
}

}
