


.upload{

    border-radius:3px;
    

}
.form_image{
    width:100%;
    height:300px;
    background-size:cover;
}
upload_wrapper{
    width:100%;
}

.edit_form_header{
    position:absolute;
    text-align: center;
    z-index:1000;
    overflow:hidden;
    height:300px;
    width:100%;


}

.drop{
    background-color: transparent;
    width:100%;
    border-radius: 3px;
    min-height:300px;


}

.drop a{
    display:inline-block;
    width:100%;
    line-height:330px;
    cursor:pointer;
}
.drop  i {
    color:#666;
    width:auto;
    font-size:80px;
    overflow:hidden;
    text-align: center;
    position:relative;
}


.drop input{
    text-align:center;
    display:none;
}

.upload ul{
    list-style:none;

}

.img_progress{
	font-weight:normal;
	padding:15px;
	padding-top:50px;
	vertical-align:middle;
	font-size:20px;	
}





/*----------------------------
    The Demo Footer
-----------------------------*/
