.input-element {
	position: relative;
} 

.input-element button {
	position: absolute;
	right: 10px;
	cursor: pointer;
} 

.text-danger {
	color: #ec7063;
}

.text-success {
	color: #2ecc71;
}
