.login-response {
	margin-top:10px;
}
.truncate {
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgWrapper {
	margin:10px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.add_photo {
	text-align:center;
	background:#FFF;
}
.add_photo a {
	display:block;
	padding-top:60px;
	padding-bottom:60px;
	text-decoration:none;
	color:inherit;
	font-style:italic;
	color:#555;
}