#loader{
   visibility:hidden;
   align-content: center;
}

#f1_upload_form{
   height:100px;
}

#f1_error{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#FF0000;
}

#f1_ok{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#00FF00;

}

#f1_upload_form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

#f1_upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
   width:400px;
}

.body-sign {
   display: table;
   height: 100vh;
   margin: 0 auto;
   max-width: 600px!important;
   padding: 0 15px;
   width: 100%;
}
.btn.btn-primary a {
   color: #fff;
}
.body-sign {
   height: auto!important;
}
.cont-img .figure {
	display: inline-block;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(84, 84, 84, 0.4);
	margin: 15px;
	position: inherit;
}
.cont-img .figure img {
   max-width: 125px;
   border-radius: 5px;
}
.cont-img .figure a.delete {
    text-align: center;
    padding: 0px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 20px;
    line-height: 20px;
}
.ui-sortable-handle{
	cursor: move;
}