.attached-pic {
 


text-align: center;
transition: all .3s ease;
text-decoration: none;
cursor: pointer;
position: relative;
color: #bbbaba;
border: 1px solid;
margin: 20px 0;
/* background-color: #31ABDE; */
/* width: 200px; */
font-size: 22px;
padding: 35px 0;
border-radius: 5px;
border: 1px solid #eeeeee;
}
/* 
.attached-pic i{
  font-size: 21px;
} */



.attached-pic:hover {
  background-color: rgba(0,0,0,.2);
  z-index: 10000;
  color: #fff;
  transition: all .3s ease;
  text-decoration: none;
}

.attached-pic span {
  display: inline-block;
  /* padding-top: 4.5em;
  padding-bottom: 4.5em; */
}

form input[type="file"] {
        display: none;
        cursor: pointer;
}

.glyphicon-camera svg{
position: absolute;
right: 29%;
width:  35px;
top: 26%;
color: white;
}
.attached-pic:hover svg{
 color: white;
 transition: all .3s ease;

}
