.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}

.img-previw{
	background: #f5f5f5;
	border: dashed 2px #ddd;
	margin: 8px 0 0;
	text-align: center;
	padding: 8px;
	font-weight: 600;
	color: #989898;
}

button{
    outline:none;
}
*:focus {
    outline: 0 !important;
}

.round{
    border-radius: 1020px
}


.bg-danger{
    background-color: #dc3545!important;
}
.badge {
    font-size: 10px !important;
  
}