@charset "utf-8";
/* CSS Document */
form .form-group {
    display: inline-block;
    margin-bottom: 1.5rem;
    width: 100%;
}

.top {
    margin: 10px 0;
    display: block;
}

.text-muted {
    color: #818A91 !important;
	font-size: 12px;
}
.filesUp {
border-bottom: solid 1px rgba(0,0,0,0.7);
padding-bottom: 5px;
margin-top: 5px;
display: block !important;
}

.error{ 
 color:  rgba(235,4,11,1.00);
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}
