body {
	font-family: 'Varela Round', sans-serif;
}
.modal-error {		
	color: #434e65;
	width: 525px;
}
.modal-error .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-error .modal-header {
	background: #e85e6c;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-error h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-error .form-control, .modal-error .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-error .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-error .close:hover {
	opacity: 0.8;
}
.modal-error .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
	margin: auto;
}
.modal-error .icon-box i {
	font-size: 58px;
	margin: -2px 0 0 -2px;
}
.modal-error.modal-dialog {
	margin-top: 80px;
}
.modal-error .btn {
	color: #fff;
	border-radius: 4px;
	background: #eeb711;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	min-width: 150px;
	border: none;
}
.modal-error .btn:hover, .modal-error .btn:focus {
	background: #eda645;
	outline: none;
}

.modal-success {		
	color: #434e65;
	width: 525px;
}
.modal-success .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-success .modal-header {
	background: #47c9a2;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-success h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-success .form-control, .modal-success .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-success .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-success .close:hover {
	opacity: 0.8;
}
.modal-success .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
	margin: auto;
}
.modal-success .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}
.modal-success.modal-dialog {
	margin-top: 80px;
}
.modal-success .btn {
	color: #fff;
	border-radius: 4px;
	background: #eeb711;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.modal-success .btn:hover, .modal-success .btn:focus {
	background: #eda645;
	outline: none;
}
.modal-success .btn span {
	margin: 1px 3px 0;
	float: left;
}
.modal-success .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}
.modal-info {		
	color: #434e65;
	width: 525px;
}
.modal-info .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-info .modal-header {
	background: #007bff;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 35px;
}
.modal-info h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
}
.modal-info .form-control, .modal-info .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-info .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-info .close:hover {
	opacity: 0.8;
}
.modal-info .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
	margin: auto;
}
.modal-info .icon-box i {
	font-size: 64px;
}
.modal-info.modal-dialog {
	margin-top: 80px;
}
.modal-info .btn {
	color: #fff;
	border-radius: 4px;
	background: #eeb711;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.modal-info .btn:hover, .modal-info .btn:focus {
	background: #eda645;
	outline: none;
}
.modal-info .btn span {
	margin: 1px 3px 0;
	float: left;
}
.modal-info .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}

.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
