/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


#delbtn, .delbtn{
	color: white !important;
}

#inputGroupFile01
{
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-apperarance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    padding: 0px;
    resize: none;
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.upload-demo-wrap{
    max-width: 315px;
}


