.files input {
    outline: 2px dashed #46b8da;
    outline-offset: -5px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    height: 50px;
}

.files input:focus{     
    outline: 2px dashed #46b8da;  
    outline-offset: -5px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; 
    border:1px solid #46b8da;
 }

 .files{ 
    position:relative
}

.files:after {  
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    /* background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png); */
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.color input{ 
    background-color:#f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 15px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "To convert, upload your files here!";
    display: block;
    margin: 0 auto;
    color: #46b8da;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.files input{
    display: inline-block flex;
    width: 100%;
    padding: 120px 0 0 0;
    height: 100px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: url('https://cdn1.iconfinder.com/data/icons/hawcons/32/698394-icon-130-cloud-upload-512.png') center center no-repeat #e4e4e4; */
    /* border-radius: 20px; */
    background-size: 60px 60px;
}

.bs-example, .new-caption-area {
    width: 800px;
    margin: auto;
    color: #000;
}
  
.carousel-caption {
	color: #000;
}