.swal-footer {
  text-align: center;
}

.swal-button {
	background: #43A8F7;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 20px;
    margin: 10px auto;
    cursor: pointer;
}