.alert-wait {
		position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
		z-index: 100;
		overflow: hidden;
	}
	.content-alert-wait {
    background: #009688;
		overflow: hidden;
		padding: 20px;
		border-radius: 6px;
		display: inline-block;
		position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}

	.content-alert-wait span, .content-alert-wait i {
		float: left;
		color: #fff;
	}

	.content-alert-wait span {
		font-size: 1.2em;
		height: 30px;
		line-height: 30px;
		display: block;
		font-weight: bold;
	}

.msg-success {
	background-color: #BBDEFB;
	border: 1px solid #64B5F6;
	padding: 15px;
  border-radius: 5px;
  width: 335px;
  margin: auto;
  text-align: center;
}
