.error {
	width: 100%;
	margin-top: 0.5rem;
	font-size: .925rem;
	color: #f1416c;
}

.required {
    color: #D52222;
    font-size: 19px;
    vertical-align: middle;
}

.custom-fieldset {
    border: 1px solid #e3e6ef !important;
    padding: 0 1.4em 0.5em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    box-shadow: 0px 0px 0px 0px #000;
}

.custom-legend {
    float: none !important;
    font-size: 17px !important;
    text-align: left !important;
    width: auto !important;
    padding: 0 10px !important;
    border-bottom: none !important;
    margin-bottom: 15px !important;
}

.delete-img {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #e73a3a;
    color: #fff;
    padding: 0px 5px;
    font-size: 15px;
    cursor: pointer;
}