.center {
    margin-top:50px;   
}

.modal-header {
	padding-bottom: 5px;
}
.modal-content {
	border-radius:20px;
	margin-top:140px;
}
.modal-footer {
    	padding: 0;
	}
    
.modal-footer .btn-group button {
	height:40px;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border: none;
	border-right: 1px solid #ddd;
}
	
.modal-footer .btn-group:last-child > button {
	border-right: 0;
}
.fa-user{
	color:#ffc107;;
}
.fa-envelope{
	color:#ffc107;;
}
.fa-mobile{
	color:#ffc107;;
}